LiveActive security incident?Get immediate response
CVE Record

CVE-2022-45215: A cross-site scripting (XSS) vulnerability in Book Store Management System v1.0.0 allows attackers to execu...

A cross-site scripting (XSS) vulnerability in Book Store Management System v1.0.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Name parameter under the Add New System User module.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-45215 is a stored or reflected XSS issue in Book Store Management System v1.0.0. A low-privileged user can place script or HTML in the Name field when adding a system user. If another user views the affected page, browser-side actions or data exposure may occur.

Executive priority

Prioritize if this application is internet-facing or used for real administrative workflows. The likely impact is moderate, but compromise of an admin browser session can still create business risk.

Technical view

The vulnerability is CWE-79 in the Add New System User module. The Name parameter is not sufficiently neutralized before browser rendering. CVSS 3.1 is 5.4: network reachable, low complexity, low privileges required, user interaction required, changed scope, low confidentiality and integrity impact, no availability impact.

Likely exposure

Exposure appears limited to organizations running Book Store Management System v1.0.0 from the referenced PHP CodeIgniter project. The provided CVE data does not identify CPEs, downstream packages, or broader affected versions.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. Public references exist, including a GitHub disclosure, so defenders should treat exploit knowledge as public without assuming widespread exploitation.

Researcher notes

Evidence is sparse: the CVE names one module and parameter, with no CPEs and no official fix in the bundle. Validate locally against the exact v1.0.0 code path and avoid extrapolating to other SourceCodester projects.

Mitigation direction

  • Check project or vendor guidance for any fixed release or official patch.
  • Sanitize and HTML-encode the Name field before storing or rendering it.
  • Restrict Add New System User access to trusted administrative accounts.
  • Add regression tests covering user-name rendering in administrative views.
  • Use CSP as defense-in-depth, not as the primary fix.

Validation and detection

  • Inventory whether Book Store Management System v1.0.0 is deployed.
  • Review Add New System User handling for the Name parameter.
  • Confirm rendered user names are encoded as text, not HTML.
  • Run safe authenticated XSS regression tests in staging.
  • Verify user-management access matches intended administrative roles.
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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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
cve · low confidence lookup

CVE-2022-45215 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.4 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/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.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2022-45215Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/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-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.