Lucene search
+L

9613 matches found

PyPA
PyPA
added 2026/07/13 2:36 p.m.17 views

PraisonAI Has Arbitrary File Write (Zip Slip) in Templates Extraction

The PraisonAI templates installation feature is vulnerable to a "Zip Slip" Arbitrary File Write attack. When downloading and extracting template archives from external sources e.g., GitHub, the application uses Python's zipfile.extractall without verifying if the files within the archive resolve...

8.1CVSS6.3AI score0.00314EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/07/13 2:36 p.m.11 views

PYSEC-2026-2900 PraisonAI recipe registry pull path traversal writes files outside the chosen output directory

Summary PraisonAI's recipe registry pull flow extracts attacker-controlled .praison tar archives with tar.extractall and does not validate archive member paths before extraction. A malicious publisher can upload a recipe bundle that contains ../ traversal entries and any user who later pulls that...

7.3CVSS6.2AI score0.00291EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/13 2:36 p.m.11 views

PYSEC-2026-2899 PraisonAI Has Arbitrary File Write (Zip Slip) in Templates Extraction

The PraisonAI templates installation feature is vulnerable to a "Zip Slip" Arbitrary File Write attack. When downloading and extracting template archives from external sources e.g., GitHub, the application uses Python's zipfile.extractall without verifying if the files within the archive resolve...

8.1CVSS6.3AI score0.00314EPSS
SaveExploits1References6
OSV
OSV
added 2026/07/13 2:36 p.m.12 views

PYSEC-2026-2656 Arbitrary file write via tar traversal in mlflow

A vulnerability in MLflow's pyfunc extraction process allows for arbitrary file writes due to improper handling of tar archive entries. Specifically, the use of tarfile.extractall without path validation enables crafted tar.gz files containing .. or absolute paths to escape the intended extractio...

8.1CVSS6.3AI score0.00852EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/13 2:36 p.m.13 views

PYSEC-2026-2398 BentoML Vulnerable to Arbitrary File Write via Symlink Path Traversal in Tar Extraction

Arbitrary File Write via Symlink Path Traversal in Tar Extraction Summary The safeextracttarfile function validates that each tar member's path is within the destination directory, but for symlink members it only validates the symlink's own path, not the symlink's target. An attacker can create a...

8.6CVSS6.5AI score0.00257EPSS
SaveExploits1References6
Veracode
Veracode
added 2026/07/13 8:02 a.m.14 views

Path Traversal

decompress is vulnerable to Path Traversal. The vulnerability is due to an improper path containment check during archive extraction, where path validation fails to enforce directory boundaries, allowing attackers to bypass extraction restrictions and write arbitrary files outside the intended...

9.8CVSS7.1AI score0.02116EPSS
SaveExploits2References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.29 views

PT-2026-59058

Summary Microsoft APM contains a Windows-specific archive extraction boundary failure in the legacy-bundle probe used by apm install on supported Python 3.10 and 3.11 runtimes. When apm install is given a local .tar.gz that is not recognized as a plugin-format bundle, APM probes whether it is a...

5.5CVSS6.3AI score0.0061EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.14 views

PT-2026-59605

Summary There exists an arbitrary file write vulnerability in py7zr 1.1.0, latest, which allows symbolic links to be recreated outside the destination directory via crafted malicious symbolic link chains. When using extractall to extract an archive, the library restores these symbolic links,...

8CVSS6.3AI score0.00566EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/12 12:16 p.m.18 views

CVE-2026-56281

Capgo before 12.128.2 contains a sql injection vulnerability in the POST /private/adminstats endpoint where the limit parameter is destructured from unvalidated request body and interpolated directly into Cloudflare Analytics Engine SQL queries via template literals. An attacker with platform adm...

5.1CVSS0.00334EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/12 12:06 p.m.18 views

EUVD-2026-43229

Capgo before 12.128.2 contains a sql injection vulnerability in the POST /private/adminstats endpoint where the limit parameter is destructured from unvalidated request body and interpolated directly into Cloudflare Analytics Engine SQL queries via template literals. An attacker with platform adm...

5.1CVSS6.1AI score0.00334EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/11 4:17 a.m.15 views

CVE-2026-15072

The KiviCare – Clinic & Patient Management System EHR plugin for WordPress is vulnerable to generic SQL Injection via the 'orderby' parameter in all versions up to, and including, 4.5.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing...

6.5CVSS0.00472EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/07/11 3:26 a.m.17 views

SUSE CVE-2026-39243

decompress before 4.2.2 allows arbitrary hardlink creation during archive extraction, enabling file read disclosure and file corruption. When processing hardlink entries type === 'link', the x.linkname field from the archive is passed directly to fs.link without validation index.js line 113. An...

5.5CVSS6.2AI score0.00301EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2026/07/11 3:26 a.m.14 views

SUSE CVE-2026-39246

decompress before 4.2.2 allows arbitrary symlink creation during archive extraction. When processing symlink entries type === 'symlink', the x.linkname field from the archive is passed directly to fs.symlink without validation index.js line 121. The preventWritingThroughSymlink check on line 98...

7.5CVSS6.2AI score0.00658EPSS
SaveExploits1References3
RedHat Linux
RedHat Linux
added 2026/07/10 8:50 p.m.25 views

cpython: python: Extraction filter bypass for linking outside extraction directory

A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall or TarFile.extract with the...

7.5CVSS6.5AI score0.00939EPSS
SaveExploits2References10
RedHat Linux
RedHat Linux
added 2026/07/10 8:25 p.m.13 views

cpython: python: Extraction filter bypass for linking outside extraction directory

A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall or TarFile.extract with the...

7.5CVSS6.5AI score0.00939EPSS
SaveExploits2References10
NVD
NVD
added 2026/07/10 8:16 p.m.20 views

CVE-2026-11321

The DataInjection plugin for GLPI 2.15.6 GLPI 11 builds concatenates user-supplied CSV field values directly into SQL queries during CSV import, without parameterization or escaping, resulting in authenticated SQL injection. An authenticated user with access to the Data injection feature can embe...

7.1CVSS0.00423EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/10 6:53 p.m.14 views

CVE-2026-11321

The DataInjection plugin for GLPI 2.15.6 GLPI 11 builds concatenates user-supplied CSV field values directly into SQL queries during CSV import, without parameterization or escaping, resulting in authenticated SQL injection. An authenticated user with access to the Data injection feature can embe...

7.1CVSS6.1AI score0.00423EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/07/10 6:53 p.m.51 views

CVE-2026-11321 GLPI DataInjection Plugin Authenticated SQL Injection via CSV Import

The DataInjection plugin for GLPI 2.15.6 GLPI 11 builds concatenates user-supplied CSV field values directly into SQL queries during CSV import, without parameterization or escaping, resulting in authenticated SQL injection. An authenticated user with access to the Data injection feature can embe...

7.1CVSS0.00423EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/07/10 6:34 p.m.34 views

cpython: python: Extraction filter bypass for linking outside extraction directory

A flaw was found in CPython's tarfile module. This vulnerability allows bypassing of extraction filters, enabling symlink traversal outside the intended extraction directory and potential modification of file metadata via malicious tar archives using TarFile.extractall or TarFile.extract with the...

7.5CVSS6.5AI score0.00939EPSS
SaveExploits2References10
OSV
OSV
added 2026/07/10 6:32 p.m.39 views

GHSA-XCPC-8H2W-3J85 adm-zip: Crafted ZIP file triggers 4GB memory allocation

adm-zip before 0.5.18 is vulnerable to denial of service via a crafted ZIP file with a manipulated uncompressed size header field. In zipEntry.js line 103, Buffer.alloccentralHeader.size allocates memory based on the declared uncompressed size from the ZIP central directory header without...

7.5CVSS5.4AI score0.00609EPSS
SaveExploits0References5
Rows per page
Query Builder