Lucene search
+L

142 matches found

AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.3 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: f2fs: fixed to avoid out-of-boundary access in devs.path - touch /mnt/f2fs/012345678901234567890123456789012345678901234567890123 - truncate -s $102410241024 \ /mnt/f2fs/012345678901234567890123456789012345678901234567890123 -...

7.3CVSS6.3AI score0.00175EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/12 10:25 a.m.10 views

cve-2011-4862

cve-2011-4862 我最初尝试使用 diff 制作补丁。 我按照自己设想的方式打了补丁,当时还没看过真正的补丁。 encrypt.patch 是我用 diff 制作的原始补丁。 然而,当我们尝试将这个补丁应用到 freeBSD 时,它拒绝接受。 因此,我们不得不获取真正的补丁。然后我修改了补丁,按照我最初设想的方式实现了修复。这个方法有效,因为它把整个路径放入了补丁中。 在补丁中,我们只是检查长度是否超过 MAXLENGTH。 如果大于该值,就将其设置为 0。 这样,它就会落入 len = 0 的情况,从而报错退出。这样就修复了问题 :- 以下是关于如何在 freeBSD...

10CVSS6.4AI score0.94983EPSS
SaveExploits21
Kitploit
Kitploit
added 2026/09/10 3:20 p.m.6 views

PyPath-Escape-CVE-2025-4517-Exploit-Research

🛡️ PyPath-Escape: Advanced PATHMAX Bypass Toolkit Author: Beriwalarohit Research Target: CVE-2025-4517 / CVE-2025-4138 ██████╗ ███████╗██████╗ ██╗██╗ ██╗ █████╗ ██╗ █████╗ ██████╗ ██╔══██╗██╔════╝██╔══██╗██║██║ ██║██╔══██╗██║ ██╔══██╗██╔══██╗ ██████╔╝█████╗ ██████╔╝██║██║ █╗ ██║███████║██║...

9.4CVSS7AI score0.0143EPSS
SaveExploits14
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability in PHP 7.3

In PHP 8.0.X before 8.0.28, 8.1.X before 8.1.16, and 8.2.X before 8.2.3, the core path resolution function allocates a buffer that is one byte too small. When resolving paths with lengths close to the system’s MAXPATHLEN setting, this may result in the byte after the allocated buffer being...

8.1CVSS6.9AI score0.01242EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/08/19 2:17 p.m.14 views

CVE-2026-65610

nnn stores homelen variable as uchart, which can only represent values in the range 0-255. An attacker who can influence the victim's execution environment can provide an arbitrary HOME path with length that is truncated to 0. The expression homelen - 1 is promoted to signed int and becomes -1 an...

2.4CVSS6AI score0.00123EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/07/09 11:21 p.m.25 views

GoBGP confederation validation panics on empty AS_PATH attribute

Found through variant analysis based on CVE-2026-41643 Summary GoBGP accepts a zero-length ASPATH during UPDATE decoding and later panics while validating that attribute for a confederation eBGP peer. The vulnerable path is in the BGP UPDATE validator: a malformed UPDATE that should be rejected a...

7.5CVSS6.5AI score0.00542EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/07/07 4:03 p.m.17 views

PYSEC-2026-1486 Keras Directory Traversal Vulnerability

Summary Keras's keras.utils.getfile function is vulnerable to directory traversal attacks despite implementing filtersafepaths. The vulnerability exists because extractarchive uses Python's tarfile.extractall method without the security-critical filter="data" parameter. A PATHMAX symlink resoluti...

9.8CVSS7.2AI score0.00589EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/06/02 3:31 p.m.7 views

EUVD-2025-26475

A flaw was found in glib. An integer overflow during temporary file creation leads to an out-of-bounds memory access, allowing an attacker to potentially perform path traversal or access private temporary file content by creating symbolic links. This vulnerability allows a local attacker to...

3.7CVSS5.8AI score0.00397EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.15 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the GETDATADIRECTSYSFSPATH function in the RDMA/mlx5 driver. This function does not release the...

5.8AI score0.0016EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/26 5:16 p.m.16 views

UBUNTU-CVE-2026-48691

FastNetMon Community Edition through 1.2.9 contains an integer overflow in the BGP ASPATH attribute encoder. In src/bgpprotocol.hpp, the IPv4UnicastAnnounce::getattributes function computes attributelength as 'sizeofbgpaspathsegmentelementt + this-aspathasns.size sizeofuint32t' and stores it in a...

9.8CVSS6.2AI score0.00308EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/05/26 12:00 a.m.23 views

PT-2026-43310

Name of the Vulnerable Software and Affected Versions FastNetMon Community Edition versions prior to 1.2.10 Description An integer overflow exists in the BGP AS PATH attribute encoder. The IPv4UnicastAnnounce::get attributes function calculates the attribute length and stores it in a uint8 t fiel...

9.8CVSS5.7AI score0.00308EPSS
SaveExploits0References19
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.11 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: tools/rtla: Fixed the Clang warning regarding the size of the mountpoint variable. Clang is reporting this warning as follows: $ make HOSTCC=clang CC=clang LLVMIAS=1 ... clang -O -g -DVERSION="6.8.0-rc3" -flto=auto -fexceptions...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.6 views

Astra Linux - уязвимость в u-boot

A issue was discovered in Das U-Boot during the period from 2019.07. There is an unbounded memcpy operation with an unvalidated length at nfsreadlinkreply in the “else” block, after calculating the new path length...

9.8CVSS7AI score0.02514EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/11 9:09 p.m.43 views

CVE-2026-43888 Outline: Zip Extraction Path Escape via PATH_MAX Truncation in Collection Import

Outline is a service that allows for collaborative documentation. Prior to 1.7.0, ZipHelper.extract computes the extraction path for each entry by passing a full filesystem path through trimFileAndExt, a filename helper that calls path.basename on its input when truncating. When a zip entry's...

8.7CVSS0.00368EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/05/11 9:09 p.m.15 views

CVE-2026-43888 Outline: Zip Extraction Path Escape via PATH_MAX Truncation in Collection Import

Outline is a service that allows for collaborative documentation. Prior to 1.7.0, ZipHelper.extract computes the extraction path for each entry by passing a full filesystem path through trimFileAndExt, a filename helper that calls path.basename on its input when truncating. When a zip entry's...

8.7CVSS5.8AI score0.00368EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/11 12:00 a.m.23 views

PT-2026-39856

Name of the Vulnerable Software and Affected Versions Outline versions prior to 1.7.0 Description An issue exists in the ZipHelper.extract function where the extraction path for each entry is computed by passing a full filesystem path through trimFileAndExt. This helper function uses path.basenam...

8.7CVSS5.8AI score0.00368EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/09 12:00 a.m.12 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: glib2 (UTSA-2026-016789)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-016789 advisory. A flaw was found in glib. An integer overflow during temporary file creation leads to an out-of-bounds memory access, allowing an attacker to potentially perform pat...

3.7CVSS5.8AI score0.00397EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/04/10 7:54 p.m.20 views

glib: Buffer Under-read on GLib through glib/gfileutils.c via get_tmp_file()

A flaw was found in glib. An integer overflow during temporary file creation leads to an out-of-bounds memory access, allowing an attacker to potentially perform path traversal or access private temporary file content by creating symbolic links. This vulnerability allows a local attacker to...

3.7CVSS6AI score0.00397EPSS
SaveExploits0References5
NVD
NVD
added 2026/03/30 12:16 p.m.13 views

CVE-2018-25232

Softros LAN Messenger 9.2 contains a denial of service vulnerability that allows local attackers to crash the application by supplying an excessively long string to the custom log files location field. Attackers can input a buffer of 2000 characters in the Log Files Location custom path parameter...

6.8CVSS0.00269EPSS
SaveExploits1References4
CVE
CVE
added 2026/02/26 5:32 p.m.36 views

CVE-2026-23749

CVE-2026-23749 - Golioth Firmware SDK : The vulnerability affects Golioth Firmware SDK versions 0.19.1 prior to 0.22.0. The root cause is an out-of-bounds read caused by improper null termination when copying the blockwise transfer path in blockwise_transfer_init(). If the input path length equal...

2.9CVSS5.7AI score0.00165EPSS
SaveExploits0References5
Rows per page
Query Builder