Lucene search
+L

1640 matches found

CVE
CVE
added 2026/02/04 10:03 p.m.94 views

CVE-2026-25541

CVE-2026-25541 affects the Bytes Rust crate for versions 1.2.1 through 1.11.0. The issue is an integer overflow in BytesMut::reserve during the unique reclaim path, where an unchecked addition can make v_capacity >= new_cap + offset pass in release builds, causing self.cap to exceed allocated ...

7.5CVSS5.3AI score0.00558EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/02/04 10:03 p.m.8 views

EUVD-2026-5321

Bytes is a utility library for working with bytes. From version 1.2.1 to before 1.11.1, Bytes is vulnerable to integer overflow in BytesMut::reserve. In the unique reclaim path of BytesMut::reserve, if the condition "vcapacity = newcap + offset" uses an unchecked addition. When newcap + offset...

6.9CVSS5.3AI score0.00558EPSS
SaveExploits1References4
Vulnrichment
Vulnrichment
added 2026/02/04 10:03 p.m.3 views

CVE-2026-25541 Bytes is vulnerable to integer overflow in BytesMut::reserve

Bytes is a utility library for working with bytes. From version 1.2.1 to before 1.11.1, Bytes is vulnerable to integer overflow in BytesMut::reserve. In the unique reclaim path of BytesMut::reserve, if the condition "vcapacity = newcap + offset" uses an unchecked addition. When newcap + offset...

6.9CVSS5.2AI score0.00558EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/02/04 10:03 p.m.30 views

CVE-2026-25541 Bytes is vulnerable to integer overflow in BytesMut::reserve

Bytes is a utility library for working with bytes. From version 1.2.1 to before 1.11.1, Bytes is vulnerable to integer overflow in BytesMut::reserve. In the unique reclaim path of BytesMut::reserve, if the condition "vcapacity = newcap + offset" uses an unchecked addition. When newcap + offset...

6.9CVSS0.00558EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/02/04 10:03 p.m.14 views

CVE-2026-25541

Bytes is a utility library for working with bytes. From version 1.2.1 to before 1.11.1, Bytes is vulnerable to integer overflow in BytesMut::reserve. In the unique reclaim path of BytesMut::reserve, if the condition "vcapacity = newcap + offset" uses an unchecked addition. When newcap + offset...

6.9CVSS5.2AI score0.00558EPSS
SaveExploits1References5Affected Software1
RedHat Linux
RedHat Linux
added 2026/02/04 3:12 p.m.10 views

Important: Red Hat Security Advisory: Red Hat OpenShift Builds 1.7.0

Red Hat OpenShift Builds 1.7.0 Release of Red Hat OpenShift Builds 1.7.0...

7.5CVSS6.7AI score0.00457EPSS
SaveExploits2References2
RedHat Linux
RedHat Linux
added 2026/02/04 7:12 a.m.17 views

Important: Red Hat Security Advisory: Red Hat OpenShift Builds 1.6.3

Red Hat OpenShift Builds 1.6.3 Releases of Red Hat OpenShift Builds 1.6.3...

7.5CVSS6.7AI score0.00457EPSS
SaveExploits2References3
CNNVD
CNNVD
added 2026/02/04 12:00 a.m.21 views

melange 操作系统命令注入漏洞

Melange is a software developed by Chainguard for building APKs from source code. Versions of Melange prior to 0.40.3 contained a vulnerability related to operating system command injection. This vulnerability stemmed from improper escaping of variables in the working directory field, which could...

8.8CVSS5.9AI score0.00179EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/03 7:17 p.m.9 views

GHSA-434X-W66G-QW3R bytes has integer overflow in BytesMut::reserve

Details In the unique reclaim path of BytesMut::reserve, the condition rs if vcapacity = newcap + offset uses an unchecked addition. When newcap + offset overflows usize in release builds, this condition may incorrectly pass, causing self.cap to be set to a value that exceeds the actual allocated...

6.9CVSS5.4AI score0.00558EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2026/02/03 7:17 p.m.18 views

bytes has integer overflow in BytesMut::reserve

Details In the unique reclaim path of BytesMut::reserve, the condition rs if vcapacity = newcap + offset uses an unchecked addition. When newcap + offset overflows usize in release builds, this condition may incorrectly pass, causing self.cap to be set to a value that exceeds the actual allocated...

7.5CVSS5.4AI score0.00558EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/02/03 12:00 p.m.21 views

RUSTSEC-2026-0007 Integer overflow in `BytesMut::reserve`

In the unique reclaim path of BytesMut::reserve, the condition rs if vcapacity = newcap + offset uses an unchecked addition. When newcap + offset overflows usize in release builds, this condition may incorrectly pass, causing self.cap to be set to a value that exceeds the actual allocated capacit...

7.5CVSS5.5AI score0.00558EPSS
SaveExploits1References3
RustSec
RustSec
added 2026/02/03 12:00 p.m.25 views

Integer overflow in `BytesMut::reserve`

In the unique reclaim path of BytesMut::reserve, the condition rs if vcapacity = newcap + offset uses an unchecked addition. When newcap + offset overflows usize in release builds, this condition may incorrectly pass, causing self.cap to be set to a value that exceeds the actual allocated capacit...

7.5CVSS5.4AI score0.00558EPSS
SaveExploits1Affected Software1
CNNVD
CNNVD
added 2026/02/03 12:00 a.m.20 views

TP-Link Archer AX53 安全漏洞

The TP-Link Archer AX53 is a dual-core router produced by TP-Link Corporation. The TP-Link Archer AX53 v1.0 1.3.1 Build 20241120 and earlier versions have a security vulnerability. This vulnerability stems from a heap buffer overflow in the tmpserver module, which may lead to segmentation...

8CVSS6.2AI score0.00425EPSS
SaveExploits0References5
CVE
CVE
added 2026/02/02 8:38 p.m.47 views

CVE-2026-24040

The CVE-2026-24040 issue affects jspdf in versions prior to 4.1.0, where the addJS method uses a module-scoped shared variable to store JavaScript content. In concurrent environments (notably Node.js servers), this shared state can be overwritten by simultaneous requests, causing cross-user data ...

6.3CVSS5.3AI score0.00263EPSS
SaveExploits1References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/02/02 12:00 a.m.10 views

PT-2026-5760

Name of the Vulnerable Software and Affected Versions ingress-nginx versions prior to v1.13.7 ingress-nginx versions 1.14.0 through 1.14.3 Description The nginx.ingress.kubernetes.io/auth-method Ingress annotation in ingress-nginx can be exploited to inject configuration into nginx. This can lead...

9CVSS6.2AI score0.00493EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/02/02 12:00 a.m.7 views

PT-2026-5762

Name of the Vulnerable Software and Affected Versions ingress-nginx versions prior to 1.11.4 ingress-nginx versions prior to 1.12.1 Description A security issue exists in ingress-nginx where the protection provided by the auth-url Ingress annotation may not function as expected due to a specific...

3.1CVSS5.3AI score0.00312EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/02/02 12:00 a.m.10 views

PT-2026-5761

Name of the Vulnerable Software and Affected Versions ingress-nginx versions prior to v1.13.7 ingress-nginx versions 1.14.0 through 1.14.2 Description The rules.http.paths.path Ingress field in ingress-nginx can be exploited to inject configuration into nginx. This can result in arbitrary code...

9CVSS6.1AI score0.0051EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/02/02 12:00 a.m.15 views

PT-2026-5763

Name of the Vulnerable Software and Affected Versions ingress-nginx affected versions not specified Description A denial of service condition exists in the validating admission controller feature. Sending large requests to the validating admission controller can lead to excessive memory...

6.8CVSS5.3AI score0.00478EPSS
SaveExploits1
IBM Security Bulletins
IBM Security Bulletins
added 2026/01/29 3:39 p.m.12 views

Security Bulletin: IBM® Db2® is vulnerable to a denial of service with a specially crafted query (CVE-2025-36353)

Summary IBM® Db2® is vulnerable to denial of service due to improper neutralization of special elements in data query logic. Vulnerability Details CVEID:CVE-2025-36353 DESCRIPTION: IBM Db2 for Linux, UNIX and Windows includes Db2 Connect Server could allow a local user to cause a denial of servic...

6.2CVSS5.9AI score0.00161EPSS
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/01/29 12:00 a.m.11 views

Oracle Linux 8 : osbuild-composer (ELSA-2026-1380)

The remote Oracle Linux 8 host has packages installed that are affected by a vulnerability as referenced in the ELSA-2026-1380 advisory. 101.4-2.0.1 - Support using repository definitons with OCI variables JIRA: OLDIS-38657 - Update repositories to contain OCI variables - Remove image types...

4.3CVSS6AI score0.00413EPSS
SaveExploits0References2
Rows per page
Query Builder