Lucene search
+L

8663 matches found

OSV
OSV
added 2026/04/08 4:50 p.m.10 views

CVE-2026-33466 Improper Limitation of a Pathname to a Restricted Directory in Logstash Leading to Arbitrary File Write

Improper Limitation of a Pathname to a Restricted Directory CWE-22 in Logstash can lead to arbitrary file write and potentially remote code execution via Relative Path Traversal CAPEC-139. The archive extraction utilities used by Logstash do not properly validate file paths within compressed...

8.1CVSS6.8AI score
SaveExploits0References3
CVE
CVE
added 2026/04/08 4:50 p.m.73 views

CVE-2026-33466

CVE-2026-33466 affects Logstash by improper limitation of a pathname to a restricted directory (CWE-22). The archive extraction utilities do not validate file paths inside archives, allowing a crafted archive served via an attacker-controlled update endpoint to write arbitrary files with Logstash...

9.8CVSS6.6AI score0.00545EPSS
SaveExploits0References1Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/08 3:0 p.m.13 views

rfc3161-client Has Improper Certificate Validation

Summary An Authorization Bypass vulnerability in rfc3161-client's signature verification allows any attacker to impersonate a trusted TimeStamping Authority TSA. By exploiting a logic flaw in how the library extracts the leaf certificate from an unordered PKCS7 bag of certificates, an attacker ca...

7.5CVSS5.8AI score0.00188EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/04/08 3:0 p.m.6 views

GHSA-3XXC-PWJ6-JGRJ rfc3161-client Has Improper Certificate Validation

Summary An Authorization Bypass vulnerability in rfc3161-client's signature verification allows any attacker to impersonate a trusted TimeStamping Authority TSA. By exploiting a logic flaw in how the library extracts the leaf certificate from an unordered PKCS7 bag of certificates, an attacker ca...

6.2CVSS5.8AI score0.00188EPSS
SaveExploits1References5
OSV
OSV
added 2026/04/08 2:54 p.m.8 views

CVE-2026-33753 Improper Certificate Validation in rfc3161-client

rfc3161-client is a Python library implementing the Time-Stamp Protocol TSP described in RFC 3161. Prior to 1.0.6, an Authorization Bypass vulnerability in rfc3161-client's signature verification allows any attacker to impersonate a trusted TimeStamping Authority TSA. By exploiting a logic flaw i...

6.2CVSS6AI score
SaveExploits0References3
SUSE Linux
SUSE Linux
added 2026/04/08 2:39 p.m.7 views

Security update for python-requests

This update for python-requests fixes the following issues: CVE-2026-25645: extractzippedpaths uses predictable filenames when extracting files from zip archives and reuses target files that already exist without validation bsc1260589. Patch Instructions: To install this SUSE update use the SUSE...

6.8CVSS5.9AI score0.00182EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/08 2:39 p.m.10 views

SUSE-SU-2026:1218-1 Security update for python-requests

This update for python-requests fixes the following issues: - CVE-2026-25645: extractzippedpaths uses predictable filenames when extracting files from zip archives and reuses target files that already exist without validation bsc1260589...

5.5CVSS5.8AI score0.00182EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/08 2:30 p.m.7 views

SUSE-SU-2026:21036-1 Security update for python-requests

This update for python-requests fixes the following issue: - CVE-2026-25645: extractzippedpaths uses predictable filenames when extracting files from zip archives and reuses target files that already exist without validation bsc1260589...

5.5CVSS5.8AI score0.00182EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/08 2:11 p.m.7 views

SUSE-SU-2026:21063-1 Security update for python-requests

This update for python-requests fixes the following issue: - CVE-2026-25645: extractzippedpaths uses predictable filenames when extracting files from zip archives and reuses target files that already exist without validation bsc1260589...

5.5CVSS5.8AI score0.00182EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/04/08 11:16 a.m.4 views

CVE-2026-1865

The User Registration & Membership – Free & Paid Memberships, Subscriptions, Content Restriction, User Profile, Custom User Registration & Login Builder plugin for WordPress is vulnerable to SQL Injection via the ‘membershipids’ parameter in all versions up to, and including, 5.1.2 due to...

6.5CVSS5.9AI score0.00306EPSS
SaveExploits0References3
GithubExploit
GithubExploit
added 2026/04/08 10:46 a.m.334 views

Exploit for SQL Injection in Apache Superset

CVE-2026-23980 - Apache Superset Authenticated SQL Injection...

9.8CVSS5.9AI score0.04433EPSS
SaveExploits2
Vulnrichment
Vulnrichment
added 2026/04/08 6:43 a.m.5 views

CVE-2026-3781 Attendance Manager <= 0.6.2 - Authenticated (Subscriber+) SQL Injection via 'attmgr_off' Parameter

The Attendance Manager plugin for WordPress is vulnerable to SQL Injection via the 'attmgroff' parameter in all versions up to, and including, 0.6.2. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it...

5.4CVSS5.9AI score0.00179EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/04/08 12:4 a.m.9 views

EUVD-2026-19738

pyload-ng: Incomplete Tar Path Traversal Fix in UnTar.safeextractall via os.path.commonprefix Bypass...

5.3CVSS5.9AI score0.00255EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/04/08 12:4 a.m.22 views

pyload-ng: Incomplete Tar Path Traversal Fix in UnTar._safe_extractall via os.path.commonprefix Bypass

Summary The safeextractall function in src/pyload/plugins/extractors/UnTar.py uses os.path.commonprefix for its path traversal check, which performs character-level string comparison rather than path-level comparison. This allows a specially crafted tar archive to write files outside the intended...

9.8CVSS6.9AI score0.27095EPSS
SaveExploits4References4Affected Software1
OSV
OSV
added 2026/04/08 12:4 a.m.6 views

GHSA-MVWX-582F-56R7 pyload-ng: Incomplete Tar Path Traversal Fix in UnTar._safe_extractall via os.path.commonprefix Bypass

Summary The safeextractall function in src/pyload/plugins/extractors/UnTar.py uses os.path.commonprefix for its path traversal check, which performs character-level string comparison rather than path-level comparison. This allows a specially crafted tar archive to write files outside the intended...

5.3CVSS5.9AI score0.00255EPSS
SaveExploits1References4
Packet Storm News
Packet Storm News
added 2026/04/08 12:0 a.m.10 views

Beyond Single Reports: Evaluating Automated ATT&CK Technique Extraction in Multi-Report Campaign Settings

Large-scale cyberattacks, referred to as campaigns, are documented across multiple CTI reports from diverse sources, with some providing a high-level overview of attack techniques and others providing technical details. Extracting attack techniques from reports is essential for organizations to...

5.8AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/04/08 12:0 a.m.12 views

PT-2026-31296

Name of the Vulnerable Software and Affected Versions WCAPF – WooCommerce Ajax Product Filter versions up to and including 4.2.3 Description The WooCommerce Ajax Product Filter plugin is susceptible to time-based SQL Injection through the post-author parameter. Insufficient input sanitization and...

7.5CVSS5.9AI score0.01473EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/04/08 12:0 a.m.13 views

PT-2026-31346

Name of the Vulnerable Software and Affected Versions Logstash affected versions not specified Description Logstash is susceptible to a flaw where improper validation of file paths within compressed archives can lead to arbitrary file write and potential remote code execution through Relative Pat...

8.1CVSS6.5AI score0.00545EPSS
SaveExploits0References6
NVD
NVD
added 2026/04/07 5:16 p.m.10 views

CVE-2026-39307

PraisonAI is a multi-agent teams system. Prior to 1.5.113, 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...

8.1CVSS0.00314EPSS
SaveExploits1References1
NVD
NVD
added 2026/04/07 5:16 p.m.9 views

CVE-2026-35592

pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev97, the safeextractall function in src/pyload/plugins/extractors/UnTar.py uses os.path.commonprefix for its path traversal check, which performs character-level string comparison rather than path-level...

6.5CVSS0.00255EPSS
SaveExploits1References1
Rows per page
Query Builder