Source: Tech Times
Author: unknown
URL: https://www.techtimes.com/articles/318166/20260610/servicenow-data-breach-gated-advisory-left-customers-unaware-exploited-zero-auth-api.htm
ONE SENTENCE SUMMARY:
ServiceNow fixed an unauthenticated API data-query flaw after confirmed exploitation, drawing criticism for delayed, gated disclosure and urgent customer response actions.
MAIN POINTS:
- Attackers queried sensitive ServiceNow customer tables via an unauthenticated API endpoint.
- Misconfiguration set
requires_authentication=false, bypassing identity and privilege checks entirely. - Reported exploited path was
/api/now/related_list_edit/createagainst instance tables. - Suspicious requests often came from IP
51.159.98.241, about five per tenant. - Confirmed activity occurred June 2–3, 2026; hosted instances patched June 5.
- ServiceNow published advisory June 9, but hid it behind support-portal authentication.
- Limited notification meant many customers lacked a trigger to start incident response.
- Potentially exposed data includes tickets, HR records, assets, incident reports, tokens, and secrets.
- Credential leakage can enable lateral movement into integrated enterprise systems without further exploits.
- This is ServiceNow’s third major auth-related issue in eight months; first with pre-patch data access.
TAKEAWAYS:
- Search transaction logs for
/api/now/related_list_edit/createand IP51.159.98.241during June 2–5. - Review all Scripted REST Resources for
requires_authenticationdisabled, including custom endpoints. - Rotate credentials embedded in tickets and integrations immediately, assuming potential exposure.
- Enable verbose REST/API logging to support future scoping and exfiltration assessment.
- Engage legal counsel early since “queried vs exfiltrated” affects GDPR, HIPAA, and SEC obligations.