Lucene search
+L

33720 matches found

Debian CVE
Debian CVE
added 2026/08/19 1:21 p.m.12 views

CVE-2026-65610

nnn stores homelen variable as uchart, which can only represent values in the range 0-255. An attacker who can influence the victim's execution environment can provide an arbitrary HOME path with length that is truncated to 0. The expression homelen - 1 is promoted to signed int and becomes -1 an...

2.4CVSS5.9AI score0.00123EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 1:21 p.m.12 views

CVE-2026-65610 Numeric Truncation Error in nnn

nnn stores homelen variable as uchart, which can only represent values in the range 0-255. An attacker who can influence the victim's execution environment can provide an arbitrary HOME path with length that is truncated to 0. The expression homelen - 1 is promoted to signed int and becomes -1 an...

2.4CVSS6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 1:21 p.m.27 views

CVE-2026-65610 Numeric Truncation Error in nnn

nnn stores homelen variable as uchart, which can only represent values in the range 0-255. An attacker who can influence the victim's execution environment can provide an arbitrary HOME path with length that is truncated to 0. The expression homelen - 1 is promoted to signed int and becomes -1 an...

2.4CVSS0.00123EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 1:21 p.m.9 views

EUVD-2026-62399

nnn stores homelen variable as uchart, which can only represent values in the range 0-255. An attacker who can influence the victim's execution environment can provide an arbitrary HOME path with length that is truncated to 0. The expression homelen - 1 is promoted to signed int and becomes -1 an...

2.4CVSS5.9AI score0.00123EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/19 1:21 p.m.9 views

CVE-2026-65609

nnn is vulnerable to Out-of-Bound write vulnerability. Due to lack of validation of attacker-controlled length fields deserialized from a session file, a crafted session file can cause nnn to write data beyond the bounds of fixed-size global buffers when loaded with the -s option. An attacker who...

2.4CVSS5.5AI score0.00115EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/19 1:21 p.m.10 views

EUVD-2026-62398

nnn is vulnerable to Out-of-Bound write vulnerability. Due to lack of validation of attacker-controlled length fields deserialized from a session file, a crafted session file can cause nnn to write data beyond the bounds of fixed-size global buffers when loaded with the -s option. An attacker who...

2.4CVSS5.5AI score0.00115EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/19 1:21 p.m.12 views

CVE-2026-65609 Out-of-bounds write in nnn

nnn is vulnerable to Out-of-Bound write vulnerability. Due to lack of validation of attacker-controlled length fields deserialized from a session file, a crafted session file can cause nnn to write data beyond the bounds of fixed-size global buffers when loaded with the -s option. An attacker who...

2.4CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 1:21 p.m.28 views

CVE-2026-65609 Out-of-bounds write in nnn

nnn is vulnerable to Out-of-Bound write vulnerability. Due to lack of validation of attacker-controlled length fields deserialized from a session file, a crafted session file can cause nnn to write data beyond the bounds of fixed-size global buffers when loaded with the -s option. An attacker who...

2.4CVSS0.00115EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 1:21 p.m.17 views

CVE-2026-65609

nnn (a terminal file manager) is vulnerable to an out-of-bounds write caused by insufficient validation of attacker-controlled length fields when deserializing a session file. Loading a crafted session file with the -s option allows an attacker who can place a file in the victim's nnn session dir...

2.4CVSS5.4AI score0.00115EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/19 1:21 p.m.6 views

CVE-2026-65609 Out-of-bounds write in nnn

nnn is vulnerable to Out-of-Bound write vulnerability. Due to lack of validation of attacker-controlled length fields deserialized from a session file, a crafted session file can cause nnn to write data beyond the bounds of fixed-size global buffers when loaded with the -s option. An attacker who...

2.4CVSS5.4AI score0.00115EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/19 8:52 a.m.6 views

BIT-POSTGRESQL-2026-14677 PostgreSQL 32-bit pltcl and plperl undersize allocations, via integer wraparound

Integer wraparound in PostgreSQL 32-bit builds of pltcl and plperl allows an object creator to cause the server to undersize an allocation and write out-of-bounds via crafted function bodies. This may execute arbitrary code as the operating system user running the database. CVE-2026-6473 had fixe...

8.8CVSS7.5AI score0.00423EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/19 8:52 a.m.13 views

BIT-POSTGRESQL-2026-14662 PostgreSQL tsvector and tsquery undersize allocations, via integer wraparound

Integer wraparound in PostgreSQL tsvector and tsquery data type functions allows an unprivileged database user to cause the server to undersize an allocation and write out-of-bounds, via crafted large inputs. This may execute arbitrary code as the operating system user running the database. These...

8.8CVSS7.5AI score0.0046EPSS
SaveExploits1References2
NVD
NVD
added 2026/08/19 8:17 a.m.9 views

CVE-2026-58088

The ELF core dump code counted the number of dumpable VM map entries, allocated a buffer for the corresponding program headers, then iterated over the map a second time to populate them. A process sharing the address space via rfork2 can mutate the map between the two passes, causing the second...

7.4CVSS0.00106EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/19 7:52 a.m.39 views

CVE-2026-58088 Race condition in ELF core dump segment counting

The ELF core dump code counted the number of dumpable VM map entries, allocated a buffer for the corresponding program headers, then iterated over the map a second time to populate them. A process sharing the address space via rfork2 can mutate the map between the two passes, causing the second...

0.00106EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 7:52 a.m.64 views

CVE-2026-58088

Affected: All supported FreeBSD versions. Root cause: A race condition in ELF core dump code — a second-pass write to the program-header buffer is not bounds-checked against the count from the first pass, so a process sharing the address space via rfork(2) can mutate the VM map between passes. Im...

7.4CVSS5.8AI score0.00106EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/08/19 7:52 a.m.10 views

EUVD-2026-62365

The ELF core dump code counted the number of dumpable VM map entries, allocated a buffer for the corresponding program headers, then iterated over the map a second time to populate them. A process sharing the address space via rfork2 can mutate the map between the two passes, causing the second...

7.4CVSS5.8AI score0.00106EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 7:47 a.m.35 views

EUVD-2026-62364

The GETALL and SETALL commands in semctl2 recorded the number of semaphores in the target set, dropped the lock protecting the set, allocated a buffer sized for that count, and reacquired the lock. A sequence-number check was used to verify that the set had not been replaced in the interim, but t...

7.8CVSS5.8AI score0.00121EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/19 6:53 a.m.7 views

CVE-2026-72380

A flaw was found in the Linux kernel's xen/pvcalls component. A malicious or buggy backend could send a specially crafted request identifier that, when processed, would lead to an out-of-bounds write. This could result in memory corruption and potentially cause the frontend to stop trusting the...

8.8CVSS5.4AI score0.00289EPSS
SaveExploits0References4
Rockylinux
Rockylinux
added 2026/08/19 6:01 a.m.11 views

gstreamer1-plugins-bad-free security update

An update is available for gstreamer1-plugins-bad-free. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list GStreamer is a streaming media framework based on graphs ...

7.6CVSS5.5AI score0.00241EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/08/19 3:56 a.m.10 views

gstreamer: gstreamer: rfbsrc/librfb Hextile heap out-of-bounds write with 16bpp framebuffer

A heap buffer overflow vulnerability was found in GStreamer's rfbsrc plugin. When a client connects to a malicious RFB/VNC server that advertises a 16bpp framebuffer and sends Hextile-encoded updates, the Hextile background fill path writes 32-bit pixel values into a buffer allocated for 16-bit...

7.1CVSS7.6AI score0.00326EPSS
SaveExploits0References6
Rows per page
Query Builder