Lucene search
+L

29286 matches found

CVE
CVE
added 2025/12/09 5:55 p.m.40 views

CVE-2025-62455

CVE-2025-62455 relates to an Elevation of Privilege in Windows Message Queuing (MSMQ). The initial description cites improper input validation in MSMQ that could allow an authorized local attacker to elevate privileges. Connected documents corroborate MSMQ as the affected component and reference ...

7.8CVSS6.5AI score0.0048EPSS
SaveExploits0References1Affected Software8
EUVD
EUVD
added 2025/12/09 5:55 p.m.12 views

EUVD-2025-202231

Improper input validation in Windows Message Queuing allows an authorized attacker to elevate privileges locally...

7.8CVSS6.3AI score0.0048EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/12/09 5:55 p.m.5 views

CVE-2025-62455 Microsoft Message Queuing (MSMQ) Elevation of Privilege Vulnerability

...

7.8CVSS6.6AI score0.0048EPSS
SaveExploits0References1
Snyk
Snyk
added 2025/12/09 5:23 p.m.7 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in external media URLs passed to sendMessageComponents and other methods that take input originating from MessagegetComponents. An attacker can trigger the application to download arbitrary external...

6.9CVSS6.9AI score
SaveExploits0References2
EUVD
EUVD
added 2025/12/09 5:23 p.m.12 views

EUVD-2025-202169

JDA Java Discord API downloads external URLs when updating message components...

6.4AI score
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/09 5:20 p.m.356 views

CVE-2025-59719

An improper verification of cryptographic signature vulnerability in Fortinet FortiWeb 8.0.0, FortiWeb 7.6.0 through 7.6.4, FortiWeb 7.4.0 through 7.4.9 may allow an unauthenticated attacker to bypass the FortiCloud SSO login authentication via a crafted SAML response message...

9.8CVSS0.29546EPSS
SaveExploits1References1
OSV
OSV
added 2025/12/09 4:17 p.m.7 views

DEBIAN-CVE-2023-53841

In the Linux kernel, the following vulnerability has been resolved: devlink: report devlinkporttypewarn source device devlinkporttypewarn is scheduled for port devlink and warning when the port type is not set. But from this warning it is not easy found out which device driver has no devlink port...

5.3AI score0.00251EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.6 views

DEBIAN-CVE-2023-53825

In the Linux kernel, the following vulnerability has been resolved: kcm: Fix error handling for SOCKDGRAM in kcmsendmsg. syzkaller found a memory leak in kcmsendmsg, and commit c821a88bd720 "kcm: Fix memory leak in error path of kcmsendmsg" suppressed it by updating kcmtxmsghead-lastskb if partia...

5.5AI score0.00251EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.10 views

UBUNTU-CVE-2025-40328

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2closecachedfid findorcreatecacheddir could grab a new reference after krefput had seen the refcount drop to zero but before cfidlistlock is acquired in smb2closecachedfid, leading to...

8.8CVSS5.7AI score0.00447EPSS
SaveExploits0References22
OSV
OSV
added 2025/12/09 4:17 p.m.10 views

UBUNTU-CVE-2023-53841

In the Linux kernel, the following vulnerability has been resolved: devlink: report devlinkporttypewarn source device devlinkporttypewarn is scheduled for port devlink and warning when the port type is not set. But from this warning it is not easy found out which device driver has no devlink port...

5.7AI score0.00251EPSS
SaveExploits0References9
Microsoft CVE
Microsoft CVE
added 2025/12/09 8:00 a.m.13 views

Microsoft Message Queuing (MSMQ) Elevation of Privilege Vulnerability

Improper input validation in Windows Message Queuing allows an authorized attacker to elevate privileges locally...

7.8CVSS6.9AI score0.0048EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 4:09 a.m.14 views

CVE-2025-40328 smb: client: fix potential UAF in smb2_close_cached_fid()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2closecachedfid findorcreatecacheddir could grab a new reference after krefput had seen the refcount drop to zero but before cfidlistlock is acquired in smb2closecachedfid, leading to...

8.8CVSS6.3AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/09 4:09 a.m.36 views

CVE-2025-40328 smb: client: fix potential UAF in smb2_close_cached_fid()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2closecachedfid findorcreatecacheddir could grab a new reference after krefput had seen the refcount drop to zero but before cfidlistlock is acquired in smb2closecachedfid, leading to...

8.8CVSS0.00447EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/09 3:31 a.m.15 views

EUVD-2023-60095

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Cap MSIX used to online CPUs + 1 The irdma driver can use a maximum number of msix vectors equal to numonlinecpus + 1 and the kernel warning stack below is shown if that number is exceeded. The kernel throws a warning...

5.9AI score0.00182EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/09 1:29 a.m.34 views

CVE-2023-53825

CVE-2023-53825 affects the Linux kernel’s kcm_sendmsg() for SOCK_DGRAM. A memory-leak in the error path could corrupt the MSG_MORE queue when a partial copy occurs; the fix updates kcm_tx_msg(head)->last_skb and adds purge behavior on failure (like UDP via udp_flush_pending_frames) to avoid qu...

5.8AI score0.00251EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.16 views

CVE-2023-53825

In the Linux kernel, the following vulnerability has been resolved: kcm: Fix error handling for SOCKDGRAM in kcmsendmsg. syzkaller found a memory leak in kcmsendmsg, and commit c821a88bd720 "kcm: Fix memory leak in error path of kcmsendmsg" suppressed it by updating kcmtxmsghead-lastskb if partia...

5.5AI score0.00251EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 1:29 a.m.10 views

CVE-2023-53825 kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().

In the Linux kernel, the following vulnerability has been resolved: kcm: Fix error handling for SOCKDGRAM in kcmsendmsg. syzkaller found a memory leak in kcmsendmsg, and commit c821a88bd720 "kcm: Fix memory leak in error path of kcmsendmsg" suppressed it by updating kcmtxmsghead-lastskb if partia...

6.1AI score
SaveExploits0References11
NVD
NVD
added 2025/12/09 1:16 a.m.10 views

CVE-2023-53802

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: htchst: free skb in ath9khtcrxmsg if there is no callback function It is stated that ath9khtcrxmsg either frees the provided skb or passes its management to another callback function. However, the skb is not freed in...

0.00191EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/09 1:16 a.m.15 views

CVE-2023-53794

In the Linux kernel, the following vulnerability has been resolved: cifs: fix session state check in reconnect to avoid use-after-free issue Don't collect exiting session in smb2reconnectserver, because it will be released soon. Note that the exiting session will stay in server-smbseslist until i...

9.8CVSS0.00503EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/09 12:28 a.m.7 views

SUSE CVE-2023-53769

In the Linux kernel, the following vulnerability has been resolved: virt/coco/sev-guest: Double-buffer messages The encryption algorithms read and write directly to shared unencrypted memory, which may leak information as well as permit the host to tamper with the message integrity. Instead, copy...

5.5CVSS6.2AI score0.00099EPSS
SaveExploits0References5
Rows per page
Query Builder