Lucene search
+L

13615 matches found

NVD
NVD
added 2026/05/01 3:16 p.m.6 views

CVE-2026-43023

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: fix race conditions in scosockconnect scosockconnect checks skstate and sktype without holding the socket lock. Two concurrent connect syscalls on the same socket can both pass the check and enter scoconnect,...

7.8CVSS0.00097EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/05/01 2:15 p.m.7 views

EUVD-2026-26622

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: fix race conditions in scosockconnect scosockconnect checks skstate and sktype without holding the socket lock. Two concurrent connect syscalls on the same socket can both pass the check and enter scoconnect,...

5.8AI score0.00097EPSS
SaveExploits0References6
CVE
CVE
added 2026/05/01 2:15 p.m.36 views

CVE-2026-43023

CVE-2026-43023 affects the Linux kernel Bluetooth SCO path. A race condition in sco_sock_connect() allows two concurrent connect() attempts on the same socket to bypass locks, leading to use-after-free and potential socket/state corruption (BT_OPEN -> BT_CONNECT with zombie sk). The issue is d...

7.8CVSS5.8AI score0.00097EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.36 views

CVE-2026-43023 Bluetooth: SCO: fix race conditions in sco_sock_connect()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: fix race conditions in scosockconnect scosockconnect checks skstate and sktype without holding the socket lock. Two concurrent connect syscalls on the same socket can both pass the check and enter scoconnect,...

7.8CVSS0.00097EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.5 views

CVE-2026-43023

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: fix race conditions in scosockconnect scosockconnect checks skstate and sktype without holding the socket lock. Two concurrent connect syscalls on the same socket can both pass the check and enter scoconnect,...

7.8CVSS5.7AI score0.00097EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/05/01 12:0 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A memory misreference vulnerability exists in the Linux kernel. The vulnerability stems from a confusion in the instruction responsible for freeing memory in the scosockconnect...

7.8CVSS6.1AI score0.00097EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/04/30 9:49 p.m.10 views

CVE-2026-1577 IBM® Db2® is vulnerable to a denial of service with a specially crafted query involving multiple subqueries

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 for Linux, UNIX and Windows includes Db2 Connect Server could allow an authenticated user to cause a denial of service due to improper neutralization of special elements in data query logic...

6.5CVSS5.8AI score0.00335EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/04/30 9:48 p.m.48 views

CVE-2025-14688 IBM® Db2® is vulnerable to a denial of service when fetching from certain tables under specific configurations

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.3 for Linux, UNIX and Windows includes Db2 Connect Server could allow an authenticated user to cause a denial of service due to improper neutralization of special elements in data query logic when certain configurations exist...

5.3CVSS0.00221EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/30 1:37 p.m.10 views

CVE-2026-5545

A flaw was found in libcurl. An application using libcurl that performs an authenticated HTTPS request after a Negotiate-authenticated one to the same host may incorrectly reuse the previous connection. This authentication bypass vulnerability allows the second request to be sent over a connectio...

6.5CVSS5.4AI score0.00414EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2026/04/30 12:0 a.m.13 views

Amazon Linux 2 : ecs-service-connect-agent, --advisory ALAS2ECS-2026-107 (ALASECS-2026-107)

The version of ecs-service-connect-agent installed on the remote host is prior to v1.29.9.0-1. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2ECS-2026-107 advisory. Envoy is a cloud-native high-performance edge/middle/service proxy. A security vulnerability in...

7.5CVSS6.9AI score0.17301EPSS
SaveExploits2References12
Positive Technologies
Positive Technologies
added 2026/04/30 12:0 a.m.21 views

PT-2026-36204

Name of the Vulnerable Software and Affected Versions IBM Db2 versions 11.5.0 through 11.5.9 IBM Db2 versions 12.1.0 through 12.1.3 Description An authenticated user can cause a denial of service in IBM Db2 including Db2 Connect Server for Linux, UNIX, and Windows. This occurs due to improper...

5.3CVSS5.8AI score0.00221EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/04/29 9:58 p.m.8 views

Admidio: OIDC Token Introspection Endpoint Returns Active for All Tokens Without Validation

Summary The OIDC token introspection endpoint /modules/sso/index.php/oidc/introspect always returns "active": true for every request, regardless of whether a valid token is provided, whether the token is expired, revoked, or completely fabricated. The endpoint performs no authentication of the...

6.8CVSS5.9AI score0.00323EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/29 9:58 p.m.7 views

GHSA-9XX5-CV6J-X533 Admidio: OIDC Token Introspection Endpoint Returns Active for All Tokens Without Validation

Summary The OIDC token introspection endpoint /modules/sso/index.php/oidc/introspect always returns "active": true for every request, regardless of whether a valid token is provided, whether the token is expired, revoked, or completely fabricated. The endpoint performs no authentication of the...

6.8CVSS6AI score0.00323EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/04/29 8:51 p.m.13 views

OpenID Connect nonce generated but never validated — ID token replay attack

Summary The roadiz/openid package generates an OIDC nonce in OAuth2LinkGenerator::generate and includes it in the authorization request sent to the identity provider, but never stores it and never validates it on the callback. The OpenIdJwtConfigurationFactory validation chain does not include a...

7.1CVSS5.6AI score0.00152EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/04/29 8:51 p.m.46 views

GHSA-3GX8-Q682-38MX OpenID Connect nonce generated but never validated — ID token replay attack

Summary The roadiz/openid package generates an OIDC nonce in OAuth2LinkGenerator::generate and includes it in the authorization request sent to the identity provider, but never stores it and never validates it on the callback. The OpenIdJwtConfigurationFactory validation chain does not include a...

7.1CVSS5.9AI score0.00152EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/04/29 12:0 a.m.19 views

PT-2026-36108

Name of the Vulnerable Software and Affected Versions Admidio versions prior to 5.0.9 Description An issue exists in the OpenID Connect OIDC implementation where the token introspection endpoint '/modules/sso/index.php/oidc/introspect' always returns a positive active status regardless of whether...

6.8CVSS5.8AI score0.00323EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/04/28 7:22 a.m.7 views

CVE-2026-27246

Adobe Connect versions 2025.3, 12.10 and earlier are affected by a DOM-based Cross-Site Scripting XSS vulnerability. An attacker could exploit this vulnerability to inject malicious scripts into a web page, potentially gaining elevated access or control over the victim's account or session...

9.3CVSS5.2AI score0.00304EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/28 7:22 a.m.11 views

CVE-2026-34615

Adobe Connect versions 2025.3, 12.10 and earlier are affected by a Deserialization of Untrusted Data vulnerability that could result in arbitrary code execution in the context of the current user. An attacker could exploit this vulnerability to inject malicious scripts into a web page, potentiall...

9.3CVSS6.3AI score0.00629EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/28 7:22 a.m.5 views

CVE-2026-27243

Adobe Connect versions 2025.3, 12.10 and earlier are affected by a reflected Cross-Site Scripting XSS vulnerability. An attacker could exploit this vulnerability to inject malicious scripts into a web page, potentially gaining elevated access or control over the victim's account or session...

9.3CVSS5.2AI score0.00304EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/04/28 7:22 a.m.15 views

CVE-2026-27303

Adobe Connect versions 2025.3, 12.10 and earlier are affected by a Deserialization of Untrusted Data vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must visit a maliciously craft...

9.6CVSS6.1AI score0.00613EPSS
SaveExploits0References1
Rows per page
Query Builder