Lucene search
+L
DebiancveRecent

66259 matches found

Debian CVE
Debian CVE
added 2026/08/10 11:51 a.m.12 views

CVE-2026-68086

In the Linux kernel, the following vulnerability has been resolved: mm/khugepaged: write all dirty file folios when collapsing There is no upstream commit, as this code was removed by upstream commit 044925f9b565 "mm: fs: remove filemapnrthps functions and their users" As-is, khugepaged and...

5.4AI score0.0015EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 11:51 a.m.14 views

CVE-2026-68085

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciuart: clear HCIUARTSENDING when writework is canceled HCIUARTSENDING bit in txstate means writework is pending and blocks queueing it again. Currently this bit is not cleared when canceling the work in hciuartclose,...

8CVSS5.3AI score0.00251EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 11:51 a.m.8 views

CVE-2026-68084

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: fix location monitor leak in tsi148 bridge tsi148probe allocates a location monitor resource and links it into tsi148bridge-lmresources. The probe error path frees this list, but tsi148remove only frees the dma,...

5.2AI score0.00172EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 11:51 a.m.11 views

CVE-2026-61550

GHSA-vj39-ww8j-vvx5: Improper access control for JSON-RPC update certificate messages...

5.2AI score
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 11:51 a.m.10 views

CVE-2026-61552

GHSA-jgqj-x5j9-vgcm: Icinga 2 DSL Injection via Unescaped Import Template Name...

5.3AI score
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 11:51 a.m.9 views

CVE-2026-61551

GHSA-wh38-wg57-5w7g: Stack overflow via deeply nested JSON objects...

5.3AI score
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 11:41 a.m.12 views

CVE-2026-68083

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix path resolution in ksmbdvfskernpathcreate The SMB2 open lookup is rooted at the share with LOOKUPBENEATH, but the create/mkdir/hardlink sink is not: ksmbdvfskernpathcreate builds an absolute path with converttounixname...

9.1CVSS5.1AI score0.00446EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 10:53 a.m.15 views

CVE-2026-59088

A flaw was found in GIMP. A signed integer overflow vulnerability exists in the file-fli plugin when processing FLI image files. This occurs due to an incorrect calculation during memory allocation for image buffers, where the multiplication of image width and height can exceed the maximum intege...

5.5CVSS5.4AI score0.00332EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/08/10 10:47 a.m.10 views

CVE-2026-59087

A flaw was found in the GIMP image manipulation program, specifically within its Seattle Filmworks file loader. A remote attacker could exploit this vulnerability by tricking a user into opening a specially crafted Seattle Filmworks file. This could lead to a heap overflow, allowing the attacker ...

7.8CVSS6.1AI score0.00478EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/08/10 10:40 a.m.12 views

CVE-2026-72568

Removed by vendor...

5.2AI score0.00233EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2026/08/10 10:25 a.m.12 views

CVE-2026-66486

GNU cpio is vulnerable to improper encoding or escaping of output in its archive member listing functionality. When listing archive members via cpio -it, member names are printed directly to output without quoting or escaping. An attacker can craft a cpio archive containing member names with...

4.6CVSS5.4AI score0.00137EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 10:25 a.m.11 views

CVE-2026-66485

GNU cpio is vulnerable to an uncontrolled memory allocation in the makepath function at src/makepath.c. The function uses alloca to allocate stack memory based on the length of argpath, which is derived from an archive-controlled pathname during extraction. A malicious cpio archive containing a...

4.6CVSS5.4AI score0.00132EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 10:25 a.m.12 views

CVE-2026-66484

GNU cpio contains a Path Traversal vulnerability in its tar archive extraction functionality. When extracting a tar archive in copy-in mode with the --no-absolute-filenames option, the extracted file name is normalized but the tar hard-link target is passed to the linktoname function without...

4.6CVSS5.3AI score0.00157EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 10:23 a.m.14 views

CVE-2026-71394

GNU Emacs for Android improperly validates the table header input in sfntreadtabledirectory in src/sfnt.c. Due to an incorrect comparison variable in the read-length check, a crafted font file that claims to contain more table directory entries than actually present causes the parser to return a...

5.3CVSS5.5AI score0.00279EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 10:22 a.m.12 views

CVE-2026-71393

GNU Emacs for Android is vulnerable to an integer overflow in sfntreadnametable in src/sfnt.c. The function computes an allocation size using a 32-bit length value from a TrueType font file without overflow checking. On 32-bit targets, a crafted font causes the calculation to wrap, resulting in a...

5.3CVSS6.1AI score0.0039EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 10:22 a.m.9 views

CVE-2026-71392

GNU Emacs for Android is vulnerable to an integer overflow in the sfntreadcmapformat12 function in src/sfnt.c. When processing a crafted TrueType font file, an unguarded addition in the xmalloc allocation call wraps around on 32-bit builds, causing a heap buffer overflow write. An attacker can...

5.3CVSS6AI score0.0039EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 10:22 a.m.9 views

CVE-2026-71391

GNU Emacs for Android contains an off-by-one error in the gvar table parser in src/sfnt.c. The shared-coordinate index boundary check in sfntvarysimpleglyph and sfntvarycompoundglyph uses a strict greater-than comparison instead of greater-than-or-equal, allowing a crafted TrueType variable font ...

5.3CVSS5.4AI score0.00327EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 9:38 a.m.9 views

CVE-2026-19404

A flaw was found in 389 Directory Server. The CleanAllRUV and Abort CleanAllRUV replication-maintenance extended operations perform no authorization check, allowing an unauthenticated remote attacker to invoke them when nsslapd-allow-anonymous-access is enabled the default, or any authenticated...

6.5CVSS5.4AI score0.00316EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 6:29 a.m.11 views

CVE-2026-12570

Removed by vendor...

5.5CVSS6AI score0.00128EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 3:28 a.m.9 views

CVE-2026-72522

libexpat before 2.8.3 has an out-of-bounds read and resultant infinite loop because low surrogates are treated the same as high surrogates during Unicode processing in the toUtf16 functions...

6.2CVSS5.3AI score0.00194EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 2:57 a.m.8 views

CVE-2026-19389

Multiple integer overflow and underflow vulnerabilities were found in the GStreamer gst-plugins-ugly ASF demuxer asfdemux when parsing header objects from crafted ASF, WMV, or WMA files. Insufficient validation of attacker-controlled length and size values can bypass bounds checks and cause...

7.1CVSS5.4AI score0.00338EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/10 2:36 a.m.10 views

CVE-2026-19387

A heap out-of-bounds write vulnerability was found in the GStreamer gst-plugins-bad adpcmdec element when decoding IMA/DVI ADPCM audio. Insufficient validation of the per-block sample count for multi-channel streams allows a crafted WAV file to cause writes beyond the allocated output buffer. Thi...

7.6CVSS6.1AI score0.00241EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/09 10:45 p.m.13 views

CVE-2026-12372

A Server-Side Request Forgery SSRF vulnerability exists in nltk/nltk versions 3.9.4 and the current develop branch. The nltk.pathsec.validatenetworkurl function, intended to prevent SSRF by rejecting internal network addresses, fails to reject IPs in the RFC 6598 shared address space 100.64.0.0/1...

3.7CVSS5.5AI score0.0026EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/09 5:49 p.m.8 views

CVE-2026-15534

Perl versions through 5.45.1 have out-of-bounds heap reads and writes during regular expression matching via an undersized superlinear cache in Sregmatch. The regex engine's superlinear cache holds one bit per subject position for each participating WHILEM node, so the bit count is the subject...

5.7CVSS5.5AI score0.00161EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/09 1:21 a.m.13 views

CVE-2026-17510

Crypt::OpenSSL::PKCS12 versions before 1.98 for Perl allow a NULL pointer dereference in printattribute via a zero length BMPSTRING attribute. printattribute sizes the destination buffer for a BMPSTRING attribute from its declared byte length with Renewattribute, length, char. A zero length...

7.5CVSS5.8AI score0.0044EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/08 3:51 p.m.13 views

CVE-2026-42170

A heap-based buffer overflow vulnerability exists in the GIMP DDS DirectDraw Surface file parser. When a crafted DDS file declares a D3D9 pixel format but sets a lower bits-per-pixel bpp value in the header, the loader allocates an undersized heap buffer. Subsequent pixel data consumption at the...

7.8CVSS5.9AI score0.00163EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/08 9:17 a.m.11 views

CVE-2026-68082

In the Linux kernel, the following vulnerability has been resolved: libceph: fix two unsafe bare decodes in decodelockers decodelockers in clslockclient.c contains two bare decode operations that allow a malicious or compromised OSD to trigger slab-out-of-bounds reads: 1. cephdecode32p at the...

9.8CVSS5.5AI score0.00399EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/08 9:17 a.m.10 views

CVE-2026-68081

In the Linux kernel, the following vulnerability has been resolved: KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest state Put all vmcs12 pages if KVM synthesizes a nested VM-Exit due to invalid guest while emulating VMLAUNCH or VMRESUME. The invalid guest state path...

5.2AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 10:34 p.m.11 views

CVE-2026-48120

Kakoune is a code editor. Prior to version 2026.05.21, the bundled, enabled by default, autorestore.kak script can be exploited by malicious backup files leading to arbitrary kakoune and shell commands being executed by simply opening a file. Kakoune 2026.05.21 fixes the issue. As a workaround, a...

8.6CVSS5.5AI score0.00137EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 8:52 p.m.11 views

CVE-2026-54338

JupyterHub is software that allows users to create a multi-user server for Jupyter notebooks. Prior to 5.5.0, invalid input to form-based login authenticators can place an unbounded attacker-controlled username in failed-login logs, allowing an unauthenticated attacker to consume logging and...

5.3CVSS5.3AI score0.00282EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 7:28 p.m.10 views

CVE-2026-71870

pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, a crafted PDF can cause large memory consumption when pypdf/cmap.py function parsebfrange parses unusually large source-code or destination-string tokens in a font /ToUnicode CMap during text extraction. This issue is fixed...

4.8CVSS5.3AI score0.00127EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 7:20 p.m.11 views

CVE-2026-19113

Removed by vendor...

5.3CVSS5.8AI score0.00293EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 7:20 p.m.9 views

CVE-2026-15972

Removed by vendor...

7.5CVSS5.8AI score0.00386EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 7:20 p.m.9 views

CVE-2026-15970

Removed by vendor...

4.2CVSS5.8AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 7:19 p.m.9 views

CVE-2026-19017

Removed by vendor...

6.8CVSS5.8AI score0.00329EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 7:19 p.m.10 views

CVE-2026-65819

gopacket provides packet processing capabilities for Go. Through version 1.7.0, multiple layer decoders use attacker-controlled lengths, counts, or offsets before validating them against packet buffers, allowing a crafted packet decoded through DecodingLayerParser or DecodeFromBytes to trigger an...

7.5CVSS5.3AI score0.00361EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 7:19 p.m.11 views

CVE-2026-19015

Removed by vendor...

5.3CVSS5.8AI score0.00293EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 7:19 p.m.10 views

CVE-2026-19014

Removed by vendor...

4.3CVSS5.8AI score0.00262EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 7:18 p.m.9 views

CVE-2026-19012

Removed by vendor...

5.3CVSS5.8AI score0.00245EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 7:18 p.m.13 views

CVE-2026-19016

Removed by vendor...

4.2CVSS5.8AI score0.00213EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 6:53 p.m.12 views

CVE-2026-71852

pypdf is a free and open-source pure-python PDF library. Prior to 6.15.0, a crafted PDF can cause long runtimes and large memory consumption when pypdf/font.py function Font.collectcidcharacterwidths expands unusually large CID font /W width ranges or excessive width entries during text extractio...

4.8CVSS5.3AI score0.00127EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 6:48 p.m.13 views

CVE-2026-71851

crypto-js is a JavaScript library of crypto standards. Versions of crypto-js prior to 4.0.0 generate randomness in CryptoJS.lib.WordArray.random using a custom variation of the Multiply-With-Carry pseudorandom number generator, seeded from Math.random, instead of a cryptographically secure source...

9CVSS5.4AI score0.00335EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 6:31 p.m.12 views

CVE-2026-71847

Ruby JSON is a JSON implementation for Ruby. From 2.20.0 until 2.21.2, Ruby's JSON native C extension clears the consumed JSON::ResumableParser input buffer but leaves state.start, state.cursor, and state.end pointing into released storage. When partialvalue reconstructs an incomplete object...

8.7CVSS5.5AI score0.00329EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 6:02 p.m.12 views

CVE-2026-64638

WordPress is vulnerable to a pre-auth reflected XSS vulnerability on the login screen. Via a specially crafted malicious third-party website hosted by an attacker, it is possible for this to be escalated to an RCE vulnerability with conditions outside of the attackers control. This requires...

8.9CVSS5.6AI score0.31204EPSS
SaveExploits33
Debian CVE
Debian CVE
added 2026/08/07 5:56 p.m.12 views

CVE-2026-19082

Imager versions from 0.4502 before 1.034 for Perl may expose adjacent heap bytes via strlen over-read from zero-count ASCII EXIF entries in copystringtags. copystringtags computes an ASCII EXIF tag's length as entry-size - 1 to strip the trailing NUL. A zero-count ASCII entry sets entry-size to 0...

7.5CVSS5.4AI score0.00292EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 5:14 p.m.15 views

CVE-2026-56818

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.136.Final and 4.2.16.Final, the RedisArrayAggregator Redis codec clears retained partial aggregate state when the maxNestedArrayDepth limit is exceeded, but it does not clear the same state when the sibling...

6.5CVSS5.3AI score0.00283EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 4:42 p.m.11 views

CVE-2026-20348

A vulnerability in the XAR file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition or possibly other expanded impacts as a result of memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in XAR file...

7.5CVSS5.8AI score0.00462EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 4:42 p.m.12 views

CVE-2026-20345

A vulnerability in the GPT file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition or possibly other expanded impacts as a result of memory corruption on an affected device. This vulnerability is due to improper handling of an endian conversion...

7.5CVSS5.9AI score0.00462EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 4:42 p.m.9 views

CVE-2026-20339

A vulnerability in the PESpin file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition or possibly other expanded impacts as a result of memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in PESpi...

7.5CVSS5.8AI score0.00462EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/07 4:42 p.m.10 views

CVE-2026-20347

A vulnerability in the Mach-O file format parser of ClamAV could allow an unauthenticated, remote attacker to cause a DoS condition or possibly other expanded impacts as a result of memory corruption on an affected device. This vulnerability is due to improper boundary checks for content in Mach-...

7.5CVSS5.9AI score0.00462EPSS
SaveExploits0
Total number of security vulnerabilities66259