Lucene search
+L

5187 matches found

OSV
OSV
added 2026/08/20 5:18 p.m.8 views

DEBIAN-CVE-2026-54770

WebOb provides objects for HTTP requests and responses. Prior to 1.8.11, Response.makelocationabsolute in src/webob/response.py checks a Location value for a URI scheme or leading double slash before urllib.parse.urljoin strips leading C0 control characters and spaces. An attacker-controlled valu...

6.1CVSS5.6AI score0.00339EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/20 4:31 p.m.30 views

CVE-2026-54770

In WebOb before 1.8.11, Response._make_location_absolute() in src/webob/response.py checks a Location value for a URI scheme or leading double slash before urllib.parse.urljoin() strips leading C0 control characters and spaces. An attacker-controlled value such as a space followed by a protocol-r...

6.1CVSS5.3AI score0.00339EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/20 12:35 a.m.11 views

EUVD-2026-62945

In versions below 5.1.3 of the CrowdStrike OAuth API app for Splunk SOAR, a user who holds a role with permission to run actions could expose a sensitive document password by invoking either the detonate file or detonate url action, because the action's documentpassword parameter is not masked an...

4.3CVSS5.3AI score0.00139EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/20 12:00 a.m.6 views

CVE-2026-75589

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

7.5CVSS5.4AI score0.00409EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/20 12:00 a.m.6 views

CVE-2026-72889

Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm in verify. verify resolves the signature method class from the signaturemethod parameter of the incoming message. signaturemethod is required on every request, so the algorithm used to check a signature is...

9.8CVSS5.5AI score0.00347EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/20 12:00 a.m.6 views

UBUNTU-CVE-2026-72889

Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm in verify. verify resolves the signature method class from the signaturemethod parameter of the incoming message. signaturemethod is required on every request, so the algorithm used to check a signature is...

9.8CVSS5.5AI score0.00347EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/20 12:00 a.m.7 views

Mattermost Server 10.11.x < 10.11.22 / 11.7.x < 11.7.7 Multiple Vulnerabilities (MMSA-2026-00672, MMSA-2026-00675, MMSA-2026-00704)

The version of Mattermost Server installed on the remote host is affected by multiple vulnerabilities as referenced in the MMSA-2026-00672, MMSA-2026-00675, MMSA-2026-00704 advisories. - Mattermost versions 11.7.x = 11.7.6, 10.11.x = 10.11.21 fail to prevent guest users from receiving Board Admin...

5.4CVSS5.5AI score0.00195EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 12:00 a.m.6 views

UBUNTU-CVE-2026-75589

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

7.5CVSS5.4AI score0.00409EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/19 10:17 p.m.9 views

CVE-2026-76380

In versions below 5.1.3 of the CrowdStrike OAuth API app for Splunk SOAR, a user who holds a role with permission to run actions could expose a sensitive document password by invoking either the detonate file or detonate url action, because the action's documentpassword parameter is not masked an...

4.3CVSS0.00139EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 9:35 p.m.14 views

CVE-2026-76380

CrowdStrike OAuth API app for Splunk SOAR before 5.1.3 fails to mask the document_password parameter on its detonate file and detonate url actions, displaying it in cleartext in the UI. Any user with action-run privileges can read the password. Upgrade to version 5.1.3 or later to resolve. Exploi...

4.3CVSS5.3AI score0.00139EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/19 9:35 p.m.33 views

CVE-2026-76380 Information Disclosure through Action Parameters in CrowdStrike OAuth API app for Splunk SOAR

In versions below 5.1.3 of the CrowdStrike OAuth API app for Splunk SOAR, a user who holds a role with permission to run actions could expose a sensitive document password by invoking either the detonate file or detonate url action, because the action's documentpassword parameter is not masked an...

4.3CVSS0.00139EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 7:33 p.m.29 views

CVE-2026-55089

Etherpad (real-time collaborative editor) versions 2.1.0 through 3.1.0 contain a critical authorization bypass in the OAuth authorization_code path. The APIHandler.ts file checks only for the presence of the admin JWT claim rather than its boolean value, while OAuth2Provider.ts issues admin: fals...

9.9CVSS5.3AI score0.00355EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 7:33 p.m.35 views

CVE-2026-55089 Etherpad: JWT `admin` claim presence-only check lets non-admin OAuth users invoke every Etherpad HTTP API endpoint

Etherpad is a real-time collaborative editor. From 2.1.0 until 3.1.0, Etherpad's src/node/handler/APIHandler.ts authorizes requests to /api/2/ in the authorizationcode OAuth path by using requiredClaims with the admin claim. This check requires only that the claim exists, while...

9.9CVSS0.00355EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 5:51 p.m.6 views

CVE-2026-75589

A flaw was found in Net::OAuth. This vulnerability arises from a non-constant-time comparison used when verifying HMAC-SHA1, HMAC-SHA256, and PLAINTEXT signatures. A remote attacker could exploit this by timing the responses to submitted messages, allowing them to recover valid signatures or, in...

7.5CVSS5.5AI score0.00409EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/19 8:17 a.m.9 views

CVE-2026-75589

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

7.5CVSS0.00409EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/19 8:17 a.m.12 views

CVE-2026-72889

Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm in verify. verify resolves the signature method class from the signaturemethod parameter of the incoming message. signaturemethod is required on every request, so the algorithm used to check a signature is...

9.8CVSS0.00347EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/08/19 7:20 a.m.9 views

EUVD-2026-62350

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

5.4AI score0.00409EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/19 7:20 a.m.31 views

CVE-2026-75589 Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

0.00409EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/19 7:20 a.m.7 views

CVE-2026-75589

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

7.5CVSS5.4AI score0.00409EPSS
SaveExploits0
CVE
CVE
added 2026/08/19 7:20 a.m.36 views

CVE-2026-75589

Net::OAuth versions before 0.33 for Perl are vulnerable to a timing side-channel in the verify method. The HMAC-SHA1, HMAC-SHA256, and PLAINTEXT signature checks use Perl's eq operator, which returns as soon as a mismatch is found, causing response time to vary with the length of the matching pre...

7.5CVSS5.4AI score0.00409EPSS
SaveExploits0References4
Rows per page
Query Builder