Skip to content

Cross-site Scripting in github.com/greenpau/caddy-security

Moderate severity GitHub Reviewed Published Feb 17, 2024 to the GitHub Advisory Database • Updated Feb 20, 2024

Package

gomod github.com/greenpau/caddy-security (Go)

Affected versions

<= 1.1.23

Patched versions

None

Description

All versions of the package github.com/greenpau/caddy-security are vulnerable to Cross-site Scripting (XSS) via the Referer header, due to improper input sanitization. Although the Referer header is sanitized by escaping some characters that can allow XSS (e.g., [&], [<], [>], ["], [']), it does not account for the attack based on the JavaScript URL scheme (e.g., javascript:alert(document.domain)// payload). Exploiting this vulnerability may not be trivial, but it could lead to the execution of malicious scripts in the context of the target user’s browser, compromising user sessions.

References

Published by the National Vulnerability Database Feb 17, 2024
Published to the GitHub Advisory Database Feb 17, 2024
Reviewed Feb 20, 2024
Last updated Feb 20, 2024

Severity

Moderate
6.1
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Weaknesses

CVE ID

CVE-2024-21496

GHSA ID

GHSA-ff72-ff42-c3gw

Source code

github.com/greenpau/caddy-security
Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.