Lucene search
+L

10196 matches found

NVD
NVD
•added 2026/01/22 3:15 a.m.•15 views

CVE-2026-23959

CoreShop is a Pimcore enhanced eCommerce solution. An error-based SQL Injection vulnerability was identified in versions prior to 4.1.9 in the CustomerTransformerController within the CoreShop admin panel. The affected endpoint improperly interpolates user-supplied input into a SQL query, leading...

6.9CVSS0.00429EPSS
SaveExploits0References3
GitLab Advisory Database
GitLab Advisory Database
•added 2026/01/22 12:00 a.m.•24 views

Container and Containerization archive extraction does not guard against escapes from extraction base directory.

The ArchiveReader.extractContents function used by cctl image load and container image load performs no pathname validation before extracting an archive member. This means that a carelessly or maliciously constructed archive can extract a file into any user-writable location on the system using...

5.4AI score0.00276EPSS
SaveExploits1References5Affected Software1
Positive Technologies
Positive Technologies
•added 2026/01/22 12:00 a.m.•26 views

PT-2026-4315

Name of the Vulnerable Software and Affected Versions container versions prior to 0.8.0 containerization versions prior to 0.21.0 Description The ArchiveReader.extractContents function, utilized by cctl image load and container image load, lacks proper pathname validation during archive extractio...

7.8CVSS5.7AI score0.00276EPSS
SaveExploits1References11
GitLab Advisory Database
GitLab Advisory Database
•added 2026/01/22 12:00 a.m.•17 views

Container and Containerization archive extraction does not guard against escapes from extraction base directory.

The ArchiveReader.extractContents function used by cctl image load and container image load performs no pathname validation before extracting an archive member. This means that a carelessly or maliciously constructed archive can extract a file into any user-writable location on the system using...

5.4AI score0.00276EPSS
SaveExploits1References5Affected Software1
Tenable Nessus
Tenable Nessus
•added 2026/01/22 12:00 a.m.•9 views

Azure Linux 3.0 Security Update: pytorch (CVE-2024-5187)

The version of pytorch installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-5187 advisory. - A vulnerability in the downloadmodelwithtestdata function of the onnx/onnx framework, version 1.16.0, allows...

8.8CVSS6.3AI score0.01178EPSS
SaveExploits1References2
NVD
NVD
•added 2026/01/21 11:15 p.m.•14 views

CVE-2026-24046

Backstage is an open framework for building developer portals. Multiple Scaffolder actions and archive extraction utilities were vulnerable to symlink-based path traversal attacks. An attacker with access to create and execute Scaffolder templates could exploit symlinks to read arbitrary files vi...

9.1CVSS0.00532EPSS
SaveExploits0References7
OSV
OSV
•added 2026/01/21 10:36 p.m.•14 views

GHSA-RQ6Q-WR2Q-7PGP Backstage has a Possible Symlink Path Traversal in Scaffolder Actions

Impact Multiple Scaffolder actions and archive extraction utilities were vulnerable to symlink-based path traversal attacks. An attacker with access to create and execute Scaffolder templates could exploit symlinks to: 1. Read arbitrary files via the debug:log action by creating a symlink pointin...

7.1CVSS5.9AI score0.00532EPSS
SaveExploits0References4
CVE
CVE
•added 2026/01/21 10:36 p.m.•82 views

CVE-2026-24046

The Backstage framework is vulnerable to symlink-based path traversal attacks in multiple Scaffolder actions and archive extraction utilities. An attacker capable of creating and executing Scaffolder templates can exploit these symlinks to read arbitrary files (e.g., /etc/passwd, secrets) via the...

7.1CVSS5.8AI score0.00532EPSS
SaveExploits0References7
attackerkb
attackerkb
•added 2026/01/21 10:36 p.m.•8 views

CVE-2026-24046

Backstage is an open framework for building developer portals. Multiple Scaffolder actions and archive extraction utilities were vulnerable to symlink-based path traversal attacks. An attacker with access to create and execute Scaffolder templates could exploit symlinks to read arbitrary files vi...

7.1CVSS5.7AI score0.00532EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
•added 2026/01/21 10:36 p.m.•31 views

CVE-2026-24046 Backstage has a Possible Symlink Path Traversal in Scaffolder Actions

Backstage is an open framework for building developer portals. Multiple Scaffolder actions and archive extraction utilities were vulnerable to symlink-based path traversal attacks. An attacker with access to create and execute Scaffolder templates could exploit symlinks to read arbitrary files vi...

7.1CVSS0.00532EPSS
SaveExploits0References2
OSV
OSV
•added 2026/01/21 6:16 p.m.•20 views

CVE-2021-47872

SEO Panel versions prior to 4.9.0 contain a blind SQL injection vulnerability in the archive.php page that allows authenticated attackers to manipulate database queries through the 'ordercol' parameter. Attackers can use sqlmap to exploit the vulnerability and extract database information by...

7CVSS5.9AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/01/21 5:27 p.m.•13 views

EUVD-2026-3613

SEO Panel versions prior to 4.9.0 contain a blind SQL injection vulnerability in the archive.php page that allows authenticated attackers to manipulate database queries through the 'ordercol' parameter. Attackers can use sqlmap to exploit the vulnerability and extract database information by...

7.1CVSS5.8AI score0.0026EPSS
SaveExploits0References7
attackerkb
attackerkb
•added 2026/01/21 5:27 p.m.•6 views

CVE-2021-47872

SEO Panel versions prior to 4.9.0 contain a blind SQL injection vulnerability in the archive.php page that allows authenticated attackers to manipulate database queries through the 'ordercol' parameter. Attackers can use sqlmap to exploit the vulnerability and extract database information by...

7.1CVSS5.8AI score0.0026EPSS
SaveExploits0References5Affected Software1
Veracode
Veracode
•added 2026/01/21 3:07 p.m.•12 views

Symlink Poisoning

node-tar is vulnerable to Symlink Poisoning. The vulnerability is due to insufficient sanitization of hardlink and symlink linkpath values during archive extraction, where malicious tar entries can bypass the extraction root restriction and overwrite arbitrary files or create dangerous symlinks...

8.2CVSS5.7AI score0.00382EPSS
SaveExploits2References14Affected Software1
Github Security Blog
Github Security Blog
•added 2026/01/20 5:21 p.m.•20 views

esm.sh has a path traversal in extractPackageTarball enables file writes from malicious packages

Summary The commit does not actually fix the path traversal bug. path.Clean basically normalizes a path but does not prevent absolute paths in a malicious tar file. PoC This test file can demonstrate the basic idea pretty easily: go package server import "archive/tar" "bytes" "compress/gzip"...

8.7CVSS6.2AI score0.00547EPSS
SaveExploits1References7Affected Software1
OSV
OSV
•added 2026/01/20 5:21 p.m.•10 views

GHSA-2657-3C98-63JQ esm.sh has a path traversal in extractPackageTarball enables file writes from malicious packages

Summary The commit does not actually fix the path traversal bug. path.Clean basically normalizes a path but does not prevent absolute paths in a malicious tar file. PoC This test file can demonstrate the basic idea pretty easily: go package server import "archive/tar" "bytes" "compress/gzip"...

8.7CVSS6.2AI score0.00547EPSS
SaveExploits1References7
OSV
OSV
•added 2026/01/20 5:07 p.m.•20 views

GHSA-JG2J-2W24-54CG Kimai has an Authenticated Server-Side Template Injection (SSTI)

Kimai 2.45.0 - Authenticated Server-Side Template Injection SSTI Vulnerability Summary | Field | Value | |-------|-------| | Title | Authenticated SSTI via Permissive Export Template Sandbox || Attack Vector | Network | | Attack Complexity | Low | | Privileges Required | High Admin with export...

6.8CVSS6AI score0.00452EPSS
SaveExploits1References7
Snyk
Snyk
•added 2026/01/20 1:45 a.m.•7 views

Improper Handling of Unicode Encoding

Overview org.webjars.npm:tar is a full-featured Tar for Node.js. Affected versions of this package are vulnerable to Improper Handling of Unicode Encoding in Path Reservations via Unicode Sharp-S ß Collisions on macOS APFS. An attacker can overwrite arbitrary files by exploiting Unicode...

8.8CVSS5.8AI score0.00257EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
•added 2026/01/20 12:00 a.m.•8 views

MiracleLinux 8 : libarchive-3.3.3-3.el8 (AXSA:2022-3102:01)

The remote MiracleLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2022-3102:01 advisory. libarchive: extracting a symlink with ACLs modifies ACLs of target CVE-2021-23177 libarchive: symbolic links incorrectly followed when changing mode...

7.8CVSS8.5AI score0.00387EPSS
SaveExploits0References3
CNNVD
CNNVD
•added 2026/01/20 12:00 a.m.•22 views

jaraco.context path traversal vulnerability

jaraco.context is a Python library developed by Jason R. Coombs. Versions 5.2.0 to 6.1.0 of jaraco.context had a path traversal vulnerability. This vulnerability stemmed from the Zip Slip path traversal in the tarball functions, which could allow files to be extracted outside of the expected...

8.6CVSS5.8AI score0.00618EPSS
SaveExploits1References4
Rows per page
Query Builder