Lucene search
+L

8750 matches found

AlmaLinux
AlmaLinux
•added 2026/07/14 12:00 a.m.•16 views

Important: git-lfs security update

Git Large File Storage LFS replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server. Security Fixes: net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME...

7.5CVSS7AI score0.00878EPSS
SaveExploits0References4
AlmaLinux
AlmaLinux
•added 2026/07/14 12:00 a.m.•16 views

Important: git-lfs security update

Git Large File Storage LFS replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server. Security Fixes: net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME...

7.5CVSS7AI score0.00878EPSS
SaveExploits0References4
Oracle linux
Oracle linux
•added 2026/07/14 12:00 a.m.•16 views

git-lfs security update

3.7.1-4.2 - Rebuild with new Golang - Resolves: RHEL-187329...

7.5CVSS6.9AI score0.00878EPSS
SaveExploits0
Oracle linux
Oracle linux
•added 2026/07/14 12:00 a.m.•15 views

git-lfs security update

3.4.1-12 - Rebuild with new Golang - Resolves: RHEL-187191...

7.5CVSS6.9AI score0.00878EPSS
SaveExploits0
OSV
OSV
•added 2026/07/14 12:00 a.m.•16 views

ALSA-2026:39272 Important: git-lfs security update

Git Large File Storage LFS replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server. Security Fixes: net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME...

7.5CVSS7AI score0.00878EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/07/14 12:00 a.m.•25 views

PT-2026-58911

Several Grafana API endpoints, some of them unauthenticated, do not limit the size of the request body before processing it. An attacker can send very large payloads that force excessive memory allocation, potentially exhausting memory and causing a denial of service...

7.5CVSS6.1AI score0.0046EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/07/14 12:00 a.m.•30 views

RHEL 9 : git-lfs (RHSA-2026:39319)

The remote Redhat Enterprise Linux 9 host has a package installed that is affected by a vulnerability as referenced in the RHSA-2026:39319 advisory. Git Large File Storage LFS replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing t...

7.5CVSS6.2AI score0.00878EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/07/14 12:00 a.m.•20 views

PT-2026-58010

An attacker with access to an HX 10.0.0 and previous versions, may send specially-crafted data to the HX console. The malicious detection would then trigger decompression of a large file that consumes an excessive amount of system resources thus causing a Denial of Service...

6CVSS6.1AI score0.00332EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/07/14 12:00 a.m.•54 views

PT-2026-58105

Name of the Vulnerable Software and Affected Versions Pillow versions prior to 12.3.0 Description The public rank-filter API in the Pillow Python imaging library allows a native heap out-of-bounds write when a very large odd filter size is provided. This occurs because the...

8.3CVSS6.1AI score0.0068EPSS
SaveExploits2References64
Positive Technologies
Positive Technologies
•added 2026/07/14 12:00 a.m.•31 views

PT-2026-58107

Name of the Vulnerable Software and Affected Versions pyasn1 versions prior to 0.6.4 Description The univ.Real type converts its mantissa, base, and exponent value to a Python float using exact big-integer exponentiation. A BER, CER, or DER encoded REAL value containing a very large exponent can...

7.5CVSS5.2AI score0.00616EPSS
SaveExploits0References89
PyPA
PyPA
•added 2026/07/13 3:46 p.m.•40 views

Soup Sieve has Memory Exhaustion via Large Comma-Separated Selector Lists

SummaryThe CSS selector parser in soupsieve the CSS selector engine for Beautiful Soup 4 allocates unbounded memory when compiling large comma-separated selector lists. An attacker who can supply a crafted CSS selector string to soupsieve.compile or Beautiful Soup's .select / .selectone can cause...

7.5CVSS6.2AI score0.00644EPSS
SaveExploits1References5Affected Software1
OSV
OSV
•added 2026/07/13 3:46 p.m.•16 views

PYSEC-2026-3071 Soup Sieve has Memory Exhaustion via Large Comma-Separated Selector Lists

Summary The CSS selector parser in soupsieve the CSS selector engine for Beautiful Soup 4 allocates unbounded memory when compiling large comma-separated selector lists. An attacker who can supply a crafted CSS selector string to soupsieve.compile or Beautiful Soup's .select / .selectone can caus...

7.5CVSS6.2AI score0.00644EPSS
SaveExploits1References5
OSV
OSV
•added 2026/07/13 3:46 p.m.•22 views

PYSEC-2026-3404 vLLM: OOM Denial of Service via Audio Decompression Bomb

Summary vLLM's /v1/audio/transcriptions endpoint limits compressed upload size but not decoded PCM output. A 25MB OPUS file expands to 14.9GB of float32 PCM at decode time. Tested on vLLM v0.19.0. Details SpeechToTextProcessor rejects uploads over VLLMMAXAUDIOCLIPFILESIZEMB default 25MB based on...

6.5CVSS6.1AI score0.00422EPSS
SaveExploits0References8
PyPA
PyPA
•added 2026/07/13 3:46 p.m.•28 views

pypdf: Manipulated XMP metadata streams can exhaust RAM

ImpactAn attacker who uses this vulnerability can craft a PDF which leads to large memory usage. This requires parsing large XMP metadata, possibly with lots of unnecessary elements. PatchesThis has been fixed in pypdf==6.12.1. WorkaroundsIf you cannot upgrade yet, consider applying the changes...

6.9CVSS6AI score0.00181EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2026/07/13 3:46 p.m.•11 views

PYSEC-2026-3016 pypdf: Possible large memory usage for large offsets for layout mode text

Impact An attacker who uses this vulnerability can craft a PDF which leads to large memory usage. This requires extracting text in layout mode with large character offsets. Patches This has been fixed in pypdf==6.12.0. Workarounds If developers are unable to immediately upgrade, they should...

4.8CVSS6AI score0.00179EPSS
SaveExploits0References7
PyPA
PyPA
•added 2026/07/13 3:46 p.m.•28 views

pypdf: Possible long runtimes for zero-only width values in cross-reference streamsuntimes for zero-only width values in cross-reference streams

ImpactAn attacker who uses this vulnerability can craft a PDF which leads to long runtimes. This requires cross-reference streams with /W 0 0 0 values and large /Size values. PatchesThis has been fixed in pypdf==6.12.0. WorkaroundsIf developers are unable to upgrade their apps immediately, they...

5.1CVSS6AI score0.00172EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
•added 2026/07/13 3:46 p.m.•23 views

pypdf: Possible large memory usage for large offsets for layout mode text

ImpactAn attacker who uses this vulnerability can craft a PDF which leads to large memory usage. This requires extracting text in layout mode with large character offsets. PatchesThis has been fixed in pypdf==6.12.0. WorkaroundsIf developers are unable to immediately upgrade, they should consider...

5.5CVSS6AI score0.00179EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
•added 2026/07/13 3:40 p.m.•191 views

CVE-2026-13221 Perl versions before 5.40.5-RC1, from 5.41.0 before 5.42.3-RC1, from 5.43.0 before 5.43.10 produce silently incorrect regular expression matches when an alternation of more than 65535 fixed string branches is compiled into a trie in Perl_study_chunk

Perl versions before 5.40.5-RC1, from 5.41.0 before 5.42.3-RC1, from 5.43.0 before 5.43.10 produce silently incorrect regular expression matches when an alternation of more than 65535 fixed string branches is compiled into a trie in Perlstudychunk. When such branches are combined into a trie, the...

0.00432EPSS
SaveExploits0References2
AlpineLinux
AlpineLinux
•added 2026/07/13 3:40 p.m.•26 views

CVE-2026-13221

Perl versions before 5.40.5-RC1, from 5.41.0 before 5.42.3-RC1, from 5.43.0 before 5.43.10 produce silently incorrect regular expression matches when an alternation of more than 65535 fixed string branches is compiled into a trie in Perlstudychunk. When such branches are combined into a trie, the...

9.1CVSS5.7AI score0.00432EPSS
SaveExploits0References3
CVE
CVE
•added 2026/07/13 3:40 p.m.•410 views

CVE-2026-13221

CVE-2026-13221 affects Perl versions through 5.43.9. When an alternation of more than 65,535 fixed-string branches is compiled into a trie in Perl_study_chunk, the 16‑bit delta between the first branch and the shared tail overflows. The trie’s match decision table is truncated with no warning, pr...

9.1CVSS5.7AI score0.00432EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder