Cyber Resilience

CVE-2022-34328

MediumPublic PoC

Published: 23 June 2022

Published
23 June 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 6.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0598 90.9th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-34328 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Sigb Pmb. Its CVSS base score is 6.1 (Medium).

Operationally, ranked in the top 9.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

PMB version 7.3.10 contains a reflected cross-site scripting vulnerability (CWE-79) that can be triggered through the id parameter when an lvl=author_see request is sent to index.php. The flaw affects the open-source PMB library-management application and carries a CVSS 3.1 base score of 6.1, reflecting network attack vector, low complexity, and the requirement for user interaction.

An unauthenticated remote attacker can craft a malicious link containing the payload and deliver it to a victim user; if the user follows the link, the attacker’s script executes in the context of the PMB site, enabling theft of session tokens, redirection, or other client-side actions that affect the confidentiality and integrity of the victim’s interaction with the application.

The supplied references point only to the project repository and contain no advisory text or patch guidance. The associated EPSS score has remained flat at 0.0598 with no observed increase after disclosure.

EU & UK References

Vulnerability details

PMB 7.3.10 allows reflected XSS via the id parameter in an lvl=author_see request to index.php.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

sigb
pmb
7.3.10

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References