Lucene search
+L

118388 matches found

OSV
OSV
added 2026/07/28 9:25 p.m.10 views

CVE-2026-55390 Arbitrary local file read via XSD `schemaLocation` (`xs:include`/`xs:import`) path traversal, with no remote-ref gate

datamodel-code-generator generates Python data models from schema definitions. From 0.59.0 until 0.62.0, XML Schema parsing in src/datamodelcodegenerator/parser/xmlschema.py for --input-file-type xmlschema resolves xs:include, xs:import, xs:redefine, and xs:override schemaLocation values outside...

7.5CVSS5.9AI score
SaveExploits0References5
NVD
NVD
added 2026/07/28 9:17 p.m.15 views

CVE-2026-15280

IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.8 ND Collective Controller is affected by a path-segment injection vulnerability in the collective routing mechanism...

7.5CVSS0.00335EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/07/28 9:10 p.m.15 views

kernel: ipc: limit next_id allocation to the valid ID range

A flaw was found in the Linux kernel. The ipcidralloc function, used in the checkpoint/restore path for SysV Inter-Process Communication IPC ID allocation, does not properly limit ID allocation to the valid range. This can result in the system attempting to dereference freed memory, leading to a...

7.8CVSS5.8AI score0.00157EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/07/28 8:31 p.m.13 views

CVE-2026-14973 Path Traversal in IBM Desktop App

IBM Aspera Desktop App 1.0.5 through 1.0.19 IBM Aspera for desktop can allow files to be written outside of the user's selected download destination...

9.3CVSS5.8AI score0.00304EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/28 8:31 p.m.51 views

CVE-2026-14973

IBM Aspera Desktop App versions 1.0.5–1.0.19 are affected by CVE-2026-14973, a path traversal flaw that can allow files to be written outside the user-selected download destination. The IBM Security Bulletin (CVE-2026-14973) and related records confirm the vulnerable component and version range, ...

9.3CVSS5.8AI score0.00304EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/07/28 8:31 p.m.51 views

CVE-2026-14973 Path Traversal in IBM Desktop App

IBM Aspera Desktop App 1.0.5 through 1.0.19 IBM Aspera for desktop can allow files to be written outside of the user's selected download destination...

9.3CVSS0.00304EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/28 8:29 p.m.46 views

CVE-2026-14976

IBM WebSphere Application Server Liberty (Liberty 17.0.0.3–26.0.0.8) is affected by CVE-2026-14976, a remote code execution vulnerability when the collectiveController-1.0 feature is enabled. The IBM security bulletins identify the root exposure as a missing-authentication vulnerability that can ...

9.8CVSS6.5AI score0.00305EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/07/28 8:29 p.m.42 views

CVE-2026-14976 IBM WebSphere Application Server Liberty is affected by a remote code execution and path-segment injection vulnerability

IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.8 is affected by remote code execution with the collectiveController-1.0 feature enabled...

7.1CVSS0.00305EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/28 8:29 p.m.14 views

CVE-2026-14976 IBM WebSphere Application Server Liberty is affected by a remote code execution and path-segment injection vulnerability

IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.8 is affected by remote code execution with the collectiveController-1.0 feature enabled...

7.1CVSS6.5AI score0.00305EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/28 8:18 p.m.20 views

EUVD-2026-36072

Fission: SanitizeFilePath lexical HasPrefix bypass permits sibling-directory escape...

3.6CVSS5.8AI score0.00115EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/28 8:18 p.m.12 views

GHSA-R5JH-Q2MW-GCX4 Fission: SanitizeFilePath lexical HasPrefix bypass permits sibling-directory escape

SanitizeFilePath in pkg/utils/utils.go validated that a path stayed under a safe directory by calling strings.HasPrefixpath, safedir. This is a lexical check, not a directory boundary check: /packages-extra/evil starts with /packages, so it passed. The function did not enforce a path-separator...

3.6CVSS5.8AI score0.00115EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2026/07/28 8:17 p.m.10 views

CVE-2026-56722 Dompdf: Local file read due to improper file path validation in SVG images encoded as data-URI

Dompdf is an HTML to PDF converter for PHP. In versions 3.15 and prior, aAn attacker who controls the HTML input can bypass this restriction by embedding a target file path inside an SVG image delivered through a data: URI, because dompdf processes the SVG twice and the second pass does not...

6.3CVSS6AI score0.00329EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2026/07/28 8:17 p.m.42 views

CVE-2026-56722 Dompdf: Local file read due to improper file path validation in SVG images encoded as data-URI

Dompdf is an HTML to PDF converter for PHP. In versions 3.15 and prior, aAn attacker who controls the HTML input can bypass this restriction by embedding a target file path inside an SVG image delivered through a data: URI, because dompdf processes the SVG twice and the second pass does not...

6.3CVSS0.00329EPSS
SaveExploits1References4
CVE
CVE
added 2026/07/28 8:17 p.m.93 views

CVE-2026-56722

Dompdf (PHP HTML-to-PDF library) prior to v3.16 is vulnerable to local-file read via SVG in a data: URI. The attack wraps a local file path in an SVG image; dompdf processes the SVG twice, and the second pass hands the image to php-svg-lib with external references enabled. php-svg-lib then reads ...

6.3CVSS6AI score0.00329EPSS
SaveExploits1References4Affected Software1
NVD
NVD
added 2026/07/28 8:17 p.m.11 views

CVE-2026-55554

Dompdf is an HTML to PDF converter for PHP. In versions 3.15 and prior, the validateLocalUri method enforces chroot boundaries with a strpos prefix check after normalizing paths with realpath . Because normalization strips the trailing directory separator from $chrootPath , the check only...

7.5CVSS0.00326EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/28 8:17 p.m.13 views

DEBIAN-CVE-2026-55554

Dompdf is an HTML to PDF converter for PHP. In versions 3.15 and prior, the validateLocalUri method enforces chroot boundaries with a strpos prefix check after normalizing paths with realpath . Because normalization strips the trailing directory separator from $chrootPath , the check only...

7.5CVSS5.8AI score0.00326EPSS
SaveExploits1References1
EUVD
EUVD
added 2026/07/28 8:16 p.m.20 views

EUVD-2026-36071

Fission: Zip Slip in pkg/utils/zip.go:Unarchive allows fetcher to write outside the destination directory...

7.7CVSS5.8AI score0.00301EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/28 8:16 p.m.13 views

GHSA-Q6VM-XQC9-V3FF Fission: Zip Slip in pkg/utils/zip.go:Unarchive allows fetcher to write outside the destination directory

Unarchive in pkg/utils/zip.go joined each archive entry name with the destination directory via filepath.Join and wrote the result without checking whether the resolved path stayed under the destination. A zip entry named ../../tmp/evil therefore landed at /tmp/evil. An attacker who could control...

7.7CVSS5.8AI score0.00301EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/28 8:16 p.m.10 views

GHSA-VCHH-R53J-8MPW Fission: HTTPTrigger admission omits RelativeURL / Prefix validation; kubectl apply bypasses CLI checks

HTTPTriggerSpec.Validate validated Methods, FunctionReference, Host, IngressConfig, and CorsConfig, but silently skipped RelativeURL and Prefix. Those two fields were validated at the CLI level only pkg/fission-cli/cmd/httptrigger/create.go:83. The post-CRD-modernization webhook for HTTPTrigger w...

4.3CVSS5.8AI score0.00228EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/28 8:09 p.m.15 views

EUVD-2026-50023

IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.8 ND Collective Controller is affected by a path-segment injection vulnerability in the collective routing mechanism...

7.5CVSS5.9AI score0.00335EPSS
SaveExploits0References1
Rows per page
Query Builder