Lucene search
+L

20133 matches found

Mageia
Mageia
added 2026/05/07 5:6 a.m.18 views

Updated libtiff packages fix security vulnerability

Arbitrary code execution or denial of service via signed integer overflow in tiff file processing. CVE-2026-4775...

7.8CVSS7.5AI score0.00553EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/07 5:6 a.m.19 views

MGASA-2026-0114 Updated libtiff packages fix security vulnerability

Arbitrary code execution or denial of service via signed integer overflow in tiff file processing. CVE-2026-4775...

7.8CVSS7.5AI score0.00553EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/07 4:16 a.m.22 views

CVE-2026-41675

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. In @xmldom/xmldom prior to versions 0.9.10 and 0.8.13 and xmldom version 0.6.0 and prior, the package allows attacker-controlled processing instruction data to be serialized into XML without...

8.7CVSS0.00408EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2026/05/07 3:49 a.m.10 views

CVE-2026-41675 xmldom: XML node injection through unvalidated processing instruction serialization

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. In @xmldom/xmldom prior to versions 0.9.10 and 0.8.13 and xmldom version 0.6.0 and prior, the package allows attacker-controlled processing instruction data to be serialized into XML without...

8.7CVSS5.8AI score0.00408EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/05/07 3:49 a.m.87 views

CVE-2026-41675 xmldom: XML node injection through unvalidated processing instruction serialization

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. In @xmldom/xmldom prior to versions 0.9.10 and 0.8.13 and xmldom version 0.6.0 and prior, the package allows attacker-controlled processing instruction data to be serialized into XML without...

8.7CVSS0.00408EPSS
SaveExploits0References4
CVE
CVE
added 2026/05/07 3:49 a.m.206 views

CVE-2026-41675

CVE-2026-41675 affects the xmldom/xmldom package. The vulnerability stems from attacker-controlled processing instruction data being serialized without validating or neutralizing the PI-closing sequence ?>, allowing injection of arbitrary XML nodes into the serialized output. Affected versions...

8.7CVSS5.8AI score0.00408EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/07 3:49 a.m.6 views

CVE-2026-41675 xmldom: XML node injection through unvalidated processing instruction serialization

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. In @xmldom/xmldom prior to versions 0.9.10 and 0.8.13 and xmldom version 0.6.0 and prior, the package allows attacker-controlled processing instruction data to be serialized into XML without...

8.7CVSS6AI score
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2026/05/07 3:49 a.m.9 views

CVE-2026-41675

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. In @xmldom/xmldom prior to versions 0.9.10 and 0.8.13 and xmldom version 0.6.0 and prior, the package allows attacker-controlled processing instruction data to be serialized into XML without...

8.7CVSS5.8AI score0.00408EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/05/07 3:49 a.m.18 views

EUVD-2026-28290

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. In @xmldom/xmldom prior to versions 0.9.10 and 0.8.13 and xmldom version 0.6.0 and prior, the package allows attacker-controlled processing instruction data to be serialized into XML without...

8.7CVSS5.8AI score0.00408EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/05/07 3:13 a.m.22 views

imageproc: integer overflow in kernel size check leads to out-of-bounds read

A bounds verification of a slice storage of a 2-dimensional matrix's coefficients a kernel would compare the total size against the product of individual dimensions. This would erroneously cast after the multiplication and consequently fail to detect possible violations when overflow occurs...

5.8AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/05/07 3:13 a.m.11 views

GHSA-W5P8-4JCX-2J6R imageproc: integer overflow in kernel size check leads to out-of-bounds read

A bounds verification of a slice storage of a 2-dimensional matrix's coefficients a kernel would compare the total size against the product of individual dimensions. This would erroneously cast after the multiplication and consequently fail to detect possible violations when overflow occurs...

6.9CVSS5.8AI score
SaveExploits0References2
OSV
OSV
added 2026/05/07 3:10 a.m.14 views

GHSA-QG8R-F7X3-25F7 imageproc: Out-of-bounds read via NaN coordinates in bilinear/bicubic sampling

A bounds check was performed in floating points before a cast to the index passed to an unchecked access function. This checked considered NaN cases improperly, causing them to succeed the check instead of failing it. The floating point coordinate is under caller control by passing a selected...

6.9CVSS5.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/05/07 3:10 a.m.21 views

imageproc: Out-of-bounds read via NaN coordinates in bilinear/bicubic sampling

A bounds check was performed in floating points before a cast to the index passed to an unchecked access function. This checked considered NaN cases improperly, causing them to succeed the check instead of failing it. The floating point coordinate is under caller control by passing a selected...

5.9AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/05/07 3:3 a.m.16 views

GHSA-5QV7-J6W5-FR4M imageproc has fragile bounds check when sampling from image

A read of pixels was coded as modifying coordinates to lie within the image bounds. It would calculate a coordinate by adding a constant to an input and taking the minimum of the resulting coordinate and 'dimension - 1'. This would not protect against malicious inputs that could overflow the...

6.9CVSS5.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/05/07 3:3 a.m.23 views

imageproc has fragile bounds check when sampling from image

A read of pixels was coded as modifying coordinates to lie within the image bounds. It would calculate a coordinate by adding a constant to an input and taking the minimum of the resulting coordinate and 'dimension - 1'. This would not protect against malicious inputs that could overflow the...

5.9AI score
SaveExploits0References2Affected Software1
SUSE CVE
SUSE CVE
added 2026/05/07 2:16 a.m.19 views

SUSE CVE-2026-43254

In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - fix packet extraction from stream When processing TCP stream data in ovpntcprecv, we receive large cloned skbs from strprcv that may contain multiple coalesced packets. The current implementation has two bugs: 1. Head...

7.5CVSS5.7AI score0.00451EPSS
SaveExploits0References3
Chainguard
Chainguard
added 2026/05/07 1:17 a.m.19 views

GHSA-98QH-XJC8-98PQ vulnerabilities

Vulnerabilities for packages: apache-hop-fips, apache-hop, sonarqube, geoserver, flyway-fips, druid, kayenta, camunda-zeebe, apicurio-registry, ghidra, debezium, hono, nacos, guacamole-client, flyway, kayenta-fips, seata, dependency-track, dependency-track-apiserver, nuxeo, thingsboard, camunda,...

5.2AI score
SaveExploits0
Snyk
Snyk
added 2026/05/07 12:55 a.m.9 views

Incomplete List of Disallowed Inputs

Overview Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs via the metadata process. An attacker can rename, move, or create links to files within the container by submitting specially crafted metadata values that bypass the intended blocklist. This may also...

8.8CVSS5.9AI score0.0029EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/05/07 12:0 a.m.13 views

CVE-2026-41675

xmldom is a pure JavaScript W3C standard-based XML DOM Level 2 Core DOMParser and XMLSerializer module. In @xmldom/xmldom prior to versions 0.9.10 and 0.8.13 and xmldom version 0.6.0 and prior, the package allows attacker-controlled processing instruction data to be serialized into XML without...

8.7CVSS5.7AI score0.00408EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/07 12:0 a.m.11 views

ALSA-2026:14929 Important: mingw-libtiff security update

The libtiff package contains a library of functions for manipulating TIFF Tagged Image File Format image format files. TIFF is a widely used file format for bitmapped images. TIFF files usually end in the .tif extension and they are often quite large. The libtiff package should be installed if yo...

7.8CVSS6.2AI score0.00553EPSS
SaveExploits0References4
Rows per page
Query Builder