Lucene search
+L

1809 matches found

Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.12 views

CVE-2021-47014 net/sched: act_ct: fix wild memory access when clearing fragments

In the Linux kernel, the following vulnerability has been resolved: net/sched: actct: fix wild memory access when clearing fragments while testing re-assembly/re-fragmentation using actct, it's possible to observe a crash like the following one: KASAN: maybe wild-memory-access in range...

7.8CVSS6.8AI score0.00233EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/02/28 4:02 a.m.8 views

SUSE CVE-2021-46937

In the Linux kernel, the following vulnerability has been resolved: mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfstargetidswrite' DAMON debugfs interface increases the reference counts of 'struct pid's for targets from the 'targetids' file write callback 'dbgfstargetidswrite', but decreases the...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/02/27 6:02 p.m.39 views

CVE-2021-46937

In the Linux kernel, the following vulnerability has been resolved: mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfstargetidswrite' DAMON debugfs interface increases the reference counts of 'struct pid's for targets from the 'targetids' file write callback 'dbgfstargetidswrite', but decreases the...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/27 10:15 a.m.29 views

CVE-2021-46937

In the Linux kernel, the following vulnerability has been resolved: mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfstargetidswrite' DAMON debugfs interface increases the reference counts of 'struct pid's for targets from the 'targetids' file write callback 'dbgfstargetidswrite', but decreases the...

5.5CVSS5.4AI score0.00222EPSS
SaveExploits0References2
OSV
OSV
added 2024/02/27 10:15 a.m.0 views

DEBIAN-CVE-2021-46937

In the Linux kernel, the following vulnerability has been resolved: mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfstargetidswrite' DAMON debugfs interface increases the reference counts of 'struct pid's for targets from the 'targetids' file write callback 'dbgfstargetidswrite', but decreases the...

5.5CVSS5.4AI score0.00222EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2024/02/27 10:15 a.m.6 views

CVE-2021-46937

In the Linux kernel, the following vulnerability has been resolved: mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfstargetidswrite' DAMON debugfs interface increases the reference counts of 'struct pid's for targets from the 'targetids' file write callback 'dbgfstargetidswrite', but decreases the...

5.5CVSS5.9AI score0.00222EPSS
SaveExploits0References3Affected Software1
Prion
Prion
added 2024/02/27 10:15 a.m.30 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfstargetidswrite' DAMON debugfs interface increases the reference counts of 'struct pid's for targets from the 'targetids' file write callback 'dbgfstargetidswrite', but decreases the...

7.2AI score0.00222EPSS
SaveExploits0References2
OSV
OSV
added 2024/02/27 10:15 a.m.8 views

UBUNTU-CVE-2021-46937

In the Linux kernel, the following vulnerability has been resolved: mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfstargetidswrite' DAMON debugfs interface increases the reference counts of 'struct pid's for targets from the 'targetids' file write callback 'dbgfstargetidswrite', but decreases the...

5.5CVSS5.9AI score0.00222EPSS
SaveExploits0References5
CVE
CVE
added 2024/02/27 9:44 a.m.546 views

CVE-2021-46937

The connected Nessus entry confirms CVE-2021-46937 affects the Linux kernel DAMON debugfs interface: repeated writes to the target_ids file increase pid reference counts without corresponding decreases, causing a memory leak of struct pid. The issue is fixed by a kernel patch that decrements PID ...

5.5CVSS6.1AI score0.00222EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/27 9:44 a.m.20 views

CVE-2021-46937 mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'

In the Linux kernel, the following vulnerability has been resolved: mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfstargetidswrite' DAMON debugfs interface increases the reference counts of 'struct pid's for targets from the 'targetids' file write callback 'dbgfstargetidswrite', but decreases the...

6.8AI score0.00222EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/02/27 9:44 a.m.42 views

CVE-2021-46937 mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfs_target_ids_write()'

In the Linux kernel, the following vulnerability has been resolved: mm/damon/dbgfs: fix 'struct pid' leaks in 'dbgfstargetidswrite' DAMON debugfs interface increases the reference counts of 'struct pid's for targets from the 'targetids' file write callback 'dbgfstargetidswrite', but decreases the...

5.8AI score0.00222EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/27 9:44 a.m.42 views

CVE-2021-46933 usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear.

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Clear ffseventfd in ffsdataclear. ffsdataclear is indirectly called from both ffsfskillsb and ffsep0release, so it ends up being called twice when userland closes ep0 and then unmounts ffs. If userland provided ...

7.8CVSS6.7AI score0.00244EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/02/27 6:53 a.m.27 views

CVE-2021-46915 netfilter: nft_limit: avoid possible divide error in nft_limit_init

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: avoid possible divide error in nftlimitinit divu64 divides u64 by u32. nftlimitinit wants to divide u64 by u64, use the appropriate math function div64u64 divide error: 0000 1 PREEMPT SMP KASAN CPU: 1 PID: 83...

6.4AI score0.00241EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/02/27 12:00 a.m.10 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel due to a leak in the struct pid parameter of the dbgfstargetidswrite function...

5.5CVSS6.5AI score0.00222EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/02/25 12:00 a.m.14 views

PT-2024-18384 · Sourcecodester · Sourcecodester Employee Management System

Name of the Vulnerable Software and Affected Versions: SourceCodester Employee Management System version 1.0 Description: A critical issue has been found, affecting an unknown function of the file /psubmit.php. The manipulation of the argument pid with the input '+or+1%3d1%23 leads to SQL...

9.8CVSS8.1AI score0.00729EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/02/20 6:27 p.m.30 views

CVE-2023-52435 net: prevent mss overflow in skb_segment()

In the Linux kernel, the following vulnerability has been resolved: net: prevent mss overflow in skbsegment Once again syzbot is able to crash the kernel in skbsegment 1 GSOBYFRAGS is a forbidden value, but unfortunately the following computation in skbsegment can reach it quite easily : mss = ms...

6.8AI score0.00231EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/02/20 6:04 p.m.34 views

CVE-2023-52434 smb: client: fix potential OOBs in smb2_parse_contexts()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential OOBs in smb2parsecontexts Validate offsets and lengths before dereferencing create contexts in smb2parsecontexts. This fixes following oops when accessing invalid create contexts from server: BUG: unabl...

6.4AI score0.0102EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/09 2:15 p.m.9 views

CVE-2024-25318

Code-projects Hotel Managment System 1.0 allows SQL Injection via the 'pid' parameter in Hotel/admin/print.php?pid=2...

8.8CVSS5.8AI score0.00698EPSS
SaveExploits1References1
NVD
NVD
added 2024/02/09 2:15 p.m.49 views

CVE-2024-25318

Code-projects Hotel Managment System 1.0 allows SQL Injection via the 'pid' parameter in Hotel/admin/print.php?pid=2...

8.8CVSS9.1AI score0.00698EPSS
SaveExploits1References1
OSV
OSV
added 2024/02/05 6:15 p.m.5 views

DEBIAN-CVE-2024-24266

gpac v2.2.1 was discovered to contain a Use-After-Free UAF vulnerability via the dasherconfigurepid function at /src/filters/dasher.c...

7.5CVSS7.3AI score0.01327EPSS
SaveExploits1References1
Rows per page
Query Builder