Lucene search
+L

7468 matches found

OSV
OSV
added 2026/09/07 12:23 p.m.3 views

USN-8733-1 gzip vulnerabilities

Michał Majchrowicz and Marcin Wyczechowski discovered that Gzip's gzexe utility created temporary files in an insecure manner when mktemp was unavailable. A local attacker could possibly use this issue to overwrite arbitrary files. CVE-2026-41991 Elias Hasas, Michał Majchrowicz and Marcin...

7.5CVSS0.00415EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/07 12:15 p.m.7 views

CVE-2022-0847-DirtyPipe-Exploits

CVE-2022-0847-DirtyPipe-Exploits 一套适用于渗透测试人员和红队的利用工具及文档,用于辅助利用 Linux 脏管(Dirty Pipe)漏洞。 关于漏洞 脏管(CVE-2022-0847)是 Linux 内核中的一个本地权限提升漏洞,可能允许非特权用户执行以下操作: 修改/覆盖任意只读文件,例如 /etc/passwd。 获取提升权限的 shell。 受影响版本 5.8 及更新版本的 Linux 内核均受影响。 截至目前,以下 Linux 内核版本已修补该漏洞: 5.16.11 5.15.25 5.10.102...

7.8CVSS7AI score0.89721EPSS
SaveExploits102References2
OSV
OSV
added 2026/09/07 8:17 a.m.7 views

AZL-99972 CVE-2026-78254 affecting package ant 1.10.14-1

The ftp and scp tasks of Apache Ant can download files from a remote server. A malicious server can provide relative paths that allow it to write outside of the dedicated target directory for the download, making it possible to overwrite files of the attacker's choice using the permissions of the...

7.4CVSS0.0054EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/07 8:17 a.m.5 views

CVE-2026-78254

The ftp and scp tasks of Apache Ant can download files from a remote server. A malicious server can provide relative paths that allow it to write outside of the dedicated target directory for the download, making it possible to overwrite files of the attacker's choice using the permissions of the...

7.4CVSS0.0054EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/07 7:41 a.m.24 views

CVE-2026-78254

A path traversal vulnerability in the ftp and scp tasks of Apache Ant (versions prior to 1.10.18 ) allows a malicious server (or a man-in-the-middle) to supply relative paths that cause downloaded files to be written outside the dedicated target directory . This permits overwriting attacker-chose...

7.4CVSS0.0054EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/09/07 12:00 a.m.8 views

PT-2026-86934

knowns versions before 0.30.0 contain a path traversal vulnerability in the handleCodeReplace function that allows attackers to overwrite arbitrary files outside the project root. Attackers can supply absolute paths or relative paths containing directory traversal sequences to write malicious...

8.3CVSS5.9AI score0.00533EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/09/07 12:00 a.m.10 views

PT-2026-86935

knowns before 0.30.0 fails to validate import names in the import routes, allowing unauthenticated attackers to write files outside the imports directory. Attackers can supply traversal sequences in the name parameter to escape the imports directory and overwrite arbitrary files writable by the...

9.1CVSS6AI score0.00471EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/09/07 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-78254

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The ftp and scp tasks of Apache Ant can download files from a remote server. A malicious server can provide relative paths that allow it to write outside of the...

7.4CVSS0.0054EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/05 8:00 p.m.36 views

CVE-2026-67279 SSH Pre-Authentication Rekey State Bypass in MikroTik RouterOS

RouterOS SSH enters the connection protocol after a client-requested rekey even though user authentication was never attempted, allowing an unauthenticated client to open a session channel and send an exec request. On affected builds the server dispatches the command, enabling unauthenticated...

6.9CVSS0.00446EPSS
SaveExploits0References7
NVD
NVD
added 2026/09/04 6:17 p.m.6 views

CVE-2026-53757

Emlog is an open source website building system. In versions 2.6.29 and prior, the emUnZip function extracts all ZIP entries via ZipArchive::extractTo without validating entry paths for ../ traversal sequences. Only the first entry's subdirectory structure is checked. An attacker can overwrite...

6.9CVSS0.00347EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 7:17 a.m.5 views

CVE-2026-82193

The WPvivid — Backup, Migration & Staging WordPress plugin before 0.9.134 does not validate a user supplied file name before using it to build a write path, allowing administrators to write files of permitted types to arbitrary locations on the server and to overwrite existing files...

5.5CVSS0.00256EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/09/03 11:00 p.m.8 views

gitpython: GitPython: Arbitrary file overwrite and read via unsafe git option forwarding

A flaw was found in GitPython. This vulnerability arises from insufficient guarding of git option forwarding within the IndexFile.checkout and TagReference.create functions. An authenticated attacker can exploit this by passing unsafe options through keyword arguments, leading to the ability to...

8.1CVSS7.8AI score0.00358EPSS
SaveExploits1References6
RedHat Linux
RedHat Linux
added 2026/09/03 11:00 p.m.8 views

gitpython: GitPython: Arbitrary File Overwrite via improper git option validation

A flaw was found in GitPython. This vulnerability allows a remote attacker to overwrite arbitrary files on the system. By failing to properly validate git options passed to the Diffable.diff method, an attacker can supply a malicious output argument to write patch content to attacker-controlled...

8.1CVSS7.8AI score0.00334EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/09/03 11:00 p.m.10 views

gitpython: GitPython: Arbitrary File Overwrite via `git read-tree` option injection

A flaw was found in GitPython. This vulnerability allows an attacker to overwrite arbitrary files on the system. By injecting specific options into the git read-tree command through methods like IndexFile.fromtree, IndexFile.reset, and IndexFile.mergetree, without proper option validation or...

8.1CVSS7.8AI score0.00299EPSS
SaveExploits1References6
NVD
NVD
added 2026/09/03 5:17 p.m.18 views

CVE-2026-75602

OpenList a file list program that supports multiple storage. Prior to 4.2.3, OpenList's offline-download feature at POST /api/fs/addofflinedownload with tool: "SimpleHttp" accepts an attacker-supplied URL and saves its bytes under a per-task temporary directory before transferring them to the...

6.5CVSS0.00431EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/03 4:53 p.m.12 views

EUVD-2026-70550

OpenList a file list program that supports multiple storage. Prior to 4.2.3, OpenList's offline-download feature at POST /api/fs/addofflinedownload with tool: "SimpleHttp" accepts an attacker-supplied URL and saves its bytes under a per-task temporary directory before transferring them to the...

6.5CVSS5.9AI score0.00431EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/03 1:06 p.m.7 views

CVE-2026-85092

LiME through 1.12.0 fails to validate the disk acquisition output path and does not use ONOFOLLOW when opening the operator-supplied path parameter, allowing unprivileged local users to overwrite arbitrary root-owned files. An attacker who controls the output directory can create a symbolic link...

6.6CVSS0.00152EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 1:04 a.m.7 views

EUVD-2026-70302

LiME through 1.12.0 fails to validate the disk acquisition output path and does not use ONOFOLLOW when opening the operator-supplied path parameter, allowing unprivileged local users to overwrite arbitrary root-owned files. An attacker who controls the output directory can create a symbolic link...

6.6CVSS6AI score0.00152EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/03 1:04 a.m.11 views

CVE-2026-85092 LiME through 1.12.0 Arbitrary File Overwrite via Symlink Following

LiME through 1.12.0 fails to validate the disk acquisition output path and does not use ONOFOLLOW when opening the operator-supplied path parameter, allowing unprivileged local users to overwrite arbitrary root-owned files. An attacker who controls the output directory can create a symbolic link...

5.2CVSS6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/03 1:04 a.m.32 views

CVE-2026-85092 LiME through 1.12.0 Arbitrary File Overwrite via Symlink Following

LiME through 1.12.0 fails to validate the disk acquisition output path and does not use ONOFOLLOW when opening the operator-supplied path parameter, allowing unprivileged local users to overwrite arbitrary root-owned files. An attacker who controls the output directory can create a symbolic link...

6.6CVSS0.00152EPSS
SaveExploits0References4
Rows per page
Query Builder