Lucene search
K

811 matches found

Debian CVE
Debian CVE
added 2026/04/24 2:44 p.m.3 views

CVE-2026-31635

In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix oversized RESPONSE authenticator length check rxgkverifyresponse decodes authlen from the packet and is supposed to verify that it fits in the remaining bytes. The existing check is inverted, so oversized RESPONSE...

7.5CVSS5.2AI score0.00038EPSS
Exploits4
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:44 p.m.0 views

CVE-2026-31635

In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix oversized RESPONSE authenticator length check rxgkverifyresponse decodes authlen from the packet and is supposed to verify that it fits in the remaining bytes. The existing check is inverted, so oversized RESPONSE...

5.4AI score0.00038EPSS
Exploits4References4Affected Software1
Cvelist
Cvelist
added 2026/04/24 2:44 p.m.28 views

CVE-2026-31631 rxrpc: Fix buffer overread in rxgk_do_verify_authenticator()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix buffer overread in rxgkdoverifyauthenticator Fix rxgkdoverifyauthenticator to check the buffer size before checking the nonce...

8.2CVSS0.00054EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2026/04/24 2:44 p.m.3 views

CVE-2026-31631

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix buffer overread in rxgkdoverifyauthenticator Fix rxgkdoverifyauthenticator to check the buffer size before checking the nonce...

8.2CVSS5.4AI score0.00054EPSS
Exploits0
EUVD
EUVD
added 2026/04/24 2:44 p.m.0 views

EUVD-2026-25524

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix buffer overread in rxgkdoverifyauthenticator Fix rxgkdoverifyauthenticator to check the buffer size before checking the nonce...

5.6AI score0.00054EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 2026/04/24 2:44 p.m.1 views

CVE-2026-31631

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix buffer overread in rxgkdoverifyauthenticator Fix rxgkdoverifyauthenticator to check the buffer size before checking the nonce...

5.6AI score0.00054EPSS
Exploits0References4Affected Software1
CNNVD
CNNVD
added 2026/04/24 12:0 a.m.8 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the rxgkdoverifyauthenticator function not verifying the buffer size before checking the nonce,...

8.2CVSS5.9AI score0.00054EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2026/04/24 12:0 a.m.2 views

PT-2026-34983

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix buffer overread in rxgk do verify authenticator Fix rxgk do verify authenticator to check the buffer size before checking the nonce...

5.5AI score0.00054EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2026/04/24 12:0 a.m.2 views

PT-2026-34988

In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix RESPONSE authenticator parser OOB read rxgk verify authenticator copies auth len bytes into a temporary buffer and then passes p + auth len as the parser limit to rxgk do verify authenticator. Since p is a be32 , that...

5.4AI score0.00058EPSS
Exploits0References4
CNNVD
CNNVD
added 2026/04/24 12:0 a.m.5 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the rxgkverifyauthenticator function’s handling of pointers as be32 types. This leads to the pars...

9.1CVSS5.8AI score0.00058EPSS
Exploits0References1
Packet Storm News
Packet Storm News
added 2026/04/22 12:0 a.m.6 views

An Analysis of Attack Vectors against FIDO2 Authentication

Phishing attacks remain one of the most prevalent threats to online security, with the Anti-Phishing Working Group reporting over 890,000 attacks in Q3 2025 alone. Traditional password-based authentication is particularly vulnerable to such attacks, prompting the development of more secure...

5.8AI score
Exploits0
Snyk
Snyk
added 2026/04/17 10:30 p.m.2 views

Timing Attack

Overview Affected versions of this package are vulnerable to Timing Attack via the TokenAuthenticator process. An attacker can determine valid usernames by measuring response time differences when submitting authentication requests with the X-AUTH-USER header. Remediation Upgrade kimai/kimai to...

6.3CVSS5.8AI score
Exploits0References2
SUSE CVE
SUSE CVE
added 2026/04/14 8:39 a.m.1 views

SUSE CVE-2026-5795

In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication checks, which set two ThreadLocal variable. Upon returning from the initial checks, there are conditions that cause an early return from the JASPIAuthenticator code without clearing those ThreadLocals. A subsequent reques...

7.4CVSS5.8AI score0.00031EPSS
Exploits0References4
OSV
OSV
added 2026/04/14 12:6 a.m.2 views

GHSA-R7P8-XQ5M-436C Eclipse Jetty: Early return from the JASPIAuthenticator code can potentially no clear ThreadLocal variables

Description as reported A security vulnerability has been identified in Jetty's JaspiAuthenticator.java. The root cause is a failure to consistently clear authentication metadata stored in ThreadLocal during certain error or incomplete authentication flows. Specifically, after a...

7.4CVSS5.8AI score0.00031EPSS
Exploits0References5
OSV
OSV
added 2026/04/08 3:31 p.m.1 views

GHSA-GC59-R5JQ-98QW Duplicate Advisory: Eclipse Jetty: Early return from the JASPIAuthenticator code can potentially no clear ThreadLocal variables

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-r7p8-xq5m-436c. This link is maintained to preserve external references. Original Description In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication checks, which set two ThreadLocal variabl...

7.4CVSS5.8AI score0.00031EPSS
Exploits0References4
OSV
OSV
added 2026/04/08 2:16 p.m.0 views

DEBIAN-CVE-2026-5795

In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication checks, which set two ThreadLocal variable. Upon returning from the initial checks, there are conditions that cause an early return from the JASPIAuthenticator code without clearing those ThreadLocals. A subsequent reques...

7.4CVSS5.4AI score0.00031EPSS
Exploits0References1
OSV
OSV
added 2026/04/08 2:16 p.m.1 views

UBUNTU-CVE-2026-5795

In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication checks, which set two ThreadLocal variable. Upon returning from the initial checks, there are conditions that cause an early return from the JASPIAuthenticator code without clearing those ThreadLocals. A subsequent reques...

7.4CVSS5.8AI score0.00031EPSS
Exploits0References4
Snyk
Snyk
added 2026/04/08 2:11 p.m.2 views

Sensitive Information in Resource Not Removed Before Reuse

Overview Affected versions of this package are vulnerable to Sensitive Information in Resource Not Removed Before Reuse in the JASPIAuthenticator. An attacker can gain unauthorized access or escalate privileges by exploiting residual ThreadLocal values that are not cleared after authentication...

9.1CVSS5.8AI score0.00031EPSS
Exploits0References2
ATTACKERKB
ATTACKERKB
added 2026/04/08 1:32 p.m.1 views

CVE-2026-5795

In Eclipse Jetty, the class JASPIAuthenticator initiates the authentication checks, which set two ThreadLocal variable. Upon returning from the initial checks, there are conditions that cause an early return from the JASPIAuthenticator code without clearing those ThreadLocals. A subsequent reques...

7.4CVSS6AI score0.00031EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2026/04/08 1:32 p.m.50 views

CVE-2026-5795

In Eclipse Jetty, the JASPIAuthenticator initializes authentication checks that set two ThreadLocal variables. After returning from these initial checks, the code may take an early return path without clearing the ThreadLocals. A subsequent request that executes on the same thread inherits these ...

7.4CVSS6AI score0.00031EPSS
Exploits0References2Affected Software1
Rows per page
Query Builder