Close Menu
NCIJ Network NCIJ Network
    What's Hot

    UK soldiers could get paragliders to drop behind enemy lines

    August 28, 2026

    The 31 Best Deals From the REI Labor Day Sale

    August 28, 2026

    Three CVSS 10.0 ServiceNow Flaws Could Let Unauthenticated Attackers Execute Code and SQL

    August 28, 2026
    Facebook X (Twitter) Instagram
    Trending
    • UK soldiers could get paragliders to drop behind enemy lines
    • The 31 Best Deals From the REI Labor Day Sale
    • Three CVSS 10.0 ServiceNow Flaws Could Let Unauthenticated Attackers Execute Code and SQL
    • Ledger patched critical signing bugs months after writing the fixes
    • Global Warming Intensifies El Niño, Galápagos Coral Fossils Show
    • The Home Office must not be allowed to bury the spycops inquiry | Imran Khan
    • Full Fact analysis shows AI chatbots spouting misinformation about AI-generated images, wars and royal fall outs – Full Fact
    • Uganda’s King Oyo: World’s youngest reigning traditional monarch dies aged 34
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Friday, August 28
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Cybersecurity

    Three CVSS 10.0 ServiceNow Flaws Could Let Unauthenticated Attackers Execute Code and SQL

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKAugust 28, 2026 Cybersecurity No Comments5 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Swati KhandelwalAug 28, 2026Vulnerability / Cloud Security

    ServiceNow has released patches for four security flaws impacting the ServiceNow AI Platform, three of them rated 10.0 on the CVSS scoring system and exploitable, in certain circumstances, by an unauthenticated attacker.

    The company said it deployed a security update to hosted instances and provided the update to its partners and self-hosted customers, which leaves organizations that run their own instances to apply the fixes themselves.

    The advisory was published on August 27, 2026, and the four vulnerabilities are listed below –

    • CVE-2026-18885 (CVSS score: 10.0) – A code injection vulnerability in the GraphQL Composite Data API that could enable an unauthenticated user to execute arbitrary code and gain access to, or modify, instance data
    • CVE-2026-18886 (CVSS score: 10.0) – An improper access control vulnerability in the system configuration image upload processor that could enable an unauthenticated user to create or modify instance data, resulting in privilege escalation
    • CVE-2026-74820 (CVSS score: 10.0) – A SQL injection vulnerability reached through a dynamic schema ORDER BY clause that could enable an unauthenticated user to execute arbitrary SQL statements against the instance’s underlying database
    • CVE-2026-6876 (CVSS score: 8.7) – A sandbox escape in the Now Platform that could allow an unauthenticated user to execute arbitrary code

    The three maximum-severity flaws share the vector CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H, describing a network-reachable attack of low complexity that requires no privileges and no user interaction, and that carries high impact to confidentiality, integrity, and availability in both the vulnerable component and the systems connected to it.

    Cybersecurity

    The advisory follows CVE-2026-6875, a pre-authentication sandbox escape in the same platform. Searchlight Cyber reported that flaw to ServiceNow on April 1, 2026. ServiceNow published the advisory for it on July 13.

    Threat intelligence firm Defused said days after the July advisory that it was observing in-the-wild exploitation of CVE-2026-6875. It subsequently issued a correction stating that the captured payload matched Searchlight Cyber’s published proof-of-concept (PoC) exploit.

    “ServiceNow is aware of a cybersecurity company’s recent publication regarding exploitation activity associated with a previously disclosed security vulnerability, identified as CVE-2026-6875,” a ServiceNow spokesperson told The Hacker News. “Based on our investigation to date, we have not observed evidence that this activity is related to instances that ServiceNow hosts.”

    “We have provided updates and patches designed to address this issue, and we encourage our self-hosted and ServiceNow-hosted customers to apply the relevant patches if they have not already done so. In addition, we will continue to work directly with customers who need assistance in applying the patches,” the spokesperson said.

    The 10.0 ratings are ServiceNow’s own. The company is the CVE Numbering Authority for its products, and since April 15, 2026, NIST has enriched only vulnerabilities that appear in CISA’s Known Exploited Vulnerabilities catalog, affect federal government software, or are designated critical under Executive Order 14028.

    None of the four flaws appeared in the catalog as of August 28, 2026, leaving ServiceNow’s ratings as the only severity assessment on record.

    ServiceNow rated all three of the new maximum-severity flaws at low attack complexity. It scored the sandbox escape reported exploited in July at 9.5 under the same version of the scoring system, with every metric identical to the three except attack complexity, which it set to high.

    ServiceNow lists the following versions as affected in its August advisory –

    • Xanadu – any version before Patch 11 Hot Fix 7a
    • Yokohama – any version before Patch 12 Hot Fix 3b, and any version before Patch 13 Hot Fix 4
    • Zurich – any version before Patch 7b Hot Fix 3, Patch 8 Hot Fix 5, Patch 9 Hot Fix 6, Patch 10 Hot Fix 2m (m-branch), Patch 10 Hot Fix 3 (standard), Patch 11, or Patch 12
    • Australia – any version before Patch 2 Hot Fix 3, Patch 3 Hot Fix 2, Patch 3m, Patch 4, or Patch 5

    The record for CVE-2026-18886 marks “Any version before Australia Patch 5” with a status of unknown, where the records for the other three mark the same version as affected. All four set a default product status of unaffected, so a release the list does not name falls outside the affected set.

    Cybersecurity

    ServiceNow describes CVE-2026-6876 as an issue that could allow an unauthenticated user to execute arbitrary code within the Now Platform, while the CVSS vector it assigned to the same flaw specifies PR:L, or low privileges required.

    That vector also records no impact to systems beyond the vulnerable component, unlike the three rated 10.0.

    ServiceNow said in each of the four records that it is not currently aware of exploitation. The Hacker News found no public exploit code for the three maximum-severity flaws as of August 28, 2026.

    Searchlight Cyber had published no technical write-up for the flaws disclosed in August at the time of writing. Adam Kues, a security researcher at the firm, wrote in July that ServiceNow was “enhancing instance security by severely restricting the type of code that can run in sandbox contexts.”

    Attackers Code CVSS Execute flaws ServiceNow SQL unauthenticated
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    How to respond to an AI agent security incident

    Critical cPanel Flaw Could Let One Hosting Customer Take Root Control of a Whole Server

    APT28-Linked HOOKEDGE Backdoor Targets European Government and Diplomatic Organizations

    PaperCut Zero-Day Exploited in Attacks, Affecting All NG and MF Versions

    New GPUThor Rowhammer Defeats ECC on NVIDIA RTX A6000 to Gain Host Root Access

    GoCaracal Malware Uses Ethereum Smart Contract to Fetch Replacement C2 Address

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    UK soldiers could get paragliders to drop behind enemy lines

    August 28, 2026

    The 31 Best Deals From the REI Labor Day Sale

    August 28, 2026

    Three CVSS 10.0 ServiceNow Flaws Could Let Unauthenticated Attackers Execute Code and SQL

    August 28, 2026

    Ledger patched critical signing bugs months after writing the fixes

    August 28, 2026
    Latest Posts

    NASA’s Curiosity Discovers a Field of Martian Polygons

    July 29, 2026

    As crypto perpetual futures boom, Ethereum’s role is shifting

    July 29, 2026

    Critical Rails Flaw Could Let Unauthenticated Attackers Read Server Files via Image Uploads

    July 29, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    UK soldiers could get paragliders to drop behind enemy lines

    August 28, 2026

    The 31 Best Deals From the REI Labor Day Sale

    August 28, 2026

    Three CVSS 10.0 ServiceNow Flaws Could Let Unauthenticated Attackers Execute Code and SQL

    August 28, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

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