CVE-2026-48909

Published Jun 20, 2026

Last updated 6 days ago

Overview

AI description

Automated description summarized from trusted sources.

CVE-2026-48909 describes a deserialization vulnerability found in the SP LMS (com_splms) extension for Joomla, specifically affecting versions prior to 4.1.4. This flaw stems from the extension's improper handling of user-controlled cookie data, which is deserialized without adequate validation. An unauthenticated remote attacker can exploit this vulnerability by injecting a crafted PHP object into the `lmsOrders` cookie. This malicious input is then base64-decoded and passed directly to the `unserialize()` function, enabling the attacker to execute arbitrary code on the server. The vulnerability is classified under CWE-502, pertaining to the deserialization of untrusted data.

Description
SP LMS (com_splms) < 4.1.4 by JoomShaper deserializes user-controlled cookie data without validation, enabling an unauthenticated remote attacker to execute arbitrary code on the server.
Source
security@joomla.org
NVD status
Deferred

Risk scores

CVSS 4.0

Type
Secondary
Base score
9.5
Impact score
-
Exploitability score
-
Vector string
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
Severity
CRITICAL

Weaknesses

security@joomla.org
CWE-502

Social media

Hype score
Not currently trending

References

Sources include official advisories and independent security research.