Close Menu
  • Home
  • Articles
    • Attacks
      • BEC
      • Data Breach
      • DDoS
      • Evasion Attacks
      • Injection
      • Malware
      • MITM
      • Phishing
      • Ransomware
      • RCE
      • Social Engineering
      • Spoofing
      • Spyware
    • Business and Policy
      • BCP and DRP
      • GRC
      • Regulations
    • Data Protection
      • DLP
      • DRM
      • Encryption
      • IAM
    • Future, Trends and Insight
      • AI
      • Events & Community
      • Emerging Tech
      • Expert Panel
      • Interviews With Experts
      • Insights
      • Study & Research
    • Resources
      • Guides
      • Tools
      • Training & Education
    • Security
      • API
      • Apps
      • Cloud
      • Critical Infrastructure
      • Endpoint
      • Hardware
      • IoT
      • Mobile
      • Network
      • OT
      • Port Security
      • Security Architecture
      • Software Development
      • Supply Chain
      • Zero Trust
    • Threats and Vulnerabilities
      • Emerging Threats
      • Insider Threats
      • Risk Management
      • Threat Intelligence
      • Zero Day
  • News and Exclusives
    • Latest News
    • ISB Exclusive
    • Positive News
  • Who We Are
    • About Us
    • Information Security Buzz Expert Panel​
    • Write for Us
    • Media Pack
  • Contact Us
  • Newsletter
Facebook X (Twitter) LinkedIn
Facebook X (Twitter) LinkedIn
Information Security BuzzInformation Security Buzz
  • Home
  • Articles
    • Attacks
      • BEC
      • Data Breach
      • DDoS
      • Evasion Attacks
      • Injection
      • Malware
      • MITM
      • Phishing
      • Ransomware
      • RCE
      • Social Engineering
      • Spoofing
      • Spyware
    • Business and Policy
      • BCP and DRP
      • GRC
      • Regulations
    • Data Protection
      • DLP
      • DRM
      • Encryption
      • IAM
    • Future, Trends and Insight
      • AI
      • Events & Community
      • Emerging Tech
      • Expert Panel
      • Interviews With Experts
      • Insights
      • Study & Research
    • Resources
      • Guides
      • Tools
      • Training & Education
    • Security
      • API
      • Apps
      • Cloud
      • Critical Infrastructure
      • Endpoint
      • Hardware
      • IoT
      • Mobile
      • Network
      • OT
      • Port Security
      • Security Architecture
      • Software Development
      • Supply Chain
      • Zero Trust
    • Threats and Vulnerabilities
      • Emerging Threats
      • Insider Threats
      • Risk Management
      • Threat Intelligence
      • Zero Day
  • News and Exclusives
    • Latest News
    • ISB Exclusive
    • Positive News
  • Who We Are
    • About Us
    • Information Security Buzz Expert Panel​
    • Write for Us
    • Media Pack
  • Contact Us
  • Newsletter
Subscribe
Information Security BuzzInformation Security Buzz
Home - Threats and Vulnerabilities - ServiceNow Fixes High-Severity Data Leak Flaw After Varonis Uncovers ‘Count(er) Strike)’
Threats and Vulnerabilities Attacks Data Breach News & Analysis

ServiceNow Fixes High-Severity Data Leak Flaw After Varonis Uncovers ‘Count(er) Strike)’

Kirsten DoyleBy Kirsten DoyleJuly 10, 20255 Mins Read
Share LinkedIn Twitter Facebook Copy Link Email
ServiceNow
Share
Facebook Twitter LinkedIn Email Copy Link
Quick AI Summary
ChatGPTClaudeGeminiGrokPerplexityDeepSeekCopilot

A high-severity vulnerability in the ServiceNow platform could have exposed vast amounts of sensitive data to low-privileged or even anonymous users.

Researchers at Varonis Threat Labs discovered the issue, dubbed Count(er) Strike, which exploits a flaw in how the system displays record counts, offering attackers a quiet but powerful method of data inference and exfiltration.

“Any user in an instance could exploit this vulnerability, even those with minimal privileges and no assigned roles,” said Varonis. “All they needed was access to a single misconfigured table.”

The exposure risk was broad. ServiceNow is used by 85% of the Fortune 500 to manage workflows across IT, HR, customer service, compliance, and more. These functions routinely store sensitive data like social security numbers, medical records, login credentials, financial information, and confidential business plans.

A Small Entry Point, A Large Blast Radius

At the heart of the vulnerability is how ServiceNow handles record counts on list pages. If access is denied due to unmet data or script conditions, the system still shows how many records meet a query, even though it doesn’t display the records themselves. This difference in system behavior gave attackers a side channel to infer what data existed and gradually enumerate its contents.

Using crafted query filters and enumeration techniques, researchers showed how attackers could script the process, pull counts, and scrape data via HTML source, without tripping any alarms. Dot-walking, a feature in ServiceNow that connects records across tables via reference fields, allowed them to traverse across datasets. Combined with self-registration  (enabled in some Fortune 500 instances) attackers could go from outside the system to inside with ease.

“Suppose the automatic self-registration feature is enabled in an instance,” Varonis warned. “Anyone can register as a new user and gain credentials for the organization’s instance.”

The Count(er) Strike CVE

Varonis reported the flaw to ServiceNow in February 2024. The company issued a fix in May 2025 and assigned the vulnerability CVE-2025-3648 on 8 July.

Before the patch, virtually all ServiceNow instances were at risk. Even tables with ACLs (Access Control Lists) in place were vulnerable if key conditions, like required roles or security attributes, were left blank or overly permissive. And that, researchers found, was common.

“Many critical tables are configured this way by default,” Varonis said. “Any user, whether internal, compromised, or self-registered, could access all data in these tables.”

The exposure wasn’t limited to internal risk. When ServiceNow is used in customer-facing scenarios, such as support portals, all customer users could potentially access data belonging to other customers or the organization itself. That includes everything from PII to system properties and financial details.

ServiceNow’s Response

Following Varonis’ disclosure, ServiceNow debuted new access control mechanisms to close the gap. These include:

  • Query ACLs: More granular controls to explicitly define who can query specific data. These are now positioned to become “deny by default,” requiring customers to manually create exceptions for legitimate queries. 
  • Security Data Filters: Applied in-query, these filters restrict record access based on roles or attributes and remove results that should not be visible. Crucially, they also suppress the message that previously indicated data was removed — which attackers used to infer table content. 
  • New ACL Types: Customers can now configure rules as either “deny unless” or “allow if.” The former requires that all such ACLs be satisfied for access to be granted, making it much harder for weak configurations to slip through.

ServiceNow urged customers to review all ACL configurations (particularly for custom and sensitive tables) and to adopt the new access mechanisms. Varonis echoed this guidance.

“Organizations must act now to ensure their instances are protected,” the researchers said. “That includes validating ACLs, applying Query ACLs where needed, and using security data filters to plug any inference gaps.”

The Bigger Picture

ServiceNow’s flexibility and scale are also its risk. With tens of thousands of ACLs controlling access across hundreds of tables, complexity breeds misconfiguration. Bad actors don’t need admin access, just a crack in the armor. A self-registered user, a single misconfigured table, a simple script.

This was a silent threat. There are no known instances of exploitation before the patch. But the simplicity of the exploit means many organizations may never know if their data was silently probed. For companies relying on ServiceNow, let’s hope this is a wake-up call.

A Key Risk in Access Control

Patrick Tiquet, Vice President, Security & Architecture at Keeper Security, says the vulnerability reveals a key risk in access control. “When multiple ACLs protect data, satisfying just one permissive rule can grant unintended access. This means even low-privilege or self-registered users can infer or extract sensitive information using simple queries. Security teams should prioritize this flaw because it enables broad data exposure without complex attacks or high privileges.”

Tiquet says addressing it requires thorough ACL audits, especially where role or attribute restrictions are weak, and implementing layered controls like query restrictions and deny-unless policies. “Beyond patching, teams must continuously validate access logic to prevent similar gaps and protect critical data.”

The Kind of Flaw Attackers Love

J Stephen Kowski, Field CTO at SlashNext, adds that this shows how even well-designed security systems can have blind spots when access controls overlap in unexpected ways. “Teams should treat this as a high priority because it’s the kind of flaw that attackers love – it’s simple to exploit and can give them access to sensitive data without raising red flags.”

The real lesson here, adds Kowski, is that patching alone isn’t enough; firms need continuous monitoring that can spot when users are accessing data they shouldn’t, even through legitimate-looking requests. “Smart security teams are already implementing real-time analysis tools that can detect these subtle data extraction patterns before they become major breaches.”

Kirsten Doyle
Kirsten Doyle
Information Security Buzz News Editor

Kirsten Doyle has been in the technology journalism and editing space for nearly 24 years, during which time she has developed a great love for all aspects of technology, as well as words themselves. Her experience spans B2B tech, with a lot of focus on cybersecurity, cloud, enterprise, digital transformation, and data centre. Her specialties are in news, thought leadership, features, white papers, and PR writing, and she is an experienced editor for both print and online publications.

  • Kirsten Doyle
    Palo Alto warns of active exploitation of GlobalProtect authentication bypass flaw
  • Kirsten Doyle
    CrowdStrike, Google, and Shadowserver Foundation disrupt Glassworm botnet
  • Kirsten Doyle
    Threat Actors Deploy Tiflux RMM for Persistent Remote Access
  • Kirsten Doyle
    Major US telecom providers debut C2 ISAC to counter AI-driven threats

The opinions expressed in this post belong to the individual contributors and do not necessarily reflect the views of Information Security Buzz.

Share. Facebook Twitter LinkedIn Email Copy Link

Related Posts

Palo Alto warns of active exploitation of GlobalProtect authentication bypass flaw

June 2, 20263 Mins Read

How EM is boosting the career trajectory of VM analysts

May 19, 20266 Mins Read

Microsoft patches 138 vulnerabilities as AI-driven discovery accelerates

May 14, 20265 Mins Read
ISB-Bora-Side-Bar

No se ha podido establecer conexión. Error 429

 
ISB-Bora-Side-Bar
Black ISB Logo

Information Security Buzz is an independent resource that provides the experts’ comments, analysis, and opinion on the latest Cybersecurity news and topics

X (Twitter) LinkedIn Facebook RSS

Working With Us

  • About Us
  • Advertise With Us
  • Contact Us

Write For Us

  • How To Contribute

The Pages

  • Privacy Policy
  • Cookie Policy
  • AI Policy
  • Terms & Conditions
  • Copyright Notice

Information Security Buzz and all its contents are copyright © 2014-2025. All rights reserved. All third-party trademarks are recognized.

Type above and press Enter to search. Press Esc to cancel.

Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
View preferences
  • {title}
  • {title}
  • {title}