Lucene search
+L

118 matches found

AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•8 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: padata: Use integer wrap-around to prevent deadlock in cases of seqnr overflow. When submitting more than 2^32 padata objects to padatadoserial, the current sorting implementation incorrectly sorts padata objects with overflowed...

7.5CVSS6.2AI score0.00679EPSS
SaveExploits0References2
NVD
NVD
•added 2026/09/10 7:17 p.m.•15 views

CVE-2026-88035

A size check in the client-side authentication path of the MongoDB C Driver can wrap around, so an unusually large user-name value is accepted and copied past the end of a small buffer. A party able to set the driver's connection settings may cause the application that embeds the driver to...

5.7CVSS0.00141EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/09/10 12:00 a.m.•19 views

PT-2026-89549

A size check in the client-side authentication path of the MongoDB C Driver can wrap around, so an unusually large user-name value is accepted and copied past the end of a small buffer. A party able to set the driver's connection settings may cause the application that embeds the driver to...

5.7CVSS5.8AI score0.00141EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
•added 2026/08/26 11:28 p.m.•13 views

CVE-2026-47857 Reactor Core windowTimeout fair-backpressure stream hang due to 20-bit index wrap-around

In Reactor Core, applications that use the Flux.windowTimeout operator with fairBackpressure enabled are vulnerable to a Denial of Service DoS condition. Reactor Core 3.8.0 - 3.8.6 Reactor Core 3.5.0 - 3.7.19 Reactor Core 3.4.41 and earlier...

5.9CVSS5.3AI score0.00367EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/08/26 11:28 p.m.•38 views

CVE-2026-47857 Reactor Core windowTimeout fair-backpressure stream hang due to 20-bit index wrap-around

In Reactor Core, applications that use the Flux.windowTimeout operator with fairBackpressure enabled are vulnerable to a Denial of Service DoS condition. Reactor Core 3.8.0 - 3.8.6 Reactor Core 3.5.0 - 3.7.19 Reactor Core 3.4.41 and earlier...

5.9CVSS0.00367EPSS
SaveExploits0References1
CVE
CVE
•added 2026/08/26 11:28 p.m.•96 views

CVE-2026-47857

Reactor Core is affected by a Denial of Service condition in the Flux.windowTimeout operator when fairBackpressure is enabled. The root cause is a 20-bit index wrap-around that can cause the stream to hang, leading to an availability impact with no confidentiality or integrity loss. Affected vers...

5.9CVSS5.3AI score0.00367EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
•added 2026/08/25 5:31 p.m.•36 views

CVE-2026-76189 CAI Content Credentials | Integer Underflow (Wrap or Wraparound) (CWE-191)

CAI Content Credentials is affected by an Integer Underflow Wrap or Wraparound vulnerability that could result in an application denial-of-service. An attacker could exploit this vulnerability to crash the application, leading to a denial-of-service condition. Exploitation of this issue does not...

6.2CVSS0.00259EPSS
SaveExploits0References1
Spring Security Advisories
Spring Security Advisories
•added 2026/08/20 12:00 a.m.•18 views

cve-2026-47857 - MEDIUM - Reactor Core windowTimeout fair-backpressure stream hang due to 20-bit index wrap-around

cve-2026-47857 - MEDIUM - Reactor Core windowTimeout fair-backpressure stream hang due to 20-bit index wrap-around...

5.9CVSS5.3AI score0.00367EPSS
SaveExploits0
Anthropic
Anthropic
•added 2026/08/17 5:47 p.m.•16 views

ANT-2026-8HYRCFKW · DuckDB · Heap Buffer Overflow

heap-buffer-overflow medium Severity Claude medium · Security research firm medium · Maintainer - Discovered by Claude Mythos Preview REPORT Anthropic's analysis, sealed at approval. Disclosure to the maintainer was performed by Trail of Bits. ANT-2026-8HYRCFKW: Integer overflow to heap buffer...

6.1AI score
SaveExploits0References1
EUVD
EUVD
•added 2026/07/25 8:49 a.m.•20 views

EUVD-2026-48979

In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSENOTIFYPRUNE validates the nodeid payload length with: size - sizeofoutarg != outarg.count sizeofu64 On 32-bit kernels, sizet is also 32 bits, so the daemon-controlled count...

5.7AI score0.00158EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
•added 2026/06/30 6:45 a.m.•20 views

CVE-2026-49271

A flaw was found in libheif, a decoder and encoder for HEIF and AVIF file formats. A remote attacker could exploit this vulnerability by providing a specially crafted HEIF file. The uncompressed HEIF decoder's validation of icef compressed-unit offsets can experience an integer wrap-around. This...

6.5CVSS5.8AI score0.00355EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/06/24 5:17 p.m.•21 views

CVE-2026-52969

In the Linux kernel, the following vulnerability has been resolved: KVM: Reject wrapped offset in kvmresetdirtygfn kvmresetdirtygfn guards the gfn range with if !memslot || offset + flsmask = memslot-npages return; but offset is u64 and the addition is unchecked. The check can be silently bypasse...

7.8CVSS5.4AI score0.00195EPSS
SaveExploits0References38
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/06/24 12:00 a.m.•0 views

CVE-2026-54905: Wrap-around Error

concurrent-ruby is a modern concurrency tools for Ruby. Prior to 1.3.7, Concurrent::ReentrantReadWriteLock can incorrectly grant a write lock after one thread acquires the read lock 32,768 times. The lock stores a thread's local read and write hold counts in one integer. The low 15 bits are used...

5.5CVSS5.9AI score0.00153EPSS
SaveExploits0References4
Snyk
Snyk
•added 2026/06/19 8:47 p.m.•25 views

Wrap-around Error

Overview Affected versions of this package are vulnerable to Wrap-around Error in ReentrantReadWriteLock that causes incorrect write locks. An attacker can cause a thread to incorrectly obtain a write lock without exclusivity by repeatedly acquiring the read lock 32,768 times, which overflows the...

5.5CVSS5.9AI score0.00153EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
•added 2026/06/10 3:00 p.m.•25 views

CVE-2023-29146

The utility functions used by Malwarebytes EDR 1.0.11 on Linux for calculating a cryptographic hash of data bytes truncate the hashed data if it exceeds 4GB. This leads to an integer wrap-around if the data is larger than the maximum unsigned integer value 32-bit. Attackers could create a collidi...

8.2CVSS5.5AI score0.00123EPSS
SaveExploits0References1
NVD
NVD
•added 2026/06/09 7:16 p.m.•19 views

CVE-2023-29146

The utility functions used by Malwarebytes EDR 1.0.11 on Linux for calculating a cryptographic hash of data bytes truncate the hashed data if it exceeds 4GB. This leads to an integer wrap-around if the data is larger than the maximum unsigned integer value 32-bit. Attackers could create a collidi...

8.2CVSS0.00123EPSS
SaveExploits0References1
CVE
CVE
•added 2026/06/09 12:00 a.m.•48 views

CVE-2023-29146

Malwarebytes EDR version 1.0.11 on Linux is vulnerable to an integer wrap-around (or overflow) due to insufficient input validation. Specifically, utility functions used to calculate cryptographic hashes truncate data exceeding 4GB , leading to incorrect results. An attacker can exploit this by a...

5.5AI score0.00123EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2026/05/15 12:00 a.m.•11 views

Linux Distros Unpatched Vulnerability : CVE-2026-43996

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.0.18.0 and 3.1.13.0...

5.5CVSS6AI score0.00156EPSS
SaveExploits1References3
NVD
NVD
•added 2026/05/06 12:16 p.m.•19 views

CVE-2025-71292

In the Linux kernel, the following vulnerability has been resolved: jfs: nlink overflow in jfsrename If nlink is maximal for a directory -1 and inside that directory you perform a rename for some child directory not moving from the parent, then the nlink of the first directory is first incremente...

7.5CVSS0.00321EPSS
SaveExploits0References8
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/05/05 12:00 a.m.•0 views

CVE-2026-43067: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: ext4: handle wraparound when searching for blocks for indirect mapped blocks Commit 4865c768b563 "ext4: always allocate blocks only from groups inode can use" restricts what blocks will be allocated for indirect block based files...

9.8CVSS5.8AI score0.00721EPSS
SaveExploits0References7
Rows per page
Query Builder