Lucene search
+L

70984 matches found

OSV
OSV
added 2026/07/24 10:35 p.m.6 views

GHSA-GM3R-Q2WP-HW87 Shescape: Quadratic-time denial of service in the flag-protection

Impact This impacts users of Shescape that have flag protection enabled, which is on by default, regardless of the API being used. An attacker can cause a runtime quadratic in the input size, causing denial of service for large inputs. javascript import Shescape from "shescape"; // 1. Prerequisit...

8.7CVSS5.8AI score0.00336EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/24 9:17 p.m.12 views

GHSA-HP6V-6JW7-GV2F Budibase: OIDC SSO account takeover: incoming identity linked by email without checking email_verified

Summary Budibase's OIDC SSO login links an incoming SSO identity to an existing Budibase account by email address alone, without ever checking the emailverified claim of the OIDC ID token. Budibase first tries to match the IdP sub; when that misses any fresh attacker IdP account it silently falls...

9CVSS5.9AI score0.00313EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 4:58 p.m.10 views

GHSA-RQJ7-6WRP-6G2G Open WebUI: POST /api/v1/images/edit bypasses the global image-edit switch and the per-user image-generation permission

Summary POST /api/v1/images/edit performed no authorization beyond requiring a verified account. Every other image-editing surface in Open WebUI enforces the global image-edit switch and the per-user image-generation permission — the /api/v1/images/generations route, the built-in editimage tool,...

4.3CVSS5.9AI score0.00259EPSS
SaveExploits1References6
NVD
NVD
added 2026/07/24 4:16 p.m.12 views

CVE-2026-64253

In the Linux kernel, the following vulnerability has been resolved: kernel/fork: clear PFBLOCKTS in copyprocess PFBLOCKTS is only set in blktimegetns when current-plug is non-NULL, and blkfinishplug clears it via blkflushplug before NULLing the plug pointer. copyprocess breaks the invariant by...

5.5CVSS0.00114EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 4:16 p.m.11 views

UBUNTU-CVE-2026-64253

In the Linux kernel, the following vulnerability has been resolved: kernel/fork: clear PFBLOCKTS in copyprocess PFBLOCKTS is only set in blktimegetns when current-plug is non-NULL, and blkfinishplug clears it via blkflushplug before NULLing the plug pointer. copyprocess breaks the invariant by...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/24 3:31 p.m.56 views

CVE-2026-64253

CVE-2026-64253 affects the Linux kernel and relates to process creation via fork. The root cause is that in copy_process(), PF_BLOCK_TS can be inherited from the parent while the child’s plug pointer is cleared, breaking the invariant that PF_BLOCK_TS set implies current->plug != NULL. The fix...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:31 p.m.12 views

CVE-2026-64253

In the Linux kernel, the following vulnerability has been resolved: kernel/fork: clear PFBLOCKTS in copyprocess PFBLOCKTS is only set in blktimegetns when current-plug is non-NULL, and blkfinishplug clears it via blkflushplug before NULLing the plug pointer. copyprocess breaks the invariant by...

5.7AI score0.00114EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/07/24 3:31 p.m.10 views

EUVD-2026-48662

In the Linux kernel, the following vulnerability has been resolved: kernel/fork: clear PFBLOCKTS in copyprocess PFBLOCKTS is only set in blktimegetns when current-plug is non-NULL, and blkfinishplug clears it via blkflushplug before NULLing the plug pointer. copyprocess breaks the invariant by...

5.7AI score0.00114EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/24 11:31 a.m.19 views

CVE-2026-65704

A flaw was found in FFmpeg. A remote attacker can exploit this vulnerability by providing a specially crafted ffconcat file, which, when processed with the -safe 0 flag, triggers an out-of-bounds write. This occurs due to improper bounds checking in the TY demuxer's demuxaudio function, leading t...

7.8CVSS6.1AI score0.00121EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/23 6:55 p.m.11 views

CVE-2026-65704

FFmpeg through 8.1.2 contains an out-of-bounds write vulnerability that allows attackers to cause heap corruption by supplying a crafted ffconcat file processed with the -safe 0 flag. The TY demuxer's demuxaudio function decrements packet size without bounds checking, producing a negative size...

7.8CVSS5.5AI score0.00121EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/23 6:55 p.m.20 views

CVE-2026-65704

FFmpeg through 8.1.2 contains an out-of-bounds write vulnerability that allows attackers to cause heap corruption by supplying a crafted ffconcat file processed with the -safe 0 flag. The TY demuxer's demuxaudio function decrements packet size without bounds checking, producing a negative size...

7.8CVSS5.9AI score0.00121EPSS
SaveExploits0
CVE
CVE
added 2026/07/23 6:55 p.m.39 views

CVE-2026-65704

CVE-2026-65704 affects FFmpeg up to version 8.1.2, where the TY demuxer’s demux_audio() decrements packet size without bounds checking, producing a negative size that, when passed to memcpy in shorten_decode_frame(), wraps to near SIZE_MAX and causes heap corruption from reads beyond the source a...

7.8CVSS5.5AI score0.00121EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/23 6:55 p.m.14 views

EUVD-2026-48371

FFmpeg through 8.1.2 contains an out-of-bounds write vulnerability that allows attackers to cause heap corruption by supplying a crafted ffconcat file processed with the -safe 0 flag. The TY demuxer's demuxaudio function decrements packet size without bounds checking, producing a negative size...

7.8CVSS5.5AI score0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/23 6:55 p.m.22 views

CVE-2026-65704 FFmpeg 8.1.2 Out-of-Bounds Write via TY Demuxer and Shorten Decoder

FFmpeg through 8.1.2 contains an out-of-bounds write vulnerability that allows attackers to cause heap corruption by supplying a crafted ffconcat file processed with the -safe 0 flag. The TY demuxer's demuxaudio function decrements packet size without bounds checking, producing a negative size...

7.3CVSS5.5AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/07/23 6:55 p.m.11 views

CVE-2026-65704 FFmpeg 8.1.2 Out-of-Bounds Write via TY Demuxer and Shorten Decoder

FFmpeg through 8.1.2 contains an out-of-bounds write vulnerability that allows attackers to cause heap corruption by supplying a crafted ffconcat file processed with the -safe 0 flag. The TY demuxer's demuxaudio function decrements packet size without bounds checking, producing a negative size...

7.8CVSS5.5AI score0.00121EPSS
SaveExploits0References3
Circl
Circl
added 2026/07/23 6:15 p.m.12 views

CVE-2026-61140

creationtimestamp| type| source ---|---|--- 2026-07-23 18:15:38+00:00| seen| https://www.acn.gov.it/portale/w/critical-patch-update-di-oracle-9 2026-07-23 18:56:04+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mrdjbga3p72j 2026-07-25 09:37:07+00:00| seen|...

9.8CVSS7.1AI score0.00483EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/22 10:28 p.m.15 views

n8n: computer-use Shell Sandbox Not Enforced on Linux and Windows

Impact The shell tool in the @n8n/computer-use package applied its sandbox restrictions only on macOS. On Linux and Windows, shell commands executed by the tool ran without any filesystem or network restrictions, allowing unrestricted access to the host filesystem and network from within the...

9.8CVSS5.4AI score0.00322EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/22 10:04 p.m.15 views

n8n: SSO Instance-Role Provisioning Allows Privilege Escalation to Instance Owner

Impact n8n's Enterprise SSO instance-role provisioning maps a role claim asserted by the configured Identity Provider IdP to an n8n global role and applies it during authentication. The provisioning path did not prevent assignment of the global:owner role, unlike the token-exchange identity path,...

8.8CVSS5.5AI score0.00308EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/07/22 9:32 p.m.17 views

Netty: [SpdyHttpDecoder] ByteBuf Reference Leak on RST_STREAM Leads to Native Memory Exhaustion

The SpdyHttpDecoder handler in Netty's SPDY-to-HTTP codec allocates a pooled ByteBuf when processing a client-initiated SYNSTREAM frame with FLAGFIN=0, storing the partially-constructed FullHttpRequest in an internal map messageMap to accumulate subsequent DATA frames. When the remote peer sends ...

8.7CVSS5.4AI score0.00612EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/22 1:10 p.m.9 views

CVE-2026-55990

In NLnet Labs Unbound 1.7.0 up to and including 1.25.1, when the 'dnscrypt:' clause lists more 'dnscrypt-provider-cert:' files than there are matching 'dnscrypt-secret-key:' files, Unbound fills only the matched prefix and leaves the tail slots at the '0xdb' fill that libsodium's allocator writes...

5.9CVSS5.2AI score0.00257EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder