Lucene search
+L

17922 matches found

OSV
OSV
added 2026/04/11 2:5 p.m.6 views

OESA-2026-1885 expat security update

expat is a stream-oriented XML parser library written in C. expat excels with files too large to fit RAM, and where performance and flexibility are crucial. Security Fixes: libexpat before 2.7.5 allows a NULL pointer dereference with empty external parameter entity content.CVE-2026-32776 libexpat...

5.5CVSS5.8AI score0.00216EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/11 2:5 p.m.7 views

OESA-2026-1884 expat security update

expat is a stream-oriented XML parser library written in C. expat excels with files too large to fit RAM, and where performance and flexibility are crucial. Security Fixes: libexpat before 2.7.5 allows a NULL pointer dereference with empty external parameter entity content.CVE-2026-32776 libexpat...

5.5CVSS5.8AI score0.00216EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/11 2:5 p.m.11 views

OESA-2026-1883 expat security update

expat is a stream-oriented XML parser library written in C. expat excels with files too large to fit RAM, and where performance and flexibility are crucial. Security Fixes: libexpat before 2.7.5 allows a NULL pointer dereference with empty external parameter entity content.CVE-2026-32776 libexpat...

5.5CVSS5.8AI score0.00216EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/11 2:5 p.m.8 views

OESA-2026-1882 expat security update

expat is a stream-oriented XML parser library written in C. expat excels with files too large to fit RAM, and where performance and flexibility are crucial. Security Fixes: libexpat before 2.7.5 allows a NULL pointer dereference with empty external parameter entity content.CVE-2026-32776 libexpat...

5.5CVSS5.8AI score0.00216EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/11 2:3 p.m.7 views

OESA-2026-1835 nodejs-brace-expansion security update

Brace expansion as known from sh/bash Security Fixes: The brace-expansion library generates arbitrary strings containing a common prefix and suffix. Prior to versions 5.0.5, 3.0.2, 2.0.3, and 1.1.13, a brace pattern with a zero step value e.g., 1..2..0 causes the sequence generation loop to run...

7.5CVSS5.9AI score0.0043EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/04/11 12:0 a.m.12 views

PT-2026-36058

Name of the Vulnerable Software and Affected Versions Wireshark versions 4.6.0 through 4.6.4 Wireshark versions 4.4.0 through 4.4.14 Description An infinite loop in the OpenFlow v6 protocol dissector can lead to a denial of service. Recommendations Update Wireshark versions 4.6.0 through 4.6.4 to...

7.8CVSS5.8AI score0.00206EPSS
SaveExploits19References102
Packet Storm News
Packet Storm News
added 2026/04/11 12:0 a.m.10 views

Jailbreaking the Matrix: Nullspace Steering for Controlled Model Subversion

Large language models remain vulnerable to jailbreak attacks -- inputs designed to bypass safety mechanisms and elicit harmful responses -- despite advances in alignment and instruction tuning. We propose Head-Masked Nullspace Steering HMNS, a circuit-level intervention that i identifies attentio...

5.8AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/04/11 12:0 a.m.8 views

PT-2026-36059

Name of the Vulnerable Software and Affected Versions Wireshark versions 4.6.0 through 4.6.4 Wireshark versions 4.4.0 through 4.4.14 Description The OpenFlow v5 protocol dissector contains a flaw that can lead to infinite loops, resulting in a denial of service. Recommendations Update Wireshark...

7.8CVSS6AI score0.00206EPSS
SaveExploits20References121
CVE
CVE
added 2026/04/10 4:5 p.m.30 views

CVE-2026-35599

Summary: CVE-2026-35599 affects Vikunja prior to version 2.3.0, where addRepeatIntervalToTime uses an O(n) loop to advance a date by RepeatAfter until it passes now. When a repeating task uses a 1-second interval and an old due_date, this can trigger billions of iterations, causing high CPU usage...

6.5CVSS5.8AI score0.00347EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/04/10 3:34 p.m.6 views

GHSA-R4FG-73RC-HHH7 Vikunja has Algorithmic Complexity DoS in Repeating Task Handler

Summary The addRepeatIntervalToTime function uses an On loop that advances a date by the task's RepeatAfter duration until it exceeds the current time. By creating a repeating task with a 1-second interval and a due date far in the past, an attacker triggers billions of loop iterations, consuming...

6.5CVSS5.8AI score0.00347EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/04/10 2:24 p.m.7 views

golang: cmd/compile: possible memory corruption after bound check elimination

A flaw was found in the cmd/compile package in the Go standard library. The compiler fails to correctly check for integer overflow or underflow in arithmetic operations involving loop induction variables. As a result, the compiler allows invalid memory indexing to occur at runtime, potentially...

9.8CVSS6.1AI score0.00536EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/04/10 2:24 p.m.7 views

golang.org/x/net/html: Infinite parsing loop in golang.org/x/net

The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service DoS in an exposed go application if an attacker provides specially crafted HTML content...

5.3CVSS6.1AI score0.00482EPSS
SaveExploits1References8
OpenVAS
OpenVAS
added 2026/04/10 12:0 a.m.8 views

Fedora: Security Advisory (FEDORA-2026-840b40ef4c)

The remote host is missing an update for the SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

4.7CVSS5.8AI score0.00118EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2026/04/09 11:10 p.m.40 views

CVE-2026-5392

Heap out-of-bounds read in PKCS7 parsing. A crafted PKCS7 message can trigger an OOB read on the heap. The missing bounds check is in the indefinite-length end-of-content verification loop in PKCS7VerifySignedData...

5.4CVSS5.2AI score0.00159EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2026/04/09 11:10 p.m.42 views

CVE-2026-5392

Heap out-of-bounds read in PKCS7 parsing. A crafted PKCS7 message can trigger an OOB read on the heap. The missing bounds check is in the indefinite-length end-of-content verification loop in PKCS7VerifySignedData...

5.4CVSS5.2AI score0.00159EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/04/09 11:10 p.m.5 views

CVE-2026-5392 wolfSSL heap OOB read in PKCS7 SignedData streaming

Heap out-of-bounds read in PKCS7 parsing. A crafted PKCS7 message can trigger an OOB read on the heap. The missing bounds check is in the indefinite-length end-of-content verification loop in PKCS7VerifySignedData...

2.3CVSS5.8AI score0.00159EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/09 11:18 a.m.7 views

OPENSUSE-SU-2026:20487-1 Security update for zlib

This update for zlib fixes the following issues: - CVE-2026-27171: Fixed an infinite loop via the crc32combine64 and crc32combinegen64 functions due to missing checks for negative lengths. bsc1258392 - CVE-2023-45853: Fixed an integer overflow and resultant heap-based buffer overflow in...

9.8CVSS6AI score0.03179EPSS
SaveExploits1References4
OSV
OSV
added 2026/04/09 11:18 a.m.5 views

SUSE-SU-2026:21151-1 Security update for zlib

This update for zlib fixes the following issues: - CVE-2026-27171: Fixed an infinite loop via the crc32combine64 and crc32combinegen64 functions due to missing checks for negative lengths. bsc1258392 - CVE-2023-45853: Fixed an integer overflow and resultant heap-based buffer overflow in...

9.8CVSS7.6AI score0.03179EPSS
SaveExploits1References5
OSV
OSV
added 2026/04/09 11:18 a.m.10 views

SUSE-SU-2026:21013-1 Security update for zlib

This update for zlib fixes the following issues: - CVE-2026-27171: Fixed an infinite loop via the crc32combine64 and crc32combinegen64 functions due to missing checks for negative lengths. bsc1258392 - CVE-2023-45853: Fixed an integer overflow and resultant heap-based buffer overflow in...

9.8CVSS7AI score0.03179EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2026/04/09 11:0 a.m.6 views

golang.org/x/net/html: Infinite parsing loop in golang.org/x/net

The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service DoS in an exposed go application if an attacker provides specially crafted HTML content...

5.3CVSS6.1AI score0.00482EPSS
SaveExploits1References8
Rows per page
Query Builder