Lucene search
+L

411023 matches found

EUVD
EUVD
added 2026/08/24 1:49 p.m.8 views

EUVD-2026-64886

RansomLook contains insufficient resource validation in the analysis PDF generation functionality. Analysis documents are converted from Markdown to HTML and passed to WeasyPrint for PDF rendering. Prior to the fix, WeasyPrint used its default URL fetcher, allowing resource references contained i...

8.2CVSS5.6AI score0.00257EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/24 1:49 p.m.11 views

CVE-2026-78385 RansomLook Analysis PDF Generation Allows Server-Side Request Forgery and Arbitrary Local File Access

RansomLook contains insufficient resource validation in the analysis PDF generation functionality. Analysis documents are converted from Markdown to HTML and passed to WeasyPrint for PDF rendering. Prior to the fix, WeasyPrint used its default URL fetcher, allowing resource references contained i...

8.2CVSS5.8AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/24 1:32 p.m.35 views

CVE-2026-78381 RansomLook Arbitrary File Read via Path Traversal in Post screen Field

RansomLook contains a path traversal vulnerability in the handling of the screen field associated with group posts. The GroupPost.get API handler concatenates the database-controlled screen value directly with the application's source/ directory and opens the resulting path without verifying that...

8.2CVSS0.00394EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/24 1:32 p.m.8 views

EUVD-2026-64859

RansomLook contains a path traversal vulnerability in the handling of the screen field associated with group posts. The GroupPost.get API handler concatenates the database-controlled screen value directly with the application's source/ directory and opens the resulting path without verifying that...

8.2CVSS5.9AI score0.00394EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/24 1:32 p.m.23 views

CVE-2026-78381

RansomLook is vulnerable to arbitrary file read via a path traversal flaw in the screen field of group posts. The GroupPost.get API handler concatenates the database-stored screen value directly with the application's source/ directory without verifying the resolved path stays within that directo...

8.2CVSS5.7AI score0.00394EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/24 1:32 p.m.16 views

CVE-2026-78381 RansomLook Arbitrary File Read via Path Traversal in Post screen Field

RansomLook contains a path traversal vulnerability in the handling of the screen field associated with group posts. The GroupPost.get API handler concatenates the database-controlled screen value directly with the application's source/ directory and opens the resulting path without verifying that...

8.2CVSS6AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/24 1:30 p.m.8 views

CVE-2026-74596

A flaw was found in the Linux kernel's fsverity subsystem. The vulnerability is due to the removal of a check in the setattrprepare function, which previously verified if fs-verity was enabled. This change allows fsverity files to be truncated even when the fs-verity feature is not active on the...

5.5CVSS5.3AI score0.00155EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/24 1:29 p.m.9 views

CVE-2026-68768

A flaw was found in hashcat. A vulnerability exists where the software attempts to write more data than its allocated memory can hold, specifically in the function responsible for writing output files. This can happen when processing a specially crafted hash file containing an excessively long...

6.9CVSS5.5AI score0.00141EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/24 1:29 p.m.7 views

CVE-2026-68766

A flaw was found in hashcat. This vulnerability allows an attacker to inject malicious command-line options when parsing restore files. By crafting a specially designed restore file, an attacker can append arbitrary content to files, potentially leading to arbitrary code execution on the system...

8.5CVSS6.3AI score0.00162EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/24 1:12 p.m.7 views

CVE-2026-76844 webpack-dev-middleware Path Traversal via Offset Slice on a Non-Slash-Terminated publicPath

webpack-dev-middleware resolves a request to a local file in getFilenameFromUrl by testing the request pathname against a traversal guard and then slicing it at a fixed character offset. The guard, UPPATHREGEXP applied to path.normalize./$pathname, only matches ".." that stands as a whole path...

8.3CVSS5.3AI score0.01226EPSS
SaveExploits1References7
CVE
CVE
added 2026/08/24 1:12 p.m.58 views

CVE-2026-76844

webpack-dev-middleware suffers from a path traversal vulnerability in its getFilenameFromUrl function, an incomplete fix for CVE-2024-29180 . When publicPath is configured without a trailing slash, a crafted request (e.g., GET /assets../.env against publicPath /assets) bypasses the UP_PATH_REGEXP...

8.3CVSS5.1AI score0.00371EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/24 1:12 p.m.9 views

EUVD-2026-64850

webpack-dev-middleware resolves a request to a local file in getFilenameFromUrl by testing the request pathname against a traversal guard and then slicing it at a fixed character offset. The guard, UPPATHREGEXP applied to path.normalize./$pathname, only matches ".." that stands as a whole path...

8.3CVSS5.2AI score0.00371EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/24 1:12 p.m.51 views

CVE-2026-76844 webpack-dev-middleware Path Traversal via Offset Slice on a Non-Slash-Terminated publicPath

webpack-dev-middleware resolves a request to a local file in getFilenameFromUrl by testing the request pathname against a traversal guard and then slicing it at a fixed character offset. The guard, UPPATHREGEXP applied to path.normalize./$pathname, only matches ".." that stands as a whole path...

8.3CVSS0.00371EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/24 1:12 p.m.37 views

CVE-2026-76845 adm-zip 0.5.9 through 0.6.0 Arbitrary File Overwrite via Symlink Following on Extraction

adm-zip 0.5.9 through 0.6.0 follows symbolic links at the extraction destination. Utils.sanitize in util/utils.js enforces containment by comparing only the string form of an archive entry name against the resolved extraction root, and Utils.writeFileTo opens the computed destination with...

6.8CVSS0.00131EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/24 1:12 p.m.65 views

CVE-2026-76845

adm-zip versions 0.5.9 through 0.6.0 suffer from an arbitrary file overwrite via symbolic link following at the extraction destination. The root cause lies in Utils.sanitize (in util/utils.js), which compares only the string form of an archive entry name against the resolved extraction root, and ...

6.8CVSS5.3AI score0.00131EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/24 1:12 p.m.64 views

CVE-2026-76845 adm-zip 0.5.9 through 0.6.0 Arbitrary File Overwrite via Symlink Following on Extraction

adm-zip 0.5.9 through 0.6.0 follows symbolic links at the extraction destination. Utils.sanitize in util/utils.js enforces containment by comparing only the string form of an archive entry name against the resolved extraction root, and Utils.writeFileTo opens the computed destination with...

6.8CVSS5.6AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/24 1:12 p.m.9 views

EUVD-2026-64851

adm-zip 0.5.9 through 0.6.0 follows symbolic links at the extraction destination. Utils.sanitize in util/utils.js enforces containment by comparing only the string form of an archive entry name against the resolved extraction root, and Utils.writeFileTo opens the computed destination with...

6.8CVSS5.5AI score0.00131EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/24 1:12 p.m.12 views

EUVD-2026-64849

The official Flair wheels for 0.15.0 and 0.15.1 still contain flair/models/clustering.py, whose ClusteringModel.load static method returns pickle.loadsjoblib.loadstrmodelfile and so executes arbitrary Python while loading a model file. Loading a model supplied by an attacker therefore runs that...

8.4CVSS5.7AI score0.00552EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/24 1:12 p.m.14 views

CVE-2026-76843 Flair 0.15.0 and 0.15.1 Deserialization of Untrusted Data via ClusteringModel.load

The official Flair wheels for 0.15.0 and 0.15.1 still contain flair/models/clustering.py, whose ClusteringModel.load static method returns pickle.loadsjoblib.loadstrmodelfile and so executes arbitrary Python while loading a model file. Loading a model supplied by an attacker therefore runs that...

8.4CVSS5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/08/24 1:11 p.m.53 views

CVE-2026-76840

RustDesk (through 1.4.9 ) contains a heap buffer overflow in its Windows CLIPRDR clipboard redirection module (libs/clipboard/src/windows/wf_cliprdr.c). The peer-supplied cbRequested length from a CLIPRDR FileContentsResponse is copied via CopyMemory into the caller's fixed-size buffer without be...

9.6CVSS5.8AI score0.003EPSS
SaveExploits0References5
Rows per page
Query Builder