Lucene search
+L

586 matches found

NVD
NVD
added 2024/02/17 5:15 a.m.23 views

CVE-2024-21494

All versions of the package github.com/greenpau/caddy-security are vulnerable to Authentication Bypass by Spoofing via the X-Forwarded-For header due to improper input sanitization. An attacker can spoof an IP address used in the user identity module /whoami API endpoint. This could lead to...

5.4CVSS5.3AI score0.00523EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/17 5:15 a.m.4 views

CVE-2024-21492

All versions of the package github.com/greenpau/caddy-security are vulnerable to Insufficient Session Expiration due to improper user session invalidation upon clicking the "Sign Out" button. User sessions remain valid even after requests are sent to /logout and /oauth2/google/logout. Attackers w...

8.1CVSS5.8AI score0.00711EPSS
SaveExploits1References3
Prion
Prion
added 2024/02/17 5:15 a.m.23 views

Server side request forgery (ssrf)

All versions of the package github.com/greenpau/caddy-security are vulnerable to Server-side Request Forgery SSRF via X-Forwarded-Host header manipulation. An attacker can expose sensitive information, interact with internal services, or exploit other vulnerabilities within the network by...

5CVSS7.3AI score0.00554EPSS
SaveExploits1References3
Prion
Prion
added 2024/02/17 5:15 a.m.21 views

Input validation

All versions of the package github.com/greenpau/caddy-security are vulnerable to Improper Validation of Array Index when parsing a Caddyfile. Multiple parsing functions in the affected library do not validate whether their input values are nil before attempting to access elements, which can lead ...

5CVSS7.1AI score0.00722EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/17 5:0 a.m.82 views

CVE-2024-21493

The CVE-2024-21493 entry concerns the Go package github.com/greenpau/caddy-security, where multiple Caddyfile parsing functions fail to guard against nil input before indexing arrays. This Improper Validation of Array Index can cause panics during configuration parsing, potentially affecting web ...

5.3CVSS5.3AI score0.00722EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/02/17 5:0 a.m.49 views

CVE-2024-21495

Versions of the package github.com/greenpau/caddy-security before 1.0.42 are vulnerable to Insecure Randomness due to using an insecure random number generation library which could possibly be predicted via a brute-force search. Attackers could use the potentially predictable nonce value used for...

6.5CVSS6.8AI score0.0068EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/17 5:0 a.m.16 views

CVE-2024-21500

All versions of the package github.com/greenpau/caddy-security are vulnerable to Improper Restriction of Excessive Authentication Attempts via the two-factor authentication 2FA. Although the application blocks the user after several failed attempts to provide 2FA codes, attackers can bypass this...

4.8CVSS7.1AI score0.00535EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2024/02/17 5:0 a.m.34 views

CVE-2024-21499

All versions of the package github.com/greenpau/caddy-security are vulnerable to HTTP Header Injection via the X-Forwarded-Proto header due to redirecting to the injected protocol.Exploiting this vulnerability could lead to bypass of security mechanisms or confusion in handling TLS...

4.3CVSS5.2AI score0.00499EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/17 5:0 a.m.76 views

CVE-2024-21499

The CVE-2024-21499 entry concerns the Go package github.com/greenpau/caddy-security. Affected component is the HTTP handling logic related to the X-Forwarded-Proto header, which enables HTTP header injection by redirecting to the injected protocol. Documented impact states that exploitation could...

4.3CVSS4.9AI score0.00499EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/17 5:0 a.m.14 views

CVE-2024-21498

All versions of the package github.com/greenpau/caddy-security are vulnerable to Server-side Request Forgery SSRF via X-Forwarded-Host header manipulation. An attacker can expose sensitive information, interact with internal services, or exploit other vulnerabilities within the network by...

5.3CVSS5.6AI score0.00554EPSS
SaveExploits1References3
CVE
CVE
added 2024/02/17 5:0 a.m.81 views

CVE-2024-21498

CVE-2024-21498 : SSRF in the Go package github.com/greenpau/caddy-security across all versions, caused by manipulation of the X-Forwarded-Host header. Impact: attacker may access sensitive data or reach internal services. Remediation status: no concrete fix version is identified in the provided d...

5.3CVSS5.5AI score0.00554EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/17 5:0 a.m.16 views

CVE-2024-21492

All versions of the package github.com/greenpau/caddy-security are vulnerable to Insufficient Session Expiration due to improper user session invalidation upon clicking the "Sign Out" button. User sessions remain valid even after requests are sent to /logout and /oauth2/google/logout. Attackers w...

4.8CVSS6.9AI score0.00711EPSS
SaveExploits1References3
CVE
CVE
added 2024/02/17 5:0 a.m.84 views

CVE-2024-21492

CVE-2024-21492 affects github.com/greenpau/caddy-security. All versions are reported vulnerable to Insufficient Session Expiration due to improper user session invalidation after Sign Out, allowing sessions to remain active after requests to /logout and /oauth2/google/logout and enabling actions ...

8.1CVSS5.2AI score0.00711EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2024/02/17 5:0 a.m.79 views

CVE-2024-21496

CVE-2024-21496 affects all versions of the Go package github.com/greenpau/caddy-security. The vulnerability is a Cross-site Scripting (XSS) flaw via the Referer header caused by incomplete input sanitization. While some characters (e.g., &, , ", ') are escaped, the check does not cover attacks us...

6.1CVSS5.9AI score0.00576EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2024/02/17 5:0 a.m.50 views

CVE-2024-21496

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 th...

6.1CVSS6AI score0.00576EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2024/02/17 12:0 a.m.8 views

Caddy Security Breach

Caddy is an open source, cross-platform HTTP/Web server from Caddy Inc. A security vulnerability exists in Caddy that stems from being susceptible to a redirection vulnerability via the redirecturl parameter...

6.1CVSS6.8AI score0.00499EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/02/17 12:0 a.m.6 views

Caddy Security Breach

Caddy is an open source, cross-platform HTTP/Web server from Caddy Inc. Caddy suffers from a security vulnerability that stems from improper input cleanup that makes it easy to bypass authentication by spoofing via the X-Forwarded-For header...

5.4CVSS6.9AI score0.00523EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/02/17 12:0 a.m.7 views

caddy-security Security Vulnerabilities

caddy-security is a security application and plugin for Caddy. A security vulnerability exists in caddy-security that stems from incorrect user session expiration and vulnerability to insufficient session expiration...

8.1CVSS6.8AI score0.00711EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2024/02/17 12:0 a.m.6 views

Caddy Security Breach

Caddy is an open source, cross-platform HTTP/Web server from Caddy, Inc. Caddy suffers from a security vulnerability that stems from improperly limiting excessive authentication attempts for two-factor authentication 2FA...

6.5CVSS7AI score0.00535EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2024/02/17 12:0 a.m.11 views

caddy-security Security Vulnerabilities

caddy-security is a security application and plugin for Caddy. A security vulnerability exists in caddy-security that stems from vulnerability to improper array index validation...

5.3CVSS6.8AI score0.00722EPSS
SaveExploits0References4
Rows per page
Query Builder