Lucene search
+L

116408 matches found

RedHat Linux
RedHat Linux
added 2026/08/21 4:57 p.m.13 views

python: Python pkgutil.get_data(): Path Traversal via improper resource argument validation

A flaw was found in Python's pkgutil.getdata function, which is used to retrieve data from packages. This function did not properly validate the resource argument, allowing a local attacker to perform path traversal attacks. Path traversal enables an attacker to access files and directories store...

4.4AI score0.00238EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/21 4:18 p.m.12 views

CVE-2026-75928

The Brushfire platform's video content streaming application https://online.brushfire.com exposes database path in requests to users, allowing a remote, unauthenticated attacker to read information about other users. Fixed February 2026...

6.9CVSS0.0039EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/21 4:10 p.m.17 views

EUVD-2026-63996

The Brushfire platform's video content streaming application https://online.brushfire.com exposes database path in requests to users, allowing a remote, unauthenticated attacker to read information about other users. Fixed February 2026...

6.9CVSS5.2AI score0.0039EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/21 4:10 p.m.33 views

CVE-2026-75928 Brushfire unauthenticated information disclosure

The Brushfire platform's video content streaming application https://online.brushfire.com exposes database path in requests to users, allowing a remote, unauthenticated attacker to read information about other users. Fixed February 2026...

6.9CVSS0.0039EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/21 4:10 p.m.22 views

CVE-2026-75928

The Brushfire platform's video content streaming application (online.brushfire.com) contains an information disclosure vulnerability where database paths are exposed in HTTP requests to users. This allows a remote, unauthenticated attacker to read information about other users. The CVSS v3.1 base...

6.9CVSS5.2AI score0.0039EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/21 4:10 p.m.33 views

CVE-2026-49114 ONNX symlink-following and path-traversal arbitrary file write

In ONNX before 1.21.0, the 'saveexternaldata' function builds the external-data file path from the model's externaldata location field and opens it for writing without 'ONOFOLLOW/OEXCL', after a non-atomic 'os.path.isfile' check. A local attacker with write access to the directory where a victim...

7.1CVSS0.00107EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/21 4:10 p.m.13 views

CVE-2026-49114 ONNX symlink-following and path-traversal arbitrary file write

In ONNX before 1.21.0, the 'saveexternaldata' function builds the external-data file path from the model's externaldata location field and opens it for writing without 'ONOFOLLOW/OEXCL', after a non-atomic 'os.path.isfile' check. A local attacker with write access to the directory where a victim...

7.1CVSS5.3AI score0.00107EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/21 4:10 p.m.21 views

CVE-2026-49114 ONNX symlink-following and path-traversal arbitrary file write

In ONNX before 1.21.0, the 'saveexternaldata' function builds the external-data file path from the model's externaldata location field and opens it for writing without 'ONOFOLLOW/OEXCL', after a non-atomic 'os.path.isfile' check. A local attacker with write access to the directory where a victim...

6.8CVSS5.5AI score
SaveExploits0References5
ICS
ICS
added 2026/08/21 3:41 p.m.12 views

ONNX symlink-following and path-traversal arbitrary file write

RISK EVALUATION A local attacker with write access to the directory where a victim serializes external data can deterministically pre-plant a symlink that is being followed, causing the victim's write to append to any file the victim can write, e.g. /.ssh/authorizedkeys, cron files, or...

7.1CVSS5.4AI score0.00107EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/21 3:16 p.m.11 views

CVE-2026-77815

toabspath in scripts/iib/tool.py normalised the requested path with os.path.normpath, which collapses dot segments but does not resolve symbolic links. A symlink placed inside a scanned directory therefore satisfies the containment comparison performed by ispathtrusted in scripts/iib/api.py while...

8.7CVSS0.0041EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/21 3:16 p.m.10 views

CVE-2026-77814

ispathtrusted in scripts/iib/api.py compares the requested path against each allowed parent directory with path.startswithparentpath, without appending a path separator. A directory whose name merely begins with an allowed path therefore satisfies the comparison, so where /data/images is allowed ...

8.7CVSS0.00409EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/21 3:16 p.m.9 views

CVE-2026-63343

Incus is a system container and virtual machine manager. Prior to version 7.3.0, a malicious image containing a metadata.yaml symlink pointing to an arbitrary host path allows an authenticated Incus user to read or overwrite any file on the host as root via the instance metadata API. The...

9.9CVSS0.00267EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/21 3:16 p.m.11 views

CVE-2026-48753

Incus is a system container and virtual machine manager. Prior to version 7.1.0, the S3 protocol upload endpoint is vulnerable to path traversal and allows creation of arbitrary files on the host. This behavior could lead to arbitrary command execution. Version 7.1.0 fixes the issue...

9.9CVSS0.00709EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/21 3:03 p.m.32 views

CVE-2026-77815 Infinite Image Browsing Resolves Paths With normpath, Allowing Symlink Escape From Scanned Directories

toabspath in scripts/iib/tool.py normalised the requested path with os.path.normpath, which collapses dot segments but does not resolve symbolic links. A symlink placed inside a scanned directory therefore satisfies the containment comparison performed by ispathtrusted in scripts/iib/api.py while...

8.7CVSS0.0041EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/21 3:03 p.m.21 views

CVE-2026-77815 Infinite Image Browsing Resolves Paths With normpath, Allowing Symlink Escape From Scanned Directories

toabspath in scripts/iib/tool.py normalised the requested path with os.path.normpath, which collapses dot segments but does not resolve symbolic links. A symlink placed inside a scanned directory therefore satisfies the containment comparison performed by ispathtrusted in scripts/iib/api.py while...

8.7CVSS5.5AI score
SaveExploits0References9
EUVD
EUVD
added 2026/08/21 3:03 p.m.16 views

EUVD-2026-63993

toabspath in scripts/iib/tool.py normalised the requested path with os.path.normpath, which collapses dot segments but does not resolve symbolic links. A symlink placed inside a scanned directory therefore satisfies the containment comparison performed by ispathtrusted in scripts/iib/api.py while...

8.7CVSS5.3AI score0.0041EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/21 3:03 p.m.26 views

CVE-2026-77815

Infinite Image Browsing (a Stable Diffusion WebUI extension) is vulnerable to a symlink-based path traversal in to_abs_path (scripts/iib/tool.py). The function uses os.path.normpath, which collapses dot segments but does not resolve symbolic links. An attacker who can place a symlink inside a sca...

8.7CVSS5.3AI score0.0041EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/21 3:03 p.m.34 views

CVE-2026-77814

Infinite Image Browsing , a Stable Diffusion WebUI extension, contains a path traversal flaw in is_path_trusted (scripts/iib/api.py). The function uses path.startswith(parent_path) without appending a path separator, so a directory whose name merely begins with an allowed path (e.g., /data/images...

8.7CVSS5.3AI score0.00409EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/21 3:03 p.m.18 views

CVE-2026-77814 Infinite Image Browsing is_path_trusted Prefix Comparison Omits the Trailing Path Separator

ispathtrusted in scripts/iib/api.py compares the requested path against each allowed parent directory with path.startswithparentpath, without appending a path separator. A directory whose name merely begins with an allowed path therefore satisfies the comparison, so where /data/images is allowed ...

8.7CVSS5.6AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/21 3:03 p.m.13 views

EUVD-2026-63992

ispathtrusted in scripts/iib/api.py compares the requested path against each allowed parent directory with path.startswithparentpath, without appending a path separator. A directory whose name merely begins with an allowed path therefore satisfies the comparison, so where /data/images is allowed ...

8.7CVSS5.3AI score0.00409EPSS
SaveExploits0References6
Rows per page
Query Builder