Lucene search
+L
DebiancveRecent

66246 matches found

Debian CVE
Debian CVE
•added 2026/07/06 7:38 p.m.•20 views

CVE-2026-59089

A flaw was found in GIMP. The PlayStation TIM loader, responsible for handling PlayStation image files, incorrectly calculates the size of the Color Look-Up Table CLUT due to an integer overflow. This occurs when multiplying numcolors and numcluts, both 16-bit unsigned short integers, resulting i...

5.5CVSS6AI score0.00296EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/06 7:35 p.m.•18 views

CVE-2026-53763

OP-TEE is a Trusted Execution Environment TEE designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Starting in version 3.0.0 and prior to version 4.11.0, 32-bit integer overflows in OP-TEE core's AES-GCM implementation cause the...

3.8CVSS6AI score0.00194EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 7:33 p.m.•32 views

CVE-2026-44362

OP-TEE is a Trusted Execution Environment TEE designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Starting in version 3.20.0 and prior to version 4.11.0, a vulnerability in OP-TEE’s subkey rollback protection allows the use of revoked ...

5.5CVSS6AI score0.00178EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 7:31 p.m.•31 views

CVE-2026-42546

OP-TEE is a Trusted Execution Environment TEE designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Starting in version 3.3.0 and prior to version 4.11.0, a resource leak exists in OP-TEE’s shared memory cleanup logic because the functio...

3.8CVSS6AI score0.00151EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 7:31 p.m.•21 views

CVE-2026-50133

Hugo is a static site generator. Prior to 0.162.0, Hugo accepts content files in several markup formats. Files mapped to the text/html media type typically .html files under /content, or pages produced by a content adapter that sets content.mediaType = "text/html" had their body emitted verbatim...

6.1CVSS5.5AI score0.00327EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 7:27 p.m.•13 views

CVE-2026-41516

OP-TEE is a Trusted Execution Environment TEE designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Starting in version 4.5.0 and prior to version 4.11.0, the RSA PKCS1 v1.5 decryption implementation in the Hisilicon HPRE crypto driver...

3.3CVSS6AI score0.00138EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/06 7:25 p.m.•16 views

CVE-2026-58403

Hugo is a static site generator. From v0.123.0 through v0.163.0, Hugo's virtual filesystem is designed so that files under a mount cannot reach outside the mount tree, but a regression caused RootMappingFs.statRoot to call Stat, which follows symlinks, instead of Lstat, so a direct os.ReadFile...

6.5CVSS5.9AI score0.00475EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 7:25 p.m.•14 views

CVE-2026-41515

OP-TEE is a Trusted Execution Environment TEE designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Starting in version 3.9.0 and prior to version 4.11.0, the RSA-OAEP decryption implementation in the NXP CAAM crypto driver uses...

3.3CVSS6AI score0.00134EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 7:19 p.m.•18 views

CVE-2026-58402

Hugo is a static site generator. From 0.60.0 until 0.163.3, Hugo's default code-block renderer wrote the Markdown code-fence language or info-string into the code class="language-…" data-lang="…" wrapper without HTML escaping. A fence info-string containing a quote and a script payload breaks out...

5.4CVSS5.8AI score0.003EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 7:16 p.m.•13 views

CVE-2026-58404

Hugo is a static site generator. From v0.162.0 through v0.163.0, the default security.http.urls policy denies requests to loopback, internal, and cloud-metadata IPv4 literals, but the deny rule only matched dotted-decimal notation, so alternate IPv4 encodings of the same addresses, including...

6.8CVSS5.8AI score0.00368EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 7:06 p.m.•14 views

CVE-2026-41514

OP-TEE is a Trusted Execution Environment TEE designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Starting in version 4.5.0 and prior to version 4.11.0, the RSA-OAEP decryption implementation in the Hisilicon HPRE crypto driver uses...

3.3CVSS6AI score0.00134EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 6:55 p.m.•24 views

CVE-2026-54291

pgjdbc is an open source postgresql JDBC Driver. In releases 42.7.4 through 42.7.11, channelBinding=require connections can be silently downgraded from SCRAM-SHA-256-PLUS with channel binding to plain SCRAM-SHA-256 without it, losing the man-in-the-middle protection the setting is meant to...

8.2CVSS5.9AI score0.00236EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 6:52 p.m.•14 views

CVE-2026-55379

Pillow is a Python imaging library. Prior to 12.3.0, PIL/BdfFontFile.py bdfchar read the BBX width and height field from a BDF font file and passed attacker-controlled dimensions to Image.new without calling Image.decompressionbombcheck, bypassing Pillow's documented decompression bomb protection...

7.5CVSS6AI score0.00421EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/06 6:50 p.m.•22 views

CVE-2026-55380

Pillow is a Python imaging library. Prior to 12.3.0, PIL/GdImageFile.py GdImageFile.open read image dimensions from the GD 2.x header and stored them in self.size without calling Image.decompressionbombcheck, allowing a crafted .gd file to trigger excessive C-heap allocation when loaded. This iss...

7.5CVSS6AI score0.00418EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/06 6:49 p.m.•17 views

CVE-2026-54060

Pillow is a Python imaging library. Prior to 12.3.0, PIL/FontFile.py FontFile.compile assembled per-glyph images into a combined bitmap with Image.new"1", xsize, ysize without calling Image.decompressionbombcheck, allowing a font to trigger excessive allocation during conversion or saving. This...

7.5CVSS6AI score0.00418EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/06 6:46 p.m.•18 views

CVE-2026-54059

Pillow is a Python imaging library. Prior to 12.3.0, PIL/PcfFontFile.py loadbitmaps read glyph dimensions from the PCF METRICS section and passed them directly to Image.frombytes without calling Image.decompressionbombcheck, allowing crafted PCF font data to cause excessive memory allocation. Thi...

7.5CVSS6AI score0.0041EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/06 6:44 p.m.•24 views

CVE-2026-55798

Pillow is a Python imaging library. Prior to 12.3.0, WindowsViewer.getcommand constructed a cmd.exe shell command by directly embedding a file path into an f-string without escaping and passed the result to subprocess.Popen..., shell=True, allowing shell metacharacters in the file path to inject...

4.5CVSS6AI score0.00179EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/06 5:24 p.m.•30 views

CVE-2026-41434

OP-TEE is a Trusted Execution Environment TEE designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Starting in version 3.10.0 and prior to version 4.11.0, an unbounded recursion can crash the PKCS11 TA. Version 4.11.0 contains a patch. ...

3.3CVSS6AI score0.00151EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 4:26 p.m.•20 views

CVE-2026-40257

OP-TEE is a Trusted Execution Environment TEE designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Starting in version 3.21.0 and prior to version 4.11.0, the ARM Crypto Extensions accelerated SHA-3 implementation has an off-by-one erro...

5.5CVSS6AI score0.00153EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 3:42 p.m.•31 views

CVE-2026-43825

Untrusted Java Deserialization in Apache OpenNLP SvmDoccatModel Versions Affected: before 3.0.0-M4 libsvm document categorization module; introduced in OPENNLP-1808 and only present on the 3.x line Description: SvmDoccatModel.deserializeInputStream reads an attacker-controlled stream with...

7.3CVSS6.7AI score0.13921EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 2:32 p.m.•18 views

CVE-2026-13122

OpenVPN version 2.6.0 through 2.6.20 and 2.7alpha1 through 2.7.4 allows remote attackers to cause a denial of service via a malformed authentication token that triggers a reachable assertion when external-auth is enabled...

5.9CVSS6AI score0.00294EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 2:24 p.m.•28 views

CVE-2026-58203

pydantic-settings provides settings management using Pydantic. From 2.12.0 until 2.14.2, NestedSecretsSettingsSource reads secret values from files in a configured secretsdir. When secretsnestedsubdir=True, a directory entry inside secretsdir that is a symbolic link pointing outside secretsdir is...

5.3CVSS6AI score0.00185EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/06 2:13 p.m.•13 views

CVE-2026-13698

A memory leak in OpenVPN version 2.5.0 through 2.5.11, 2.6.0 through 2.6.20 and 2.7alpha1 through 2.7.4 allows remote attackers with a valid tls-crypt-v2 client key to potentially cause a denial of service...

7.5CVSS6AI score0.00314EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 1:58 p.m.•15 views

CVE-2026-58380

A flaw was found in GIMP's PNM file format parser. When parsing a specially crafted PNM file, the pnmscannergettoken function writes a null terminator one byte past the end of a stack-allocated buffer due to an off-by-one error in the loop boundary check. This could lead to memory corruption,...

7.8CVSS6.3AI score0.00257EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/06 12:04 p.m.•24 views

CVE-2026-13708

Imager::File::JPEG versions before 1.003 for Perl leak heap memory when reading a JPEG with repeated APP13 markers in ireadjpegwiol. ireadjpegwiol walks the marker list libjpeg returns and, for each APP13 marker, allocates a new buffer with iptcitext = mymalloc... and overwrites the previous...

7.5CVSS6.1AI score0.00609EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 12:03 p.m.•15 views

CVE-2026-13705

Imager versions before 1.032 for Perl have a heap out-of-bounds read in the bundled Imager::File::SGI reader via a 16-bit RLE literal run in readrgb16rle. readrgb16rle guards each literal run with if count dataleft, but count is a pixel count while every 16-bit sample consumes two bytes. The copy...

7.1CVSS6AI score0.00175EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 11:45 a.m.•11 views

CVE-2025-15668

Removed by vendor...

4.8CVSS5.8AI score0.00173EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 11:15 a.m.•9 views

CVE-2025-15667

Removed by vendor...

4.8CVSS5.8AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 6:15 a.m.•21 views

CVE-2026-14801

Removed by vendor...

4.8CVSS5.8AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 2:15 a.m.•21 views

CVE-2026-14790

Removed by vendor...

4.8CVSS5.8AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 2:00 a.m.•20 views

CVE-2026-14789

A vulnerability was detected in radareorg radare2 up to 6.1.6. Affected by this issue is some unknown functionality of the file libr/bin/format/mdmp/mdmp.c of the component Memory64ListStream Parser. Performing a manipulation results in stack-based buffer overflow. The attack requires a local...

7.8CVSS6.2AI score0.00222EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/06 1:45 a.m.•21 views

CVE-2026-14788

A security vulnerability has been detected in radareorg radare2 up to 6.1.6. Affected by this vulnerability is the function rcorebinload of the file libr/core/cfile.c. Such manipulation leads to use after free. The attack needs to be performed locally. The exploit has been disclosed publicly and...

7.8CVSS5.2AI score0.00199EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/06 1:34 a.m.•17 views

CVE-2026-14803

Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder. The pure-Perl decode path decodevalue dispatching to decodearray and decodeobject recurses with no depth limit, so a small deeply nested JSON document can consume excessive memory...

6.5CVSS6AI score0.0053EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/06 1:30 a.m.•30 views

CVE-2026-14787

A weakness has been identified in radareorg radare2 up to 6.1.6. Affected is the function cmdprint in the library libr/core/cmdprint.inc of the component pb Print Command Handler. This manipulation causes integer overflow. The attack needs to be launched locally. The exploit has been made availab...

7.8CVSS5.5AI score0.00205EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/06 1:00 a.m.•27 views

CVE-2026-14786

A security flaw has been discovered in radareorg radare2 up to 6.1.6. This impacts the function rstrwordget0set of the file libr/util/str.c. The manipulation results in integer overflow. The attack must be initiated from a local position. The exploit has been released to the public and may be use...

5.5CVSS5.7AI score0.00189EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/05 3:45 p.m.•19 views

CVE-2026-14761

A security vulnerability has been detected in radareorg radare2 up to 6.1.6. The affected element is the function rstrndup/rstrappend of the file libr/util/str.c. The manipulation leads to integer overflow. An attack has to be approached locally. The exploit has been disclosed publicly and may be...

5.5CVSS5.2AI score0.00189EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/05 3:30 p.m.•14 views

CVE-2026-14760

A weakness has been identified in radareorg radare2 up to 6.1.6. Impacted is the function rcoreseekarchbits of the file libr/core/disasm.c of the component regprofile Handler. Executing a manipulation can lead to use after free. The attack requires local access. The exploit has been made availabl...

7.8CVSS5.5AI score0.00199EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/05 3:15 p.m.•21 views

CVE-2026-14759

A security flaw has been discovered in radareorg radare2 up to 6.1.6. This issue affects the function rbinjavainnerclassesattrcalcsize of the file shlr/java/class.c of the component RBinJava Line Number Table Parser. Performing a manipulation results in heap-based buffer overflow. The attack...

7.8CVSS6.1AI score0.00222EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/05 3:00 p.m.•26 views

CVE-2026-14758

A vulnerability was identified in radareorg radare2 up to 6.1.6. This vulnerability affects the function cmdanalopcode of the file libr/core/cmdanal.inc.c of the component hexpairs Parser. Such manipulation leads to integer overflow. The attack needs to be performed locally. The exploit is public...

5.5CVSS5.6AI score0.00189EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/05 2:45 p.m.•21 views

CVE-2026-14757

A vulnerability was determined in radareorg radare2 up to 6.1.6. This affects the function coreanalbytes of the file libr/core/cmdanal.inc. This manipulation causes integer overflow. The attack needs to be launched locally. The exploit has been publicly disclosed and may be utilized. It is...

7.8CVSS5.6AI score0.00208EPSS
SaveExploits1
Debian CVE
Debian CVE
•added 2026/07/05 1:30 a.m.•15 views

CVE-2026-14570

Crypt::DSA versions before 1.22 for Perl draw the DSA signing nonce and private key from a biased random generator, leading to private-key recovery. "Crypt::DSA::Util::makerandom forces the high bit of every value it returns to obtain an exactly N-bit integer for prime search. The signing nonce a...

7.5CVSS5.9AI score0.00508EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/05 12:00 a.m.•24 views

CVE-2026-14686

A vulnerability was found in HdrHistogram up to 2.2.2. This issue affects the function org.HdrHistogram.DoubleHistogram.recordValue of the file src/main/java/org/HdrHistogram/DoubleHistogram.java of the component Range Check. Performing a manipulation results in incorrect comparison. The attack i...

4.8CVSS4.4AI score0.00325EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/04 11:45 p.m.•23 views

CVE-2026-14685

A vulnerability has been found in HdrHistogram up to 2.2.2. This vulnerability affects the function recordValueWithCount of the file src/main/java/org/HdrHistogram/AbstractHistogram.java of the component AbstractHistogram. Such manipulation of the argument Count leads to state issue. The attack c...

4.8CVSS4.3AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/04 11:30 p.m.•27 views

CVE-2026-14684

A flaw has been found in HdrHistogram up to 2.2.2. This affects the function org.HdrHistogram.AbstractHistogram.decodeFromByteBuffer of the file src/main/java/org/HdrHistogram/AbstractHistogram.java. This manipulation of the argument numberOfSignificantValueDigits causes uncontrolled memory...

4.8CVSS4.3AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/04 11:00 p.m.•23 views

CVE-2026-14683

A vulnerability was detected in HdrHistogram up to 2.2.2. Affected by this issue is the function org.HdrHistogram.AbstractHistogram.decodeFromCompressedByteBuffer of the file src/main/java/org/HdrHistogram/AbstractHistogram.java. The manipulation of the argument lengthOfCompressedContents results...

4.8CVSS4.2AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/04 8:15 p.m.•20 views

CVE-2026-14651

A vulnerability has been found in connorskees grass up to 0.13.4. The impacted element is the function grasscompiler::selector::extend/grasscompiler::evaluate::visitor. The manipulation leads to denial of service. The attack must be carried out locally. The exploit has been disclosed to the publi...

4.8CVSS5.1AI score0.0016EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/04 8:00 p.m.•26 views

CVE-2026-14650

A flaw has been found in connorskees grass up to 0.13.4. The affected element is the function grasscompiler::rawtoparseerror of the component UTF-8 Character Handler. Executing a manipulation can lead to denial of service. The attack is restricted to local execution. The exploit has been publishe...

4.8CVSS5.5AI score0.00161EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/04 7:00 p.m.•14 views

CVE-2026-14647

A weakness has been identified in onnx up to 1.21.x. This vulnerability affects the function convPoolShapeInferenceopset19 of the file onnx/defs/nn/old.cc of the component onnxruntime. This manipulation causes out-of-bounds read. It is possible to initiate the attack remotely. The exploit has bee...

5.3CVSS5.5AI score0.0043EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/04 11:56 a.m.•19 views

CVE-2026-53362

In the Linux kernel, the following vulnerability has been resolved: ipv6: account for fraggap on the paged allocation path In ip6appenddata, when the paged-allocation branch is taken MSGMORE / NETIFFSG / large fraglen, alloclen and pagedlen are computed as alloclen = fragheaderlen + transhdrlen;...

7.8CVSS5.8AI score0.0051EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2026/07/04 11:54 a.m.•15 views

CVE-2026-53361

In the Linux kernel, the following vulnerability has been resolved: afunix: Set gcinprogress to true in unixgc. Igor Ushakov reported that unixgc could run with gcinprogress being false if the work is scheduled while running: Thread 1 Thread 2 Thread 3 -------- -------- -------- unixschedulegc...

7.1CVSS5.8AI score0.00193EPSS
SaveExploits0
Total number of security vulnerabilities66246