Lucene search
+L

8911 matches found

SUSE CVE
SUSE CVE
added 2024/05/23 3:04 a.m.8 views

SUSE CVE-2021-47492

In the Linux kernel, the following vulnerability has been resolved: mm, thp: bail out early in collapsefile for writeback page Currently collapsefile does not explicitly check PGwriteback, instead, pagehasprivate and trytoreleasepage are used to filter writeback pages. This does not work for xfs...

5.5CVSS6.3AI score0.00218EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/22 9:15 a.m.3 views

DEBIAN-CVE-2021-47492

In the Linux kernel, the following vulnerability has been resolved: mm, thp: bail out early in collapsefile for writeback page Currently collapsefile does not explicitly check PGwriteback, instead, pagehasprivate and trytoreleasepage are used to filter writeback pages. This does not work for xfs...

5.5CVSS5.4AI score0.00218EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 7:15 a.m.8 views

UBUNTU-CVE-2021-47467

In the Linux kernel, the following vulnerability has been resolved: kunit: fix reference count leak in kfreeatend The reference counting issue happens in the normal path of kfreeatend. When kunitallocandgetresource is invoked, the function forgets to handle the returned resource object, whose...

5.3CVSS5.7AI score0.00489EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.9 views

DEBIAN-CVE-2023-52828

In the Linux kernel, the following vulnerability has been resolved: bpf: Detect IP == ksym.end as part of BPF program Now that bpfthrow kfunc is the first such call instruction that has noreturn semantics within the verifier, this also kicks in dead code elimination in unprecedented ways. For one...

5.5CVSS5.4AI score0.00246EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 4:15 p.m.7 views

UBUNTU-CVE-2023-52828

In the Linux kernel, the following vulnerability has been resolved: bpf: Detect IP == ksym.end as part of BPF program Now that bpfthrow kfunc is the first such call instruction that has noreturn semantics within the verifier, this also kicks in dead code elimination in unprecedented ways. For one...

6.6CVSS6.1AI score0.00246EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 3:15 p.m.11 views

UBUNTU-CVE-2021-47311

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

7.8CVSS6.2AI score0.00251EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2024/05/21 12:00 a.m.5 views

PT-2024-38977

Name of the Vulnerable Software and Affected Versions: AngularJS versions 1.3.0-rc.4 and greater Description: The issue is due to improper sanitization of the value of the srcset attribute in AngularJS, allowing attackers to bypass common image source restrictions. This can lead to a form of...

4.8CVSS7AI score0.00635EPSS
SaveExploits2References34
Positive Technologies
Positive Technologies
added 2024/05/21 12:00 a.m.6 views

PT-2024-38978

Name of the Vulnerable Software and Affected Versions: AngularJS versions all Description: The issue is related to improper sanitization of the value of the srcset attribute in HTML elements in AngularJS, allowing attackers to bypass common image source restrictions. This can also lead to a form ...

4.8CVSS7AI score0.00635EPSS
SaveExploits2References32
OSV
OSV
added 2024/05/20 10:15 a.m.2 views

DEBIAN-CVE-2024-36001

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix the pre-flush when appending to a file in writethrough mode In netfsperformwrite, when the file is marked NETFSICTXWRITETHROUGH or OSYNC or RWFSYNC was specified, write-through caching is performed on a buffered file...

7.8CVSS5.7AI score0.00204EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/05/20 12:00 a.m.24 views

PT-2024-26838 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue arises when writing at or above the EOF position in writethrough mode, causing a problem if there's a partial folio at the end of the file that is being written out and anoth...

9.8CVSS6.7AI score0.01305EPSS
SaveExploits3References703
Metasploit
Metasploit
added 2024/05/17 7:54 p.m.342 views

Halloy IRC Credential Gatherer

This module searches for credentials stored on Halloy IRC Client on a Windows host. Module Options msf use post/windows/gather/credentials/halloyirc msf posthalloyirc show actions ...actions... msf posthalloyirc set ACTION msf posthalloyirc show options ...show and set options... msf posthalloyir...

6.9AI score
SaveExploits0
Cvelist
Cvelist
added 2024/05/17 2:24 p.m.45 views

CVE-2023-52682 f2fs: fix to wait on block writeback for post_read case

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait on block writeback for postread case If inode is compressed, but not encrypted, it missed to call f2fswaitonblockwriteback to wait for GCed page writeback in IPU write path. Thread A GC-Thread - f2fsgc -...

6.5AI score0.00232EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/17 2:24 p.m.18 views

CVE-2023-52682 f2fs: fix to wait on block writeback for post_read case

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait on block writeback for postread case If inode is compressed, but not encrypted, it missed to call f2fswaitonblockwriteback to wait for GCed page writeback in IPU write path. Thread A GC-Thread - f2fsgc -...

6.1AI score
SaveExploits0References8
NVD
NVD
added 2024/05/17 2:15 p.m.18 views

CVE-2024-35821

In the Linux kernel, the following vulnerability has been resolved: ubifs: Set page uptodate in the correct place Page cache reads are lockless, so setting the freshly allocated page uptodate before we've overwritten it with the data it's supposed to have in it will allow a simultaneous reader to...

7.5CVSS7.3AI score0.0057EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/17 2:15 p.m.1 views

DEBIAN-CVE-2024-35821

In the Linux kernel, the following vulnerability has been resolved: ubifs: Set page uptodate in the correct place Page cache reads are lockless, so setting the freshly allocated page uptodate before we've overwritten it with the data it's supposed to have in it will allow a simultaneous reader to...

5.5CVSS5.7AI score0.0057EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/16 8:15 a.m.10 views

CVE-2024-4965

UNSUPPORTED WHEN ASSIGNED A vulnerability was found in D-Link DAR-7000-40 V31R02B1413C and classified as critical. This issue affects some unknown processing of the file /useratte/resmanage.php. The manipulation of the argument load leads to os command injection. The attack may be initiated...

9.8CVSS5.6AI score0.02853EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/16 8:15 a.m.18 views

CVE-2024-4965

UNSUPPORTED WHEN ASSIGNED A vulnerability was found in D-Link DAR-7000-40 V31R02B1413C and classified as critical. This issue affects some unknown processing of the file /useratte/resmanage.php. The manipulation of the argument load leads to os command injection. The attack may be initiated...

9.8CVSS6.9AI score0.02853EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/16 8:15 a.m.13 views

CVE-2024-4964

UNSUPPORTED WHEN ASSIGNED A vulnerability has been found in D-Link DAR-7000-40 V31R02B1413C and classified as critical. This vulnerability affects unknown code of the file /firewall/urlblist.php. The manipulation of the argument file leads to unrestricted upload. The attack can be initiated...

9.8CVSS5.5AI score0.02469EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/16 8:15 a.m.19 views

CVE-2024-4964

UNSUPPORTED WHEN ASSIGNED A vulnerability has been found in D-Link DAR-7000-40 V31R02B1413C and classified as critical. This vulnerability affects unknown code of the file /firewall/urlblist.php. The manipulation of the argument file leads to unrestricted upload. The attack can be initiated...

9.8CVSS6.5AI score0.02469EPSS
SaveExploits0References5
CVE
CVE
added 2024/05/16 7:31 a.m.66 views

CVE-2024-4965

The CVE-2024-4965 issue is a remote OS command injection in D-Link DAR-7000-40 (V31R02B1413C) triggered by manipulating the load parameter in /useratte/resmanage.php. Affected product: D-Link DAR-7000-40 (and possibly DAR-7000/DAR-8000 per PT-2024-3650). Root cause: lack of input neutralization i...

9.8CVSS7.4AI score0.02853EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder