LiveActive security incident?Get immediate response
CVE Record

CVE-2020-19248: SQL Injection vulnerability in PbootCMS 1.4.1 in parsing if statements in templates, resulting in a malicio...

SQL Injection vulnerability in PbootCMS 1.4.1 in parsing if statements in templates, resulting in a malicious user's ability to contaminate template content by searching for page contamination URLs, thus triggering vulnerabilities when the program uses eval statements to parse templates.

MediumCVSS 5.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE describes SQL injection tied to how PbootCMS 1.4.1 parses template if-statements. A malicious user may contaminate template content through search-related URLs, causing unsafe template evaluation. Business impact is limited data exposure or content change, not service outage, based on the CVSS record.

Executive priority

Handle as a moderate-priority CMS security issue. It does not show confirmed active exploitation in the supplied sources, but public writeups and potential data/content impact justify timely remediation on exposed PbootCMS 1.4.1 sites.

Technical view

The record maps this to CWE-89 and CVSS 3.1 score 5.1. The vector lists AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N. The narrative references PbootCMS 1.4.1 template parsing with eval use, but affected vendor/product metadata is not populated in the CVE bundle.

Likely exposure

Exposure is most relevant where PbootCMS 1.4.1 is present, especially sites using the affected search/template behavior. The CVE affected-product fields are marked n/a, so asset confirmation must rely on local inventory and application version evidence.

Exploitation context

The source bundle includes public vulnerability writeups, but no CISA KEV listing and no cited evidence of active exploitation. Treat this as publicly documented and reproducible in concept, not confirmed as actively exploited from the provided sources.

Researcher notes

Evidence is incomplete: CVE metadata names CWE-89 and describes PbootCMS 1.4.1 behavior, while affected product fields are n/a. The stated AV:L vector should be preserved unless stronger source evidence supports re-scoring.

Mitigation direction

  • Identify any PbootCMS 1.4.1 deployments in production or staging.
  • Check PbootCMS vendor guidance for fixed versions or official remediation.
  • Prioritize remediation for internet-facing or business-critical CMS instances.
  • Restrict untrusted modification of templates and search-related content where possible.
  • Review logs for suspicious template parsing errors or abnormal search requests.

Validation and detection

  • Confirm application name and version from deployment inventory or source files.
  • Check whether the search page and template if-statement parsing are enabled.
  • Review CMS templates for unexpected user-controlled content or recent unauthorized changes.
  • Verify remediation against vendor guidance; do not assume a fixed version from this bundle.
  • Record the CVSS vector and metadata gaps in the vulnerability ticket.
Prepared
Confidence
medium
Sources
4

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.

Open ATT&CK lookup
description · low confidence lookup

Database behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-19248 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
5.1CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N2.52.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.1Medium
CVSS 3.1 vector shape for CVE-2020-19248Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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.