Lucene search
+L

263297 matches found

AlmaLinux
AlmaLinux
added 2026/07/13 12:00 a.m.17 views

Important: xorg-x11-server security update

X.Org is an open-source implementation of the X Window System. It provides the basic low-level functionality that full-fledged graphical user interfaces are designed upon. Security Fixes: xorg: X11: xserver: X.org: glamor Font Atlas Heap Buffer Overflow CVE-2026-55999 For more details about the...

8.5CVSS6.1AI score0.00269EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.14 views

PT-2026-59427

Summary A memory-safety vulnerability in Open Babel's CSR parser allowed an out-of-bounds write when reading a crafted input file. Details The flaw was in the PadString helper used to handle the CSR title field. A title longer than the fixed destination buffer caused the parser to write past the...

9.8CVSS6.7AI score0.00802EPSS
SaveExploits1References8
AlmaLinux
AlmaLinux
added 2026/07/13 12:00 a.m.6 views

Important: gegl04 security update

GEGL Generic Graphics Library is a graph-based image processing framework. Security Fixes: gimp: GIMP: Arbitrary code execution via heap-based buffer overflow in HDR file parsing CVE-2026-2050 For more details about the security issues, including the impact, a CVSS score, acknowledgments, and oth...

7.8CVSS8AI score0.00592EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/13 12:00 a.m.41 views

RHEL 9 : perl-DBI (RHSA-2026:38512)

The remote Redhat Enterprise Linux 9 host has a package installed that is affected by multiple vulnerabilities as referenced in the RHSA-2026:38512 advisory. DBI is a database access Application Programming Interface API for the Perl Language. The DBI API Specification defines a set of functions,...

9.8CVSS6.6AI score0.00485EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/13 12:00 a.m.12 views

RockyLinux 9 : freeipmi (RLSA-2026:36210)

The remote RockyLinux 9 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2026:36210 advisory. freeipmi: FreeIPMI: Denial of service via buffer overflow in ipmi-oem client CVE-2026-50031 Tenable has extracted the preceding description block directly from t...

7.5CVSS6.3AI score0.0039EPSS
SaveExploits0References3
Oracle linux
Oracle linux
added 2026/07/13 12:00 a.m.13 views

nginx security, bug fix, and enhancement update

1.20.1-28.0.1.el98.4 - Reference oracle-indexhtml within Requires Orabug: 33802044 - Remove Red Hat references Orabug: 29498217 - Update upstream references Orabug: 36579090 2:1.20.1-28.4 - Resolves: RHEL-190800 - nginx: 'HTTP/2 bomb' nginx fix breaks module ABI causing crashes - Resolves:...

9.2CVSS7.5AI score0.06537EPSS
SaveExploits2
BDU FSTEC
BDU FSTEC
added 2026/07/13 12:00 a.m.10 views

The vulnerability of the read_compound() function in the Vim text editor, allowing a hacker to cause a service failure

The vulnerability of the readcompound function in the Vim text editor is related to buffer overflows in dynamic memory when processing the spelllang parameter. Exploiting this vulnerability can allow an attacker to cause a service failure...

6.6CVSS6.2AI score0.00248EPSS
SaveExploits1References6Affected Software3
BDU FSTEC
BDU FSTEC
added 2026/07/13 12:00 a.m.23 views

The vulnerability of the magick-distribute-cache service in the console-based imageMagick graphics editor allows a hacker to trigger a service failure.

The vulnerability of the magick-distribute-cache service in the console-based image editing tool ImageMagick is related to buffer overflow in dynamic memory. Exploiting this vulnerability can allow an attacker to cause a service failure...

4.1CVSS6.2AI score0.00092EPSS
SaveExploits0References7Affected Software5
Tenable Nessus
Tenable Nessus
added 2026/07/13 12:00 a.m.12 views

AlmaLinux 10 : freeipmi (ALSA-2026:36211)

The remote AlmaLinux 10 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2026:36211 advisory. freeipmi: FreeIPMI: Denial of service via buffer overflow in ipmi-oem client CVE-2026-50031 Tenable has extracted the preceding description block directly from t...

7.5CVSS6.3AI score0.0039EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/13 12:00 a.m.14 views

SUSE SLES15 Security Update : gstreamer-plugins-good (SUSE-SU-2026:2844-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2026:2844-1 advisory. This update for gstreamer-plugins-good fixes the following issue - CVE-2026-53705: Heap buffer overflow in WavPack decoder via integer...

7.6CVSS7.1AI score0.00375EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/13 12:00 a.m.15 views

RHEL 8 : xorg-x11-server (RHSA-2026:38487)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:38487 advisory. X.Org is an open-source implementation of the X Window System. It provides the basic low-level functionality that full-fledged graphical user...

8.5CVSS6.2AI score0.00269EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/12 5:16 p.m.14 views

CVE-2026-10666

parseipv4 in subsys/net/ip/utils.c reached via netipaddrparse for strings of the form "a.b.c.d:port" copies the port substring into a fixed 17-byte stack buffer char ipaddrNETIPV4ADDRLEN + 1 using a length of strlen - end - 1, where strlen is the full, unbounded input length and end is only the...

9.8CVSS0.00654EPSS
SaveExploits1References3
NVD
NVD
added 2026/07/12 5:16 p.m.15 views

CVE-2026-10665

In Zephyr's WireGuard subsystem subsys/net/lib/wireguard, wgprocessdatamessage in wgcrypto.c linearizes an inbound transport-data payload into a fixed pool buffer of CONFIGWIREGUARDBUFLEN bytes before decryption. The call netbuflinearizebuf-data, datalen, pkt-buffer, ..., datalen passed the...

7.4CVSS0.00602EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/07/12 4:16 p.m.12 views

CVE-2026-10666 Stack buffer overflow in `net_ipaddr_parse()` IPv4 address-with-port parsing in `subsys/net/ip/utils.c`

parseipv4 in subsys/net/ip/utils.c reached via netipaddrparse for strings of the form "a.b.c.d:port" copies the port substring into a fixed 17-byte stack buffer char ipaddrNETIPV4ADDRLEN + 1 using a length of strlen - end - 1, where strlen is the full, unbounded input length and end is only the...

8.1CVSS6.2AI score0.00654EPSS
SaveExploits1References3
CVE
CVE
added 2026/07/12 4:16 p.m.55 views

CVE-2026-10666

CVE-2026-10666 affects Zephyr OS: parse_ipv4() in subsys/net/ip/utils.c used by net_ipaddr_parse() for inputs like "a.b.c.d:port" copies the port substring into a fixed 17-byte buffer without validating the length, using str_len (unbounded) and end (offset of ':'). This leads to an out-of-bounds ...

9.8CVSS6.2AI score0.00654EPSS
SaveExploits1References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/12 4:16 p.m.8 views

CVE-2026-10665

In Zephyr's WireGuard subsystem subsys/net/lib/wireguard, wgprocessdatamessage in wgcrypto.c linearizes an inbound transport-data payload into a fixed pool buffer of CONFIGWIREGUARDBUFLEN bytes before decryption. The call netbuflinearizebuf-data, datalen, pkt-buffer, ..., datalen passed the...

7.4CVSS6.2AI score0.00602EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2026/07/12 4:16 p.m.45 views

CVE-2026-10664

CVE-2026-10664 reports an out-of-bounds write in the nRF70 Wi‑Fi driver power-save event handler (nrf_wifi_event_proc_get_power_save_info). The handler copies TWT entries from a power-save info event into a fixed-size twt_flows[8], iterating up to num_twt_flows without validating against WIFI_MAX...

5CVSS6.1AI score0.00223EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2026/07/12 4:16 p.m.55 views

CVE-2026-10665

CVE-2026-10665 concerns Zephyr’s WireGuard implementation (subsys/net/lib/wireguard). The flaw: wg_process_data_message() linearizes an inbound payload into a fixed pool buffer, passing the attacker-controlled data_len as both the destination capacity and copy length to net_buf_linearize, ignorin...

7.4CVSS6.2AI score0.00602EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2026/07/12 7:16 a.m.18 views

CVE-2026-15484

A vulnerability was detected in TRENDnet TEW-821DAP 1.12B01. The affected element is the function sub41EC14 of the file /goform/toolsnslookup of the component ssi. The manipulation results in buffer overflow. It is possible to launch the attack remotely. The vendor explains: "We are unable to...

9CVSS0.00792EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/12 7:16 a.m.20 views

CVE-2026-15483

A security vulnerability has been detected in TRENDnet TEW-821DAP 1.12B01. Impacted is the function sub41EC14 of the file /goform/toolsnslookup of the component ssi. The manipulation of the argument nslookuptarget leads to buffer overflow. It is possible to initiate the attack remotely. The vendo...

9CVSS0.00792EPSS
SaveExploits0References5
Rows per page
Query Builder