Lucene search
+L

20828 matches found

Github Security Blog
Github Security Blog
added 2026/07/20 6:57 p.m.10 views

Tornado: Quadratic DoS via Repeated Header Coalescing

Summary The HTTPHeaders.add method in Tornado accumulates values using string concatenation when the same header name is repeated. Due to Python string immutability, each concatenation copies the entire string, resulting in On² time complexity. Given Tornado's single event loop architecture, a...

7.5CVSS7.2AI score0.00523EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/07/20 6:57 p.m.10 views

EUVD-2025-203031

Tornado: Quadratic DoS via Repeated Header Coalescing...

7.5CVSS7.3AI score0.00523EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/20 3:34 p.m.6 views

CVE-2026-53394

A flaw was found in the Linux kernel's Network File System NFS version 4.0 NFSv4.0 OPEN implementation. A race condition can occur when two NFSv4.0 OPEN threads with the same owner string attempt to open a file, and a concurrent thread inserts a new unconfirmed owner. This can lead to a memory le...

7.5CVSS5.3AI score0.00446EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/20 2:24 p.m.5 views

SUSE-SU-2026:3134-1 Security update for mariadb-connector-c

This update for mariadb-connector-c fixes the following issue: - CVE-2026-44172: mysqlrealescapestring incorrectly handled big5 bsc1266438. Changes for mariadb-connector-c: - Update to 3.1.28...

9.1CVSS5.3AI score0.00591EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.7 views

CVE-2026-64041

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: fs210x: fix possible buffer overflow In fs210xeffectsceneinfo, a string was copied like this: strscpyDST, SRC, strlenSRC + 1; A buffer overflow would happen if strlenSRC = sizeofDST. Actually, strscpy must be used...

7.8CVSS0.00175EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.12 views

CVE-2026-64120

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix NULL pointer dereference in phyreplysize In phypreparedata, several strings such as 'name', 'drvname', 'upstreamsfpname', and 'downstreamsfpname' are allocated using kstrdup. However, these allocations were not...

5.4AI score0.00166EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:40 p.m.7 views

EUVD-2026-45805

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix NULL pointer dereference in phyreplysize In phypreparedata, several strings such as 'name', 'drvname', 'upstreamsfpname', and 'downstreamsfpname' are allocated using kstrdup. However, these allocations were not...

5.5AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:40 p.m.19 views

CVE-2026-64120 net: ethtool: fix NULL pointer dereference in phy_reply_size

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix NULL pointer dereference in phyreplysize In phypreparedata, several strings such as 'name', 'drvname', 'upstreamsfpname', and 'downstreamsfpname' are allocated using kstrdup. However, these allocations were not...

5.5AI score0.00166EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/19 3:40 p.m.11 views

CVE-2026-64120

CVE-2026-64120 pertains to the Linux kernel’s phy_prepare_data() in the net: ethtool path. The issue arises from kstrdup() allocations for strings (name, drvname, upstream_sfp_name, downstream_sfp_name) that were not NULL-checked, allowing a NULL dereference in phy_reply_size() when strlen() is c...

5.5AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:39 p.m.10 views

EUVD-2026-45614

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: fs210x: fix possible buffer overflow In fs210xeffectsceneinfo, a string was copied like this: strscpyDST, SRC, strlenSRC + 1; A buffer overflow would happen if strlenSRC = sizeofDST. Actually, strscpy must be used...

5.7AI score0.00175EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:39 p.m.7 views

CVE-2026-64041 ASoC: codecs: fs210x: fix possible buffer overflow

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: fs210x: fix possible buffer overflow In fs210xeffectsceneinfo, a string was copied like this: strscpyDST, SRC, strlenSRC + 1; A buffer overflow would happen if strlenSRC = sizeofDST. Actually, strscpy must be used...

7.8CVSS5.6AI score0.00175EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.9 views

CVE-2026-64041

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: fs210x: fix possible buffer overflow In fs210xeffectsceneinfo, a string was copied like this: strscpyDST, SRC, strlenSRC + 1; A buffer overflow would happen if strlenSRC = sizeofDST. Actually, strscpy must be used...

7.8CVSS5.5AI score0.00175EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.31 views

CVE-2026-64041 ASoC: codecs: fs210x: fix possible buffer overflow

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: fs210x: fix possible buffer overflow In fs210xeffectsceneinfo, a string was copied like this: strscpyDST, SRC, strlenSRC + 1; A buffer overflow would happen if strlenSRC = sizeofDST. Actually, strscpy must be used...

7.8CVSS0.00175EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.57 views

CVE-2026-64041

The issue CVE-2026-64041 affects the Linux kernel ASoC fs210x codec driver. In fs210x_effect_scene_info(), a string is copied with strscpy using strlen(SRC) + 1 (DST) instead of a bound-limited size, enabling a potential buffer overflow when strlen(SRC) >= sizeof(DST). The fix uses correct bou...

7.8CVSS5.7AI score0.00175EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:39 p.m.8 views

CVE-2026-64028 tracing: Avoid NULL return from hist_field_name() on truncation

In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from histfieldname on truncation histfieldname returns "" everywhere except the fully-qualified VARREF/EXPR case, where snprintf truncation returns NULL early and bypasses the bottom NULL-"" guard...

5.4AI score0.00185EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/07/19 3:39 p.m.11 views

EUVD-2026-45601

In the Linux kernel, the following vulnerability has been resolved: tracing: Avoid NULL return from histfieldname on truncation histfieldname returns "" everywhere except the fully-qualified VARREF/EXPR case, where snprintf truncation returns NULL early and bypasses the bottom NULL-"" guard...

5.5AI score0.00185EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/19 3:16 p.m.7 views

CVE-2026-63860

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Prefer NLANULSTRING These attributes are evaluated as c-string passed to strcmp, but NLASTRING doesn't check for the presence of a \0 terminator. Either this needs to switch to nlastrcmp and needs to adjust printf fmt...

8.4CVSS0.00132EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 2:4 p.m.7 views

CVE-2026-63860 RDMA/core: Prefer NLA_NUL_STRING

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Prefer NLANULSTRING These attributes are evaluated as c-string passed to strcmp, but NLASTRING doesn't check for the presence of a \0 terminator. Either this needs to switch to nlastrcmp and needs to adjust printf fmt...

8.4CVSS5.5AI score0.00132EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/19 2:4 p.m.6 views

CVE-2026-63860

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Prefer NLANULSTRING These attributes are evaluated as c-string passed to strcmp, but NLASTRING doesn't check for the presence of a \0 terminator. Either this needs to switch to nlastrcmp and needs to adjust printf fmt...

8.4CVSS5.3AI score0.00132EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:4 p.m.8 views

EUVD-2026-45544

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Prefer NLANULSTRING These attributes are evaluated as c-string passed to strcmp, but NLASTRING doesn't check for the presence of a \0 terminator. Either this needs to switch to nlastrcmp and needs to adjust printf fmt...

5.5AI score0.00132EPSS
SaveExploits0References8
Rows per page
Query Builder