CVE-2025-9316
published 2025-11-12CVE-2025-9316: N-central < 2025.4 can generate sessionIDs for unauthenticated users This issue affects N-central: before 2025.4.
PriorityP182medium6.9CVSS 4.0
AVNACLATNPRNUINVCLVINVANSCNSINSANEXCRXIRXARXMAVXMACXMATXMPRXMUIXMVCXMVIXMVAXMSCXMSIXMSAXSXAUXRXVXREXUX
ITWEXPLOITVulnCheck KEVInitial access
Exploited in the wild
EPSS
36.29%
98.3th percentile
N-central < 2025.4 can generate sessionIDs for unauthenticated users
This issue affects N-central: before 2025.4.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| n-able | n-central | < 2025.4 | 2025.4 |
Detection & IOCsextracted from sources · hover to see the quote
snort
alert http any any -> $HOME_NET any (msg:"ET WEB_SPECIFIC_APPS N-able N-central Authentication Bypass (CVE-2025-9316)"; flow:established,to_server; flowbits:set,ET.N_able_N_central.CVE_2025_9316; http.uri; content:"/dms/services/ServerUI"; fast_pattern; startswith; http.header; to_lowercase; content:"soapaction|3a 20|"; http.request_body; content:"sessionHello"; reference:url,horizon3.ai/attack-research/attack-blogs/n-able-n-central-from-n-days-to-0-days/; reference:cve,2025-9316; classtype:web-application-attack; sid:2065915; rev:1; metadata:affected_product N_Able, attack_target Server, tls_state TLSDecrypt, created_at 2025_11_25, cve CVE_2025_9316, deployment Perimeter, deployment Internal, deployment SSLDecrypt, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2025_11_25, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1190, mitre_technique_name Exploit_Public_Facing_Application; target:dest_ip;)
- →Detect exploitation attempts by matching HTTP requests to /dms/services/ServerUI (or /dms/services/ServerMMS) that contain a SOAPAction header and 'sessionHello' in the request body — this is the unauthenticated session generation trigger. ↗
- →A successful exploit response will contain both 'SessionID' and 'sessionHelloResponse' with HTTP 200 — monitor for these strings in responses to unauthenticated SOAP requests.
- →The Cavern Agent achieves initial execution via DLL side-loading through SysAid's software update feature, dropping a trojanized uxtheme.dll — monitor SysAid update processes spawning unexpected DLL loads. ↗
- →DLL modules prefixed with 'n-' (e.g., n-HTCommp.dll, n-ten.dll, n-sws.dll) are loaded via LoadLibraryA as Native AOT binaries; modules without the prefix (mhm.dll, db.dll, ode.dll) are loaded as managed .NET assemblies via AppDomain isolation — hunt for unexpected LoadLibraryA calls to these filenames. ↗
- →Post-exploitation XXE (CVE-2025-11700) is triggered via importServiceTemplateFromFile after obtaining an unauthenticated session — monitor for this SOAP action following a sessionHello request. ↗
- ·The Metasploit module iterates over various appliance IDs in the sessionHello SOAP request to obtain an unauthenticated session — detection rules should not rely solely on a specific appliance ID value. ↗
- ·The vulnerability affects N-Central versions before 2025.4.0.9 — ensure version fingerprinting is used to scope detection and avoid false positives on patched instances. ↗
CVSS provenance
nvdv4.06.9MEDIUMCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vulncheck6.9MEDIUM
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-9vwr-g237-h5c9: N-central < 2025
ghsa_unreviewed·2025-11-12
CVE-2025-9316 [MEDIUM] CWE-1284 GHSA-9vwr-g237-h5c9: N-central < 2025
N-central < 2025.4 can generate sessionIDs for unauthenticated users
This issue affects N-central: before 2025.4.
VulnCheck
N-able N-Central Improper Validation of Specified Quantity in Input
vulncheck·2025·CVSS 6.9
CVE-2025-9316 [MEDIUM] N-able N-Central Improper Validation of Specified Quantity in Input
N-able N-Central Improper Validation of Specified Quantity in Input
N-central < 2025.4 can generate sessionIDs for unauthenticated users
This issue affects N-central: before 2025.4.
Affected: N-able N-Central
Required Action: Apply remediations or mitigations per vendor instructions or discontinue use of the product if remediation or mitigations are unavailable.
Exploitation References: https://app.crowdsec.net/cti/cve-explorer/CVE-2025-9316; https://dashboard.shadowserver.org/statistics/honeypot/vulnerability/map/?day=2026-01-18&host_type=src&vulnerability=cve-2025-9316; https://dashboard.shadowserver.org/statistics/honeypot/vulnerability/map/?day=2026-01-21&host_type=src&vulnerability=cve-2025-9316; https://dashboard.shadowserver.org/statistics/honeypot/vulnerability/map/?day=2026-
Suricata
ET WEB_SPECIFIC_APPS N-able N-central Authentication Bypass (CVE-2025-9316)
suricata·2025-11-25·CVSS 6.9
CVE-2025-9316 [MEDIUM] ET WEB_SPECIFIC_APPS N-able N-central Authentication Bypass (CVE-2025-9316)
ET WEB_SPECIFIC_APPS N-able N-central Authentication Bypass (CVE-2025-9316)
Rule: alert http any any -> $HOME_NET any (msg:"ET WEB_SPECIFIC_APPS N-able N-central Authentication Bypass (CVE-2025-9316)"; flow:established,to_server; flowbits:set,ET.N_able_N_central.CVE_2025_9316; http.uri; content:"/dms/services/ServerUI"; fast_pattern; startswith; http.header; to_lowercase; content:"soapaction|3a 20|"; http.request_body; content:"sessionHello"; reference:url,horizon3.ai/attack-research/attack-blogs/n-able-n-central-from-n-days-to-0-days/; reference:cve,2025-9316; classtype:web-application-attack; sid:2065915; rev:1; metadata:affected_product N_Able, attack_target Server, tls_state TLSDecrypt, created_at 2025_11_25, cve CVE_2025_9316, deployment Perimeter, deployment Internal, deployment SSL
Suricata
ET WEB_SPECIFIC_APPS N-able N-central Session ID Disclosure
suricata·2025-11-25
ET WEB_SPECIFIC_APPS N-able N-central Session ID Disclosure
ET WEB_SPECIFIC_APPS N-able N-central Session ID Disclosure
Rule: alert http $HOME_NET any -> any any (msg:"ET WEB_SPECIFIC_APPS N-able N-central Session ID Disclosure"; flow:established,to_client; flowbits:isset,ET.N_able_N_central.CVE_2025_9316; http.response_body; content:"ns1|3a|sessionHelloResponse"; fast_pattern; content:"|3c 2f|sessionid|3e|"; nocase; distance:0; pcre:"/\x3e\d+\x3c\x2fsessionid\x3e/i"; http.stat_code; content:"200"; reference:url,horizon3.ai/attack-research/attack-blogs/n-able-n-central-from-n-days-to-0-days/; classtype:web-application-attack; sid:2065914; rev:1; metadata:affected_product N_Able, attack_target Server, tls_state TLSDecrypt, created_at 2025_11_25, deployment Perimeter, deployment Internal, deployment SSLDecrypt, confidence High, signature_severity Mi
Nuclei
N-central - Authentication Bypass
nuclei·CVSS 6.9
CVE-2025-9316 [MEDIUM] N-central - Authentication Bypass
N-central - Authentication Bypass
N-central
3
matchers-condition: and
matchers:
- type: word
words:
- "SessionID"
- "sessionHelloResponse"
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- ']*>(\d+)'
- '(\d+)'
- '(\d+)'
# digest: 490a0046304402206c171624ce3f00e1d73d26724772a32058b51c552e7fa45148417ab15d94d1f902206e4a888fc7ffb3f689f69e3817509f8fdb74bd6479cd6c341fbf51d621f30613:922c64590222798bb761d5b6d8e72950
Metasploit
N-able N-Central Authentication Bypass and XXE Scanner
metasploit·CVSS 8.4
CVE-2025-9316 [HIGH] N-able N-Central Authentication Bypass and XXE Scanner
N-able N-Central Authentication Bypass and XXE Scanner
This module scans for vulnerable N-able N-Central instances affected by CVE-2025-9316 (Unauthenticated Session Bypass) and CVE-2025-11700 (XXE). The module attempts to exploit CVE-2025-9316 by sending a sessionHello SOAP request to the ServerMMS endpoint with various appliance IDs to obtain an unauthenticated session. If successful, it then tests for CVE-2025-11700 by writing an XXE payload file and triggering it via importServiceTemplateFromFile. Files of interest that can be read via XXE: - /opt/nable/var/ncsai/etc/ncbackup.conf - /var/opt/n-central/tmp/ncbackup/ncbackup.bin (PostgreSQL dump) - /opt/nable/etc/keystore.bcfks (encrypted keystore) - /opt/nable/etc/masterPassword (keystore password) Affected versions: N-Central < 2025.4
Hackernews
Iran-Linked Hackers Use New Cavern C2 Framework to Target Israeli Organizations
blogs_hackernews·2026-07-07
CVE-2025-52691 Iran-Linked Hackers Use New Cavern C2 Framework to Target Israeli Organizations
Home
Threat Intelligence
Vulnerabilities
Cyber Attacks
Webinars
Expert Insights
Awards
Webinars
Awards
Free eBooks
About THN
Jobs
Advertise with us
## Iran-Linked Hackers Use New Cavern C2 Framework to Target Israeli Organizations
An Iranian hacking group affiliated with Iran's Ministry of Intelligence and Security (MOIS) has been wielding a previously undocumented modular command-and-control (C2) framework dubbed Cavern (aka Cav3rn) targeting Israeli organizations.
The activity, which has primarily singled out IT providers and government sectors, has been attributed to a threat cluster tracked by Check Point Research under the moniker Cavern Manticore , which it said shares some level of tactical overlaps with MuddyWater and Lyceum , the latter of which is assessed to be
Rapid7
Rapid7 Detection Coverage for Iran-Linked Cyber Activity
blogs_rapid7·2026-03-11
Rapid7 Detection Coverage for Iran-Linked Cyber Activity
The tension arising out of the conflict in Iran is beginning to show signs of expanding beyond a strictly regional crisis. Following our recent published advisories, this communication is intended to outline and summarize the detection and enrichment coverage available to Rapid7 customers, broadly assess the macro cyber threat landscape, and demonstrate the specific actions undertaken within the Rapid7 portfolio to assure our customers of the protection they receive and can expect moving forward. For a research-driven companion piece from Rapid7 Labs, dive into Iran’s Cyber Playbook in the Escalating Regional Conflict.
## Tracking the campaigns associated with the current conflict
There exists a number of threat campaigns (both directly and indirectly) associated with groups associated w
Rapid7
Rapid7 Detection Coverage for Iran-Linked Cyber Activity
blogs_rapid7·2026-03-11
Rapid7 Detection Coverage for Iran-Linked Cyber Activity
The tension arising out of the conflict in Iran is beginning to show signs of expanding beyond a strictly regional crisis. Following our recent published advisories, this communication is intended to outline and summarize the detection and enrichment coverage available to Rapid7 customers, broadly assess the macro cyber threat landscape, and demonstrate the specific actions undertaken within the Rapid7 portfolio to assure our customers of the protection they receive and can expect moving forward. For a research-driven companion piece from Rapid7 Labs, dive into Iran’s Cyber Playbook in the Escalating Regional Conflict .
## Tracking the campaigns associated with the current conflict
There exists a number of threat campaigns (both directly and indirectly) associated with groups associated
Greynoiseio
NoiseLetter November 2025
blogs_greynoiseio
NoiseLetter November 2025
CVE Disclosure Early Warning Get an early warning when traffic spikes indicate a high likelihood of new disclosures
Compromised Asset Detection Find out immediately if an asset communicates with a malicious IP address
Vulnerability Prioritization Get real-time insight into active exploitation trends to better understand risk and severity
SOC Efficiency Filter out noisy, low priority and false-positive alerts from mass internet scanners
Incident Investigation Add context to incidents to speed the determinations of scope and timelines
Threat Hunting Quickly identify anomalous behavior and enrich your threat hunting campaigns
Why GreyNoise
CVE Disclosure Early Warning Get an early warning when traffic spikes indicate a high likelihood of new disclosures
Compromised Asset Detection Fin
2025-11-12
Published
Exploited in the wild