Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/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
Unauthenticated, low-complexity network SQLi (AV:N/AC:L/PR:N/UI:N) with data disclosure only, so C:H and I:N/A:N matching the stated confidentiality-only impact.
Primary rating from Vendor (Joomla).
CVSS VectorVendor: Joomla
Lifecycle Timeline
2DescriptionCVE.org
The Joomla extension DP Calendar is vulnerable to an unauthenticated SQL injection.
AnalysisAI
SQL injection in the DPCalendar extension for Joomla lets remote unauthenticated attackers inject arbitrary SQL through a vulnerable parameter, per the CVSS:4.0 vector (PR:N/UI:N). With confidentiality-only impact rated High and no integrity or availability effect, the flaw primarily enables theft of Joomla database contents such as user records, session data, and configuration secrets. No public exploit identified at time of analysis, and no EPSS or CISA KEV signal was provided.
Technical ContextAI
DPCalendar (Digital Peak) is a third-party calendaring/events extension installed on top of the Joomla CMS, which stores its data in a MySQL/MariaDB backend accessed via Joomla's database API. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-supplied input reaches a SQL query without proper parameterization or escaping - typically a component request parameter (e.g. a filter, id, or search value passed to a com_dpcalendar view) concatenated directly into a query. The affected product is identified by CPE cpe:2.3:a:digital-peak.com:dp_calendar_extension_for_joomla:*, with the version left as a wildcard indicating the affected range is not enumerated in the provided data.
RemediationAI
No vendor-released patch version identified at time of analysis - the only reference provided is the product page (https://joomla.digital-peak.com/products/dpcalendar), which does not cite a fixed release, so consult Digital Peak directly and upgrade to the latest DPCalendar version once a patched build is confirmed. As compensating controls until a patch is applied, deploy a WAF or Joomla security plugin with SQL-injection signatures in front of the com_dpcalendar endpoints, and restrict or disable public access to DPCalendar views (for example by taking the calendar offline or limiting it to authenticated users) - accepting the trade-off that this removes public calendar functionality. Additionally, ensure the Joomla database account used by the site has least-privilege grants to limit the data exposable via injection, and review database and web logs for anomalous query patterns against DPCalendar parameters.
Stored XSS in DP Calendar for Joomla (versions 7.0.0 through 10.11.2) allows authenticated users holding the DPCalendar
Blind SQL injection in the DP Calendar Joomla extension (versions 5.5.0 through 10.11.2) enables authenticated users hol
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44599
GHSA-r6gc-42q2-64m6