CVE-2017-20268: Joomla! Component Zap Calendar Lite 4.3.4 SQL Injection
Joomla! Component Zap Calendar Lite 4.3.4 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the 'eid' parameter. Attackers can send GET requests to the RSVP plugin endpoint with crafted SQL payloads to extract sensitive database information including database names and table structures.
Security readout for executives and security teams
Plain-English summary
This CVE affects the Joomla Zap Calendar Lite component version 4.3.4. An unauthenticated attacker may be able to query the website database through a vulnerable calendar RSVP parameter. For exposed sites, the main business risk is database disclosure, including information that could support further compromise.
Executive priority
Treat as high priority for any internet-facing Joomla deployment using this component. The issue requires no login and targets the database layer, so inventory and containment should happen promptly before routine maintenance windows.
Technical view
Zap Calendar Lite 4.3.4 is reported vulnerable to SQL injection in the RSVP plugin endpoint through the eid parameter. The supplied CVSS 4.0 score is 8.8, with network access, low complexity, no privileges, and no user interaction. The issue is mapped to CWE-89.
Likely exposure
Exposure is likely limited to Joomla sites running Zcontent Zap Calendar Lite 4.3.4 with the vulnerable RSVP functionality reachable from the internet. The supplied sources do not prove other versions are affected.
Exploitation context
The bundle cites an ExploitDB entry, indicating public exploit information exists. KEV is false, and the supplied sources do not establish active exploitation in the wild.
Researcher notes
Do not assume broad Joomla exposure; the named affected product is Zap Calendar Lite 4.3.4. The supplied record does not name a patched release. Validation should focus on installed version, reachable RSVP functionality, and evidence of database-probing requests.
Mitigation direction
Identify Joomla sites using Zap Calendar Lite 4.3.4.
Check Zcontent or Joomla extension guidance for an official fix.
Disable or remove the component if no fixed version is available.
Restrict public access to affected RSVP functionality where operationally feasible.
Review database and web logs for suspicious parameter activity.
Validation and detection
Confirm whether Zap Calendar Lite is installed and record its version.
Verify whether RSVP plugin routes are publicly reachable.
Review extension inventory across production and staging Joomla sites.
Check logs for unusual requests involving the affected parameter.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.