Cyber Resilience

CVE-2024-13833

HighRCE

Published: 01 March 2025

Published
01 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0028 52.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13833 is a high-severity Deserialization of Untrusted Data (CWE-502) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 47.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2024-13833 is a PHP Object Injection vulnerability (CWE-502) with a CVSS score of 7.2 (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H) affecting the Album Gallery – WordPress Gallery plugin for WordPress in all versions up to and including 1.6.3. The flaw stems from deserialization of untrusted input sourced from gallery meta, enabling the injection of a PHP Object.

Authenticated attackers possessing Editor-level access or higher can exploit this vulnerability. While no known Property-Oriented Programming (POP) chain exists within the vulnerable plugin itself—limiting standalone impact—the presence of a POP chain from another installed plugin or theme could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute arbitrary code, depending on the chain's capabilities.

Advisories and patches are referenced in the plugin's development changelog at https://plugins.trac.wordpress.org/changeset/3246291/new-album-gallery and Wordfence's threat intelligence at https://www.wordfence.com/threat-intel/vulnerabilities/id/cc7075a6-5609-42ab-a4cb-9d33686c7de0?source=cve, which detail remediation steps including updating the plugin beyond version 1.6.3.

EU & UK References

Vulnerability details

The Album Gallery – WordPress Gallery plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 1.6.3 via deserialization of untrusted input from gallery meta. This makes it possible for authenticated attackers, with Editor-level…

more

access and above, to inject a PHP Object. No known POP chain is present in the vulnerable software, which means this vulnerability has no impact unless another plugin or theme containing a POP chain is installed on the site. If a POP chain is present via an additional plugin or theme installed on the target system, it may allow the attacker to perform actions like delete arbitrary files, retrieve sensitive data, or execute code depending on the POP chain present.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

PHP Object Injection in public-facing WordPress plugin enables exploitation of the web application (T1190) and leads to arbitrary code execution via scripting interpreters (T1059).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-29782Shared CWE-502
CVE-2026-42778Shared CWE-502
CVE-2025-68047Shared CWE-502
CVE-2026-22345Shared CWE-502
CVE-2024-28988Shared CWE-502
CVE-2026-47161Shared CWE-502
CVE-2024-9664Shared CWE-502
CVE-2026-24385Shared CWE-502
CVE-2026-27084Shared CWE-502
CVE-2025-42944Shared CWE-502

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Timely remediation of the deserialization flaw in the Album Gallery plugin directly prevents PHP object injection via untrusted gallery meta input.

prevent

Validating the syntax, semantics, and structure of gallery meta input prior to deserialization prevents injection of malicious PHP objects.

detectrespond

Vulnerability scanning detects the PHP object injection vulnerability in the Album Gallery plugin, enabling prioritized remediation to prevent exploitation.

References