Cyber Resilience

CVE-2024-36463

Zabbix 5.0.0 – 5.0.43

Published
26 November 2024
Modified
08 October 2025
Patch / advisory
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0080 53th percentile
Risk Priority 52 floored blend · peak EPSS

Summary

CVE-2024-36463 is a medium-severity Access to Critical Private Variable via Public Method (CWE-767) vulnerability in Zabbix Zabbix. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked in the top 47% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

The implementation of atob in "Zabbix JS" allows to create a string with arbitrary content and use it to access internal properties of objects.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1213 Data from Information Repositories Collection
Adversaries may leverage information repositories to mine valuable information.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-42333Same product: Zabbix Zabbix
CVE-2024-22114Same product: Zabbix Zabbix
CVE-2024-22121Same product: Zabbix Zabbix
CVE-2024-36464Same product: Zabbix Zabbix
CVE-2024-42325Same product: Zabbix Zabbix
CVE-2023-29450Same product: Zabbix Zabbix
CVE-2024-36460Same product: Zabbix Zabbix
CVE-2025-27231Same product: Zabbix Zabbix
CVE-2024-36467Same product: Zabbix Zabbix
CVE-2023-32723Same product: Zabbix Zabbix

Affected Assets

zabbix
zabbix
5.0.0 — 5.0.43 · 6.0.0 — 6.0.33 · 6.4.0 — 6.4.18

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Access enforcement directly stops public methods from reading or writing private variables by requiring explicit authorization checks on every access.

Least privilege limits which code paths may touch critical variables, reducing the chance that an overly broad public method can reach them.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent public exposure of private variables via code review, static analysis, and encapsulation standards.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect improper exposure of private variables during acceptance.

prevents

Secure development life cycle mandates encapsulation and access-control design practices.

prevents

Application security requirements can specify that private variables must remain inaccessible.

prevents

Secure architecture principles enforce encapsulation and least-privilege data access.

prevents

Secure coding standards explicitly forbid exposing private variables through public methods.

degrades

Information access restriction directly prevents public methods from exposing private variables.

References