Lucene search
+L

6367 matches found

Vulnrichment
Vulnrichment
added 2026/07/03 6:14 a.m.10 views

CVE-2026-8458 wrong reuse for different services

libcurl might in some circumstances reuse the wrong connection when asked to do Negotiate-authenticated ones, even when they are set to use different 'services'. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When...

6AI score0.00315EPSS
SaveExploits1References3
CVE
CVE
added 2026/07/03 6:14 a.m.36 views

CVE-2026-8458

CVE-2026-8458 affects libcurl where, under Negotiate-authenticated requests, a logical error can cause a reused connection to be authenticated for a different service. This could allow a request to be served using credentials for another service, impacting integrity (high) and potentially exposin...

6.5CVSS6AI score0.00315EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/07/03 6:12 a.m.58 views

CVE-2026-11564 Native CA trust persist

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. An easy handle that first uses default native CA trust can continue trusting the native platform store after the application switches that same handle to custom CA...

0.00363EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/07/03 6:12 a.m.12 views

CVE-2026-11564

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. An easy handle that first uses default native CA trust can continue trusting the native platform store after the application switches that same handle to custom CA...

6AI score0.00363EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/07/03 6:12 a.m.15 views

EUVD-2026-41499

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. An easy handle that first uses default native CA trust can continue trusting the native platform store after the application switches that same handle to custom CA...

6AI score0.00363EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/03 6:12 a.m.10 views

CVE-2026-11564 Native CA trust persist

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. An easy handle that first uses default native CA trust can continue trusting the native platform store after the application switches that same handle to custom CA...

9.1CVSS6.1AI score0.00363EPSS
SaveExploits1References5
CVE
CVE
added 2026/07/03 6:12 a.m.48 views

CVE-2026-11564

CVE-2026-11564 (libcurl) describes an issue where libcurl keeps previously used connections in a pool and may continue trusting the native CA store after an application switches a handle to custom CA material for a later transfer. The connected sources confirm this behavior across multiple feeds ...

9.1CVSS6AI score0.00363EPSS
SaveExploits1References3Affected Software1
AlpineLinux
AlpineLinux
added 2026/07/03 6:12 a.m.10 views

CVE-2026-11564

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. An easy handle that first uses default native CA trust can continue trusting the native platform store after the application switches that same handle to custom CA...

9.1CVSS6AI score0.00363EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2026/07/03 3:2 a.m.10 views

SUSE CVE-2026-55223

c3p0 is a JDBC Connection pooling library. In versions prior to 0.14.0, c3p0 in combination with other libraries, can compose to a "sink" for deserialization gadgets. The JDBC spec's DataSource.getConnection and ConnectionPoolDataSource.getPooledConnection match the getXXX form, so JavaBean...

6.3CVSS5.9AI score0.00284EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/07/02 3:43 p.m.9 views

libcurl: libcurl: Certificate validation bypass due to incorrect connection reuse

A flaw was found in curl. When libcurl reuses a connection from its connection pool, an easy handle that initially used default native Certificate Authority CA trust may continue to trust the native platform store. This occurs even after the application has switched that same handle to custom CA...

9.1CVSS6AI score0.00363EPSS
SaveExploits1References7
Microsoft CVE
Microsoft CVE
added 2026/07/02 8:3 a.m.9 views

debugobjects: Do not fill_pool() if pi_blocked_on

...

5.5CVSS5.9AI score0.00129EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/02 12:0 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-55223

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - c3p0 is a JDBC Connection pooling library. In versions prior to 0.14.0, c3p0 in combination with other libraries, can compose to a sink for deserialization...

6.3CVSS5.8AI score0.00284EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/01 4:54 p.m.13 views

CVE-2026-53327

A flaw was found in the Linux kernel's debugobjects functionality. On systems with Real-Time RT enabled kernels, the fillpool function can lead to a system assertion if a task is already blocked on a lock, causing corruption of the priority inheritance chain. This issue can result in a Denial of...

5.5CVSS5.8AI score0.00129EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/01 2:16 p.m.13 views

CVE-2026-53327

In the Linux kernel, the following vulnerability has been resolved: debugobjects: Do not fillpool if piblockedon On RT enabled kernels, fillpool ends up calling rtlocklock, which asserts if current::piblockedon is set, because a task can obviously only block on one lock as otherwise the priority...

5.5CVSS0.00129EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/01 2:16 p.m.15 views

CVE-2026-53326

In the Linux kernel, the following vulnerability has been resolved: debugobjects: Don't call fillpool in early boot hardirq context When booting a debug PREEMPTRT kernel on an ARM64 system, a "inconsistent HARDIRQ-ON-W - IN-HARDIRQ-W usage" lockdep warning message was reported to the console...

5.5CVSS0.00095EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/07/01 2:16 p.m.13 views

CVE-2026-53327

In the Linux kernel, the following vulnerability has been resolved: debugobjects: Do not fillpool if piblockedon On RT enabled kernels, fillpool ends up calling rtlocklock, which asserts if current::piblockedon is set, because a task can obviously only block on one lock as otherwise the priority...

5.5CVSS6AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/01 2:16 p.m.9 views

UBUNTU-CVE-2026-53326

In the Linux kernel, the following vulnerability has been resolved: debugobjects: Don't call fillpool in early boot hardirq context When booting a debug PREEMPTRT kernel on an ARM64 system, a "inconsistent HARDIRQ-ON-W - IN-HARDIRQ-W usage" lockdep warning message was reported to the console...

5.5CVSS5.7AI score0.00095EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/01 2:16 p.m.9 views

UBUNTU-CVE-2026-53327

In the Linux kernel, the following vulnerability has been resolved: debugobjects: Do not fillpool if piblockedon On RT enabled kernels, fillpool ends up calling rtlocklock, which asserts if current::piblockedon is set, because a task can obviously only block on one lock as otherwise the priority...

5.5CVSS5.7AI score0.00129EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/01 1:32 p.m.10 views

CVE-2026-53327

In the Linux kernel, the following vulnerability has been resolved: debugobjects: Do not fillpool if piblockedon On RT enabled kernels, fillpool ends up calling rtlocklock, which asserts if current::piblockedon is set, because a task can obviously only block on one lock as otherwise the priority...

5.5CVSS5.7AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/01 1:32 p.m.48 views

CVE-2026-53327 debugobjects: Do not fill_pool() if pi_blocked_on

In the Linux kernel, the following vulnerability has been resolved: debugobjects: Do not fillpool if piblockedon On RT enabled kernels, fillpool ends up calling rtlocklock, which asserts if current::piblockedon is set, because a task can obviously only block on one lock as otherwise the priority...

0.00129EPSS
SaveExploits0References6
Rows per page
Query Builder