Attackers abused a ServiceNow endpoint misconfiguration to query instance tables without proper authentication, hitting a subset of customers before a June 5 emergency fix. The bug still has no CVE, and one researcher claims the vendor sat on it for nearly two months.
ServiceNow has confirmed that unknown threat actors exploited a security flaw to gain unauthorized access to a subset of hosted customer instances, querying data from instance tables before the company pushed an emergency fix on June 5, 2026.

The details are still thin, partly because the advisory itself sits behind a customer login. According to the company, the issue "could allow an unauthenticated user, in certain circumstances, to gain greater access to ServiceNow instances than intended." The fix changes an endpoint configuration so that access now requires authentication. There is no CVE identifier assigned yet, which makes tracking and cross-referencing the flaw harder for defenders who rely on standardized vulnerability feeds.
What makes this incident stand out is not the technical complexity, it is the access model it broke. ServiceNow runs the workflow plumbing for huge swaths of enterprise IT: IT service management, HR cases, security operations, asset inventories. Instance tables are where that data lives. An unauthenticated path to query those tables is the kind of exposure that turns a single platform bug into a broad data-access problem across many organizations at once.
What actually happened
ServiceNow says it detected anomalous activity tied to the issue and observed "evidence of successful queries of instance tables against a subset of customers." In plain terms, this was not a theoretical finding sitting in a bug tracker. Someone used it against live customer environments and pulled data back. Affected customers have reportedly been notified directly.
The exposure is scoped, according to the company, to customers on the Australia platform release, or to those who made "certain configuration changes to instances on releases prior to Australia." That phrasing matters. It suggests the vulnerable behavior depended on a specific combination of release version and configuration state, which is exactly the kind of edge case that slips through testing and then surfaces in production once an attacker starts probing endpoints systematically.
Details first surfaced publicly on Reddit rather than through a coordinated vendor announcement. A user posting as "d3s7iny" claimed their security team reported the vulnerability to ServiceNow and said the vendor had been aware of it internally since April 7, 2026. The same comment alleges the company treated it as a non-urgent issue for roughly two months, with remediation planned for a future scheduled update rather than an out-of-band patch. ServiceNow has not publicly confirmed or disputed that timeline, and the company has been contacted for comment.
Why the disclosure timeline is the real story
Vulnerability triage is a constant exercise in prioritization, and not every reported bug warrants an emergency response. But the gap between "we know about this" and "we are being actively exploited" is exactly where severity classifications get tested. If the April 7 internal-awareness claim holds up, the lesson is a familiar one for security teams: a flaw rated as low-urgency on paper can become urgent the moment an attacker independently finds the same path.
"The hardest part of vulnerability management is not finding bugs, it is correctly predicting which ones will be weaponized," is a sentiment echoed repeatedly by incident responders who deal with vendor-managed platforms. When the vendor owns the infrastructure, as ServiceNow does with hosted instances, customers have almost no ability to apply their own mitigations. They are entirely dependent on the provider's risk assessment and patch cadence. That dependency is the trade-off of SaaS: you offload the operational burden, but you also offload control over how fast a problem gets fixed.
The practical takeaway is that customers should treat "non-urgent, fix in a future release" labels from any SaaS vendor with healthy skepticism when the underlying issue involves authentication or access control. Those categories of bugs have a track record of being reclassified upward once exploitation starts.
What affected organizations should do now
If you run ServiceNow, the immediate steps are straightforward even without full technical details:
- Confirm whether you were notified. ServiceNow says it contacted impacted customers directly. Absence of a notice is not a guarantee you were safe, but a notice is a clear signal to act.
- Review your release and configuration state. Check whether your instance is on the Australia release or whether you made configuration changes on a pre-Australia release that could match the described conditions.
- Audit instance table access logs. Look for unexpected or unauthenticated query patterns against your tables in the window leading up to June 5. Anomalous read activity is the signature here.
- Rotate anything that may have been exposed. If sensitive records, credentials, or tokens live in queryable tables, assume they may have been read and treat them accordingly.
- Tighten endpoint and role configurations. Even with the vendor fix applied, this is a good moment to review which endpoints are reachable and confirm authentication requirements across your instance.
For broader context, ServiceNow maintains its security advisories and trust resources, and customers with login access should pull the full advisory text for the specifics that did not make the public version.
The pattern worth watching
This incident lands during a stretch of disclosures where the common thread is leftover or misconfigured access paths in widely deployed software, from mobile apps shipping with debug flags to one-click OAuth token theft in developer tooling. The mechanism differs each time, but the root cause rhymes: a configuration or default that was never meant to be reachable from an untrusted position, and an attacker who found it anyway.
For security teams, the durable advice is to stop assuming that vendor-managed platforms are inherently hardened. SaaS shifts the patching work, not the responsibility for monitoring your own data flows. Logging, access auditing, and credential rotation remain firmly in the customer's court, and they are often the only controls you have when the vendor's patch arrives later than you would like. ServiceNow has labeled this a developing story, so expect the scope, the CVE assignment, and the disclosure timeline to sharpen in the coming days.

Comments
Please log in or register to join the discussion