Lucene search
+L

77900 matches found

OSV
OSV
added 2026/08/19 1:47 p.m.7 views

MINI-G3C3-5V25-P4C2

Bulletin has no description...

7.5CVSS5AI score0.00298EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 1:47 p.m.7 views

MINI-G4PF-2J7R-CCGX

Bulletin has no description...

7.5CVSS5AI score0.00298EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 1:47 p.m.5 views

MINI-MPVJ-W82C-X9MC

Bulletin has no description...

8.4CVSS4.9AI score0.00107EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 1:47 p.m.3 views

MINI-PQQV-XMMR-9MF6

Bulletin has no description...

7.5CVSS4.9AI score0.00298EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 1:47 p.m.5 views

MINI-H6XP-JJ63-X57W

Bulletin has no description...

8.4CVSS5AI score0.00107EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 1:47 p.m.6 views

MINI-32MP-5QXQ-5M4G

Bulletin has no description...

7.5CVSS5AI score0.00568EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 1:47 p.m.3 views

MINI-3GX9-3686-632F

Bulletin has no description...

7.5CVSS5AI score0.00298EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 1:47 p.m.4 views

MINI-J3XW-VP95-M45P

Bulletin has no description...

7.5CVSS5AI score0.00298EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 11:37 a.m.4 views

BIT-GOLANG-2026-56859 Add recursion depth guard during decode in encoding/xml

Previously, DecodeElement would reset the depth counter causing it to never fire; this could lead to stack exhaustion...

7.5CVSS5.5AI score0.00568EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/19 11:17 a.m.4 views

CVE-2026-74382

A flaw was found in the Linux kernel's clsbpf component, which handles traffic control filtering. A local attacker could exploit this vulnerability by triggering a specific sequence of failures during an offload rollback operation. This leads to an unbounded recursion, causing a stack overflow an...

5.5CVSS5.4AI score0.00195EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 9:08 a.m.5 views

OPENSUSE-SU-2026:21593-1 Security update for go1.26

This update for go1.26 fixes the following issues: Update to go1.26.6 released 2026-08-13, bsc1255111. Security issues fixed: - CVE-2026-33818: encoding/asn1: unenforced recursion limit can lead to stack exhaustion when parsing deeply-nested, recursive structures bsc1275034. - CVE-2026-39821:...

9.6CVSS5AI score0.00692EPSS
SaveExploits0References19
OSV
OSV
added 2026/08/19 8:52 a.m.7 views

BIT-POSTGRESQL-2026-14679 PostgreSQL stack buffer overflow in argument match writes 0x0 and 0x1 to server memory

Stack buffer overflow in PostgreSQL argument name matching allows an object creator to achieve unknown impacts via OUT parameter count. The attack can write only 0x0 and 0x1 bytes. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected...

8.2CVSS5.7AI score0.00293EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/19 8:17 a.m.9 views

CVE-2026-58082

The ISO-2022 encoding module used a stack buffer sized to MBLENMAX 6 bytes for intermediate character output. Some ISO-2022 variants can require up to 10 bytes per character, in which case conversions can trigger a stack buffer overflow of up to four bytes. An application that uses iconv3 to...

9.8CVSS0.00363EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/19 8:17 a.m.9 views

CVE-2026-49424

The Linux waitid implementation translates a FreeBSD siginfot struct into a stack-declared Linux siginfot. It did not first zero the stack struct. An unprivileged user may observe 104 bytes of uninitialized kernel stack data, which may contain sensitive information...

5.5CVSS0.00113EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/19 8:17 a.m.8 views

CVE-2026-49425

The compat32 kevent handler translates a 64-bit kevent struct into a stack- declared 32-bit struct. It did not first zero the stack struct. An unprivileged user may observe a small amount of uninitialized kernel stack data, which may contain sensitive information...

5.5CVSS0.00113EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/19 7:31 a.m.28 views

CVE-2026-58084 Kernel stack disclosure via timer_settime(2)

To retrieve the previous timer value, the kernel calls realtimergettime, which obtains the current time for the timer's clock. For a timer using CLOCKTAI this can fail when no TAI offset has been configured, but the error return was not checked, so the uninitialized output buffer was copied to...

0.00108EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 7:31 a.m.61 views

CVE-2026-58084

FreeBSD 15.0 and 15.1 are affected by a kernel stack disclosure in the POSIX interval timer subsystem (ktimer). When an unprivileged local user calls timer_settime(2) with a non-NULL old_value argument on a CLOCK_TAI timer, the kernel invokes realtimer_gettime() to retrieve the previous timer val...

5.5CVSS5.5AI score0.00108EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/19 7:20 a.m.27 views

CVE-2026-58082 Stack based buffer overflow in iconv(3)

The ISO-2022 encoding module used a stack buffer sized to MBLENMAX 6 bytes for intermediate character output. Some ISO-2022 variants can require up to 10 bytes per character, in which case conversions can trigger a stack buffer overflow of up to four bytes. An application that uses iconv3 to...

0.00363EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 7:20 a.m.60 views

CVE-2026-58082

This stack buffer overflow in FreeBSD's iconv(3) ISO-2022 encoding module occurs because an intermediate buffer is sized to MB_LEN_MAX (6 bytes) , while some ISO-2022 variants require up to 10 bytes per character , allowing overflow of up to four bytes. Any application using iconv(3) to convert u...

9.8CVSS5.7AI score0.00363EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 7:20 a.m.12 views

EUVD-2026-62349

The ISO-2022 encoding module used a stack buffer sized to MBLENMAX 6 bytes for intermediate character output. Some ISO-2022 variants can require up to 10 bytes per character, in which case conversions can trigger a stack buffer overflow of up to four bytes. An application that uses iconv3 to...

5.8AI score0.00363EPSS
SaveExploits0References1
Rows per page
Query Builder