Lucene search
+L

90 matches found

Cvelist
Cvelist
added 2026/04/06 3:17 p.m.107 views

CVE-2026-5704 Tar: tar: hidden file injection via crafted archives

A flaw was found in tar. A remote attacker could exploit this vulnerability by crafting a malicious archive, leading to hidden file injection with fully attacker-controlled content. This bypasses pre-extraction inspection mechanisms, potentially allowing an attacker to introduce malicious files...

5CVSS0.00401EPSS
SaveExploits1References7
Debian CVE
Debian CVE
added 2026/04/06 3:17 p.m.20 views

CVE-2026-5704

A flaw was found in tar. A remote attacker could exploit this vulnerability by crafting a malicious archive, leading to hidden file injection with fully attacker-controlled content. This bypasses pre-extraction inspection mechanisms, potentially allowing an attacker to introduce malicious files...

5.5CVSS5.5AI score0.00401EPSS
SaveExploits1
CVE
CVE
added 2026/04/06 3:17 p.m.96 views

CVE-2026-5704

CVE-2026-5704 affects the tar component. A flaw allows a remote attacker to craft an archive that injects hidden files with attacker-controlled content, bypassing pre-extraction inspection and potentially introducing malicious files to a system without detection. The vulnerability is described wi...

5.5CVSS5.9AI score0.00401EPSS
SaveExploits1References10Affected Software3
Cvelist
Cvelist
added 2026/03/09 1:27 p.m.40 views

CVE-2026-2919 Attacker-controlled content shown under spoofed domains in Focus for iOS via stalled navigation and iframe redirect

Malicious scripts could display attacker-controlled web content under spoofed domains in Focus for iOS by stalling a self navigation to an invalid port and triggering an iframe redirect, causing the UI to display a trusted domain without user interaction. This vulnerability was fixed in Focus for...

0.00184EPSS
SaveExploits0References2
NVD
NVD
added 2026/02/23 5:23 p.m.24 views

CVE-2026-27512

Shenzhen Tenda F3 Wireless Router firmware V12.01.01.55multi contains a content-type confusion vulnerability in the administrative interface. Responses omit the X-Content-Type-Options: nosniff header and include attacker-influenced content that can be reflected into the response body. Under...

6.1CVSS0.00183EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/02/23 12:00 a.m.27 views

PT-2026-21530

Name of the Vulnerable Software and Affected Versions Shenzhen Tenda F3 Wireless Router firmware version V12.01.01.55 multi Description The administrative interface of the software lacks the X-Content-Type-Options: nosniff header in responses and includes attacker-influenced content that can be...

6.1CVSS5.4AI score0.00183EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2019-8394

Malware in sbrugna...

5.3CVSS6.1AI score0.10933EPSS
SaveExploits0References18
EUVD
EUVD
added 2025/10/07 12:30 a.m.16 views

EUVD-2020-0390

Malware in sbrugna...

8.1CVSS8AI score0.01365EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:07 p.m.11 views

EUVD-2024-0674

Malicious code in bioql PyPI...

7.8CVSS7.5AI score0.00301EPSS
SaveExploits0References6
NVD
NVD
added 2025/09/23 6:15 p.m.13 views

CVE-2025-59821

DNN formerly DotNetNuke is an open-source web content management platform CMS in the Microsoft ecosystem. Prior to version 10.1.0, DNN’s URL/path handling and template rendering can allow specially crafted input to be reflected into a user profile that is returned to the browser. In these cases,...

6.5CVSS0.00212EPSS
SaveExploits0References1
Veracode
Veracode
added 2025/08/11 9:25 a.m.12 views

Command Injection

codeigniter4/framework is vulnerable to Command Injection. The vulnerability is due to improper handling of user-controlled filenames and text content when using the ImageMagick imagick handler in the resize or text methods, which allows an attacker to execute arbitrary shell commands by supplyin...

9.8CVSS7.9AI score0.01549EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/02/13 5:34 p.m.24 views

CVE-2025-24889 Path traversal in sd-log Qubes virtual machine

The SecureDrop Client is a desktop application for journalists to communicate with sources and work with submissions on the SecureDrop Workstation. Prior to versions 0.14.1 and 1.0.1, an attacker who has already gained code execution in a virtual machine on the SecureDrop Workstation could gain...

4.5CVSS0.00195EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/02/05 8:33 a.m.16 views

CVE-2024-47880

OpenRefine is a free, open source tool for working with messy data. Prior to version 3.8.3, the export-rows command can be used in such a way that it reflects part of the request verbatim, with a Content-Type header also taken from the request. An attacker could lead a user to a malicious page th...

8.1CVSS6.9AI score0.00356EPSS
SaveExploits1References1
NVD
NVD
added 2024/10/22 10:15 p.m.30 views

CVE-2024-46483

Xlight FTP Server 3.9.4.3 has an integer overflow vulnerability in the packet parsing logic of the SFTP server, which can lead to a heap overflow with attacker-controlled content...

9.8CVSS0.01108EPSS
SaveExploits0References1
CVE
CVE
added 2024/10/22 12:00 a.m.74 views

CVE-2024-46483

CVE-2024-46483 affects Xlight FTP Server versions prior to 3.9.4.3. The vulnerability is an integer overflow in the SFTP packet parsing logic, which can cause a heap overflow when processing attacker-controlled content. Related sources describe potential remote code execution consequences in affe...

9.8CVSS7.2AI score0.01108EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/10/22 12:00 a.m.22 views

CVE-2024-46483

Xlight FTP Server 3.9.4.3 has an integer overflow vulnerability in the packet parsing logic of the SFTP server, which can lead to a heap overflow with attacker-controlled content...

7.2AI score0.01108EPSS
SaveExploits0References1
PyPA
PyPA
added 2024/02/26 4:27 p.m.8 views

PYSEC-2024-235

With the following crawler configuration:pythonfrom bs4 import BeautifulSoup as Soupurl = "https://example.com"loader = RecursiveUrlLoader url=url, maxdepth=2, extractor=lambda x: Soupx, "html.parser".textdocs = loader.loadAn attacker in control of the contents of https://example.com could place ...

8.1CVSS6.7AI score0.00517EPSS
SaveExploits1References6Affected Software1
attackerkb
attackerkb
added 2024/02/04 8:15 p.m.17 views

CVE-2021-4435

An untrusted search path vulnerability was found in Yarn. When a victim runs certain Yarn commands in a directory with attacker-controlled content, malicious commands could be executed in unexpected ways...

7.8CVSS7.2AI score0.00301EPSS
SaveExploits0References5
OSV
OSV
added 2024/02/04 8:15 p.m.8 views

DEBIAN-CVE-2021-4435

An untrusted search path vulnerability was found in Yarn. When a victim runs certain Yarn commands in a directory with attacker-controlled content, malicious commands could be executed in unexpected ways...

7.8CVSS7.3AI score0.00301EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/02/04 12:00 a.m.7 views

PT-2024-11033 · Yarn +2 · Yarn +2

Name of the Vulnerable Software and Affected Versions: Yarn affected versions not specified Description: An untrusted search path issue was found, allowing malicious commands to be executed in unexpected ways when certain commands are run in a directory with attacker-controlled content...

7.8CVSS6.7AI score0.00301EPSS
SaveExploits0References18
Rows per page
Query Builder