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

CVE-2025-60534

Published: 2026-01-06 17:15:44
Last Modified: 2026-01-29 01:24:17

Description

Blue Access Cobalt v02.000.195 suffers from an authentication bypass vulnerability, which allows an attacker to selectively proxy requests in order to operate functionality on the web application without the need to authenticate with legitimate credentials.

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:blueaccesstech:cobalt_x1:02.000.195:*:*:*:*:*:*:* - VULNERABLE
Blue Access Cobalt v02.000.195

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests target_url = 'https://target-system.com/api/endpoint' payload = {'username': 'admin', 'password': 'admin'} response = requests.post(target_url, json=payload) print(response.text)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-60534", "sourceIdentifier": "[email protected]", "published": "2026-01-06T17:15:44.490", "lastModified": "2026-01-29T01:24:16.840", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Blue Access Cobalt v02.000.195 suffers from an authentication bypass vulnerability, which allows an attacker to selectively proxy requests in order to operate functionality on the web application without the need to authenticate with legitimate credentials."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "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": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-287"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:blueaccesstech:cobalt_x1:02.000.195:*:*:*:*:*:*:*", "matchCriteriaId": "9BFB68E4-A1FF-4034-8D47-DE898056C98F"}]}]}], "references": [{"url": "http://blue.com", "source": "[email protected]", "tags": ["Broken Link"]}, {"url": "https://github.com/PilotPatrickk/Published-CVEs/blob/main/CVE-2025-60534.md", "source": "[email protected]", "tags": ["Third Party Advisory"]}]}}