Lucene search
+L

2829 matches found

OSV
OSV
added 2026/08/31 8:46 a.m.13 views

CVE-2026-82662 Nodemailer before 8.0.8 TLS Certificate Validation Bypass

Nodemailer before 8.0.8 disables TLS certificate verification in lib/fetch/index.js through rejectUnauthorized: false, allowing attackers to intercept OAuth2 token requests. Attackers in a machine-in-the-middle position can capture OAuth client secrets, refresh tokens, and access tokens transmitt...

8.3CVSS5.9AI score
SaveExploits0References4
GithubExploit
GithubExploit
added 2026/08/30 1:19 p.m.26 views

Exploit for Improper Restriction of Operations within the Bounds of a Memory Buffer in Citrix Netscaler_Application_Delivery_Controller

CitrixBleedCVE-2026-8452-2025-5777 CitrixBleed Exploit To...

9.8CVSS7.3AI score0.99964EPSS
SaveExploits21
Tenable Nessus
Tenable Nessus
added 2026/08/29 12:00 a.m.20 views

Linux Distros Unpatched Vulnerability : CVE-2026-82255

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - gitoxide versions from 0.25.4 contain an HTTP credential leak vulnerability in the curl-based transport backend where credentials are sent to attacker-controlle...

7.6CVSS5.9AI score0.00233EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 12:16 p.m.8 views

DEBIAN-CVE-2026-82255

gitoxide versions from 0.25.4 contain an HTTP credential leak vulnerability in the curl-based transport backend where credentials are sent to attacker-controlled servers after HTTP redirects. The vulnerability occurs because credential validation checks the original URL instead of the effective U...

7.6CVSS5.9AI score0.00233EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/28 12:16 p.m.12 views

CVE-2026-82255

gitoxide versions from 0.25.4 contain an HTTP credential leak vulnerability in the curl-based transport backend where credentials are sent to attacker-controlled servers after HTTP redirects. The vulnerability occurs because credential validation checks the original URL instead of the effective U...

7.6CVSS5.9AI score0.00233EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 12:16 p.m.6 views

UBUNTU-CVE-2026-82255

gitoxide versions from 0.25.4 contain an HTTP credential leak vulnerability in the curl-based transport backend where credentials are sent to attacker-controlled servers after HTTP redirects. The vulnerability occurs because credential validation checks the original URL instead of the effective U...

7.6CVSS5.9AI score0.00233EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/27 10:10 p.m.14 views

EUVD-2026-63467

WebOb: Open redirect in Location header normalization via leading C0 control / space characters...

6.1CVSS6AI score0.00339EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/27 8:18 p.m.9 views

CVE-2026-81731

Frappe 15.11.0 through 16.32.0 stores and renders the workspace card description without XSS filtering. The description field of the Workspace Link doctype is declared with "ignorexssfilter": 1 in frappe/desk/doctype/workspacelink/workspacelink.json, and sanitizecontent in...

5.4CVSS0.00171EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/27 8:07 p.m.19 views

CVE-2026-81731

Frappe versions 15.11.0 through 16.32.0 contain a stored XSS in the Workspace Link doctype's description field. The field is declared with ignore_xss_filter: 1 , causing _sanitize_content() to skip HTML filtering. The unfiltered value is later interpolated into a Bootstrap popover via LinksWidget...

5.4CVSS5.6AI score0.00171EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/27 8:07 p.m.8 views

EUVD-2026-67236

Frappe 15.11.0 through 16.32.0 stores and renders the workspace card description without XSS filtering. The description field of the Workspace Link doctype is declared with "ignorexssfilter": 1 in frappe/desk/doctype/workspacelink/workspacelink.json, and sanitizecontent in...

5.4CVSS5.6AI score0.00171EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/27 8:07 p.m.40 views

CVE-2026-81731 Frappe 15.11.0 through 16.32.0 Stored XSS via Workspace Link Description

Frappe 15.11.0 through 16.32.0 stores and renders the workspace card description without XSS filtering. The description field of the Workspace Link doctype is declared with "ignorexssfilter": 1 in frappe/desk/doctype/workspacelink/workspacelink.json, and sanitizecontent in...

5.4CVSS0.00171EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/27 8:07 p.m.23 views

CVE-2026-81731 Frappe 15.11.0 through 16.32.0 Stored XSS via Workspace Link Description

Frappe 15.11.0 through 16.32.0 stores and renders the workspace card description without XSS filtering. The description field of the Workspace Link doctype is declared with "ignorexssfilter": 1 in frappe/desk/doctype/workspacelink/workspacelink.json, and sanitizecontent in...

5.1CVSS6AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/26 3:45 p.m.19 views

EUVD-2026-66612

Stalwart Mail Server does not compare an OAuth redirect target against any registered destination in its default configuration. The validation routine in crates/http/src/auth/oauth/registration.rs returns success immediately when the client-authentication requirement is disabled, and that...

8.5CVSS5.4AI score0.00308EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/26 3:45 p.m.31 views

CVE-2026-81036

Stalwart Mail Server through 0.16.19 fails to validate OAuth redirect_uri against registered destinations in its default configuration. The root cause lies in crates/http/src/auth/oauth/registration.rs, where the validation routine returns success immediately because the client-authentication req...

8.5CVSS5.4AI score0.00308EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/26 3:45 p.m.42 views

CVE-2026-81036 Stalwart Mail Server through 0.16.19 Authorization Code Disclosure via Unvalidated OAuth redirect_uri

Stalwart Mail Server does not compare an OAuth redirect target against any registered destination in its default configuration. The validation routine in crates/http/src/auth/oauth/registration.rs returns success immediately when the client-authentication requirement is disabled, and that...

8.5CVSS0.00308EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/26 3:45 p.m.9 views

EUVD-2026-66610

Netmaker disables certificate verification on the connection to the configured mail server. The sender in pro/email/smtp.go assigns a TLS configuration whose skip-verify field is set to true unconditionally, directly beneath a comment stating that the setting should be false in production. No...

8.3CVSS5.5AI score0.0016EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.25 views

PT-2026-82224

Name of the Vulnerable Software and Affected Versions Stalwart Mail Server affected versions not specified Description In its default configuration, the server fails to validate OAuth redirect targets against registered destinations. The validation routine in...

8.5CVSS5.4AI score0.00308EPSS
SaveExploits0References9
NVD
NVD
added 2026/08/25 12:16 p.m.12 views

CVE-2026-79662

Ech0 through 4.5.6 contains an OAuth redirect URI validation vulnerability in parseAndValidateClientRedirect internal/service/auth/auth.go that compares only the scheme and host of the client-supplied redirecturi against the admin-configured allowlist, ignoring path, query, and fragment component...

8.8CVSS0.00192EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 11:42 a.m.8 views

BIT-KEYCLOAK-2026-3872 Keycloak: keycloak: information disclosure due to redirect_uri validation bypass

A flaw was found in Keycloak. This issue allows an attacker, who controls another path on the same web server, to bypass the allowed path in redirect Uniform Resource Identifiers URIs that use a wildcard. A successful attack may lead to the theft of an access token, resulting in information...

7.3CVSS5.3AI score0.0044EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/25 11:33 a.m.36 views

CVE-2026-79662

Ech0 through 4.5.6 contains an OAuth redirect URI validation bypass in parseAndValidateClientRedirect (internal/service/auth/auth.go). The function compares only the scheme and host of the client-supplied redirect_uri against the admin-configured allowlist, ignoring path, query, and fragment comp...

8.8CVSS5.7AI score0.00192EPSS
SaveExploits0References2
Rows per page
Query Builder