Lucene search
+L

30 matches found

NVD
NVD
added 4 days ago3 views

CVE-2026-64615

Data::Graph::Shared versions before 0.04 for Perl create a world-readable mmap backing file and open it without OEXCL or ONOFOLLOW. The segment is created in graph.h with openpath, ORDWR|OCREAT, 0666. The mode is 0666, so under the default umask 022 the file is created mode 0644 world-readable...

3.3CVSS0.00119EPSS
SaveExploits0References2
CVE
CVE
added 4 days ago8 views

CVE-2026-65063

Data::RadixTree::Shared prior to 0.02 for Perl creates a world-readable mmap backing file via open(path, O_RDWR|O_CREAT, 0666) in radix.h. With default umask 022, the resulting mode is 0644, making the file world-readable. O_NOFOLLOW is not used, so a symlink at the path is followed; O_EXCL is no...

3.8CVSS5.3AI score0.00117EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/27 8:50 a.m.26 views

CVE-2026-45258

The CVE-2026-45258 issue affects FreeBSD sound(4) mmap support. dsp_mmap_single() overflows when validating the requested mapping because offset+length can wrap the size check, and the offset is reduced from 64 to 32 bits for the buffer address, allowing a mapping that extends past the audio buff...

7.8CVSS6AI score0.00151EPSS
SaveExploits0References1Affected Software1
Redos
Redos
added 2026/03/24 12:0 a.m.12 views

ROS-20260324-73-0003

A vulnerability in the mmap function of the Linux operating system kernel is related to errors in updating the reference count. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

7.8CVSS6.8AI score0.00384EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:0 a.m.7 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-004431)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-004431 advisory. In the Linux kernel before 4.20.14, expanddownwards in mm/mmap.c lacks a check for the mmap minimum address, which makes it easier for attackers to exploit kernel NU...

5.5CVSS6.5AI score0.05667EPSS
SaveExploits8References29
Tenable Nessus
Tenable Nessus
added 2026/01/15 12:0 a.m.3 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-001962)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-001962 advisory. The ecryptfsprivilegedopen function in fs/ecryptfs/kthread.c in the Linux kernel before 4.6.3 allows local users to gain privileges or cause a denial of service stac...

7.8CVSS6.5AI score0.01393EPSS
SaveExploits3References53
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2016-7443

Malware in sbrugna...

5.5CVSS5.6AI score0.00445EPSS
SaveExploits1References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2014-9248

Malware in sbrugna...

7.5CVSS7.2AI score0.1689EPSS
SaveExploits1References26
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2020-3636

Malware in sbrugna...

7.8CVSS7.6AI score0.00182EPSS
SaveExploits0References2
NVD
NVD
added 2025/02/27 3:15 a.m.8 views

CVE-2025-21778

In the Linux kernel, the following vulnerability has been resolved: tracing: Do not allow mmap of persistent ring buffer When trying to mmap a trace instance buffer that is attached to reservemem, it would crash: BUG: unable to handle page fault for address: ffffe97bd00025c8 PF: supervisor read...

5.5CVSS0.00192EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 1:49 p.m.10 views

CVE-2024-53180 ALSA: pcm: Add sanity NULL check for the default mmap fault handler

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime-dmaarea properly. Add a proper NULL check before passing to virttopage for avoiding a panic...

5.5CVSS6AI score0.00235EPSS
SaveExploits0References10
vulnersOsv
vulnersOsv
added 2024/06/10 12:0 p.m.6 views

adder-codec-rs (=0.1.15), assimp (>=0.0.4 <=0.0.6) +56 more potentially affected by unknown CVE via mmap (=0.1.1)

mmap CARGO version =0.1.1 is affected by a known vulnerability. The following packages have a transitive dependency on mmap and may be impacted: - adder-codec-rs =0.1.15 - assimp =0.0.4, =0.9.0, =0.1.0, =0.1.0, =0.1.2, =0.1.0, =0.1.0, =0.1.0, =0.4.0 - cupi =0.1.0 - cupishift =0.1.0 - cylus =0.1.0...

5.8AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/02/15 4:11 a.m.4 views

SUSE CVE-2019-12817

arch/powerpc/mm/mmucontextbook3s64.c in the Linux kernel before 5.1.15 for powerpc has a bug where unrelated processes may be able to read/write to one another's virtual memory under certain conditions via an mmap above 512 TB. Only a subset of powerpc systems are affected...

8.1CVSS7.1AI score0.00386EPSS
SaveExploits0References10
Prion
Prion
added 2021/04/16 6:15 p.m.23 views

Design/Logic Flaw

An issue was discovered in libezxml.a in ezXML 0.8.6. The function ezxmlparsestr performs incorrect memory handling while parsing crafted XML files writing outside a memory region created by mmap...

4.3CVSS6.5AI score0.01106EPSS
SaveExploits1References2Affected Software2
OSV
OSV
added 2020/11/28 7:15 a.m.6 views

CVE-2020-29369

An issue was discovered in mm/mmap.c in the Linux kernel before 5.7.11. There is a race condition between certain expand functions expanddownwards and expandupwards and page-table free operations from an munmap call, aka CID-246c320a8cfe...

7CVSS6.8AI score
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2020/07/15 12:0 a.m.7 views

The vulnerability of the mmap() function in Linux operating systems allows a hacker to trigger a service failure.

The vulnerability of the mmap function in Linux operating systems is related to the execution of operations beyond the buffer boundaries in memory. Exploiting this vulnerability can allow a remote attacker to cause service interruptions...

6.3CVSS6.9AI score0.07291EPSS
SaveExploits5References33Affected Software5
BDU FSTEC
BDU FSTEC
added 2019/07/16 12:0 a.m.6 views

The vulnerability of the arch/powerpc/mm/mmu_context_book3s64.c component of the Linux operating system allows a attacker to access memory contents or cause memory corruption in other processes within the system.

The vulnerability of the arch/powerpc/mm/mmucontextbook3s64.c component of the Linux operating system’s kernel a PowerPC microprocessor-based RISC architecture arises from an operation that goes beyond the buffer boundaries in memory. Exploiting this vulnerability can allow an attacker to access...

7CVSS7.5AI score0.00386EPSS
SaveExploits0References24Affected Software2
OSV
OSV
added 2019/06/25 12:15 p.m.6 views

DEBIAN-CVE-2019-12817

arch/powerpc/mm/mmucontextbook3s64.c in the Linux kernel before 5.1.15 for powerpc has a bug where unrelated processes may be able to read/write to one another's virtual memory under certain conditions via an mmap above 512 TB. Only a subset of powerpc systems are affected...

7CVSS7.1AI score0.00386EPSS
SaveExploits0References1
OSV
OSV
added 2016/11/08 8:59 p.m.4 views

DEBIAN-CVE-2016-7389

For the NVIDIA Quadro, NVS, GeForce, and Tesla products, NVIDIA GPU Display Driver on Linux R304 before 304.132, R340 before 340.98, R367 before 367.55, R36193 before 361.93.03, and R370 before 370.28 contains a vulnerability in the kernel mode layer nvidia.ko handler for mmap where improper inpu...

7.8CVSS7.1AI score0.00423EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2016/06/10 12:0 a.m.67 views

Ubuntu 14.04 LTS : Linux kernel vulnerability (USN-2999-1)

The remote Ubuntu 14.04 LTS host has a package installed that is affected by a vulnerability as referenced in the USN-2999-1 advisory. Jann Horn discovered that eCryptfs improperly attempted to use the mmap handler of a lower filesystem that did not implement one, causing a recursive page fault t...

7.8CVSS7.3AI score0.01393EPSS
SaveExploits3References2
Rows per page
Query Builder