Lucene search
+L

31160 matches found

NVD
NVD
added 2025/05/01 6:15 p.m.19 views

CVE-2025-46337

ADOdb is a PHP database class library that provides abstractions for performing queries and managing databases. Prior to version 5.22.9, improper escaping of a query parameter may allow an attacker to execute arbitrary SQL statements when the code using ADOdb connects to a PostgreSQL database and...

10CVSS0.00733EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/05/01 5:22 p.m.18 views

CVE-2025-46347

YesWiki is a wiki system written in PHP. Prior to version 4.5.4, YesWiki vulnerable to remote code execution. An arbitrary file write can be used to write a file with a PHP extension, which then can be browsed to in order to execute arbitrary code on the server, resulting in a full compromise of...

9.8CVSS8.4AI score0.00951EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2025/05/01 5:20 p.m.36 views

CVE-2025-46568 Stirling-PDF Server-Side Request Forgery (SSRF)-Induced Arbitrary File Read Vulnerability

Stirling-PDF is a locally hosted web application that allows you to perform various operations on PDF files. Prior to version 0.45.0, Stirling-PDF is vulnerable to SSRF-induced arbitrary file read. WeasyPrint redefines a set of HTML tags, including img, embed, object, and others. The references t...

8.7CVSS0.00471EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/05/01 5:20 p.m.9 views

CVE-2025-46566 Dataease redshift JDBC Connection Remote Code Execution

DataEase is an open-source BI tool alternative to Tableau. Prior to version 2.10.9, authenticated users can complete RCE through the backend JDBC link. This issue has been patched in version 2.10.9...

7.7CVSS6.3AI score0.00721EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2025/05/01 5:20 p.m.15 views

CVE-2025-46565 Vite's server.fs.deny bypassed with /. for files under project root

Vite is a frontend tooling framework for javascript. Prior to versions 6.3.4, 6.2.7, 6.1.6, 5.4.19, and 4.5.14, the contents of files in the project root that are denied by a file matching pattern can be returned to the browser. Only apps explicitly exposing the Vite dev server to the network usi...

6CVSS6.5AI score0.01166EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/05/01 5:20 p.m.76 views

CVE-2025-46565 Vite's server.fs.deny bypassed with /. for files under project root

Vite is a frontend tooling framework for javascript. Prior to versions 6.3.4, 6.2.7, 6.1.6, 5.4.19, and 4.5.14, the contents of files in the project root that are denied by a file matching pattern can be returned to the browser. Only apps explicitly exposing the Vite dev server to the network usi...

6CVSS0.01166EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2025/05/01 5:1 p.m.30 views

@cloudflare/workers-oauth-provider PKCE bypass via downgrade attack

Summary PKCE was implemented in the OAuth implementation in workers-oauth-provider that is part of MCP framework. However, it was found that an attacker could cause the check to be skipped. Impact PKCE is a defense-in-depth mechanism against certain kinds of attacks and was an optional extension ...

9.8CVSS6.9AI score0.0055EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2025/05/01 3:16 p.m.24 views

CVE-2022-49908

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix memory leak in vhciwrite Syzkaller reports a memory leak as follows: ==================================== BUG: memory leak unreferenced object 0xffff88810d81ac00 size 240: ... hex dump first 32 bytes: 00 00 ...

5.5CVSS0.00187EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/01 3:16 p.m.7 views

CVE-2022-49865

In the Linux kernel, the following vulnerability has been resolved: ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network When copying a struct ifaddrlblmsg to the network, ifalreserved remained uninitialized, resulting in a 1-byte infoleak: BUG: KMSAN: kernel-network-infoleak...

7.1CVSS0.00212EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/01 3:16 p.m.20 views

CVE-2022-49786

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: properly pin the parent in blkcgcssonline blkcgcssonline is supposed to pin the blkcg of the parent, but 397c9f46ee4d refactored things and along the way, changed it to pin the css instead. This results in extra pins,...

5.5CVSS0.00159EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/05/01 3:16 p.m.5 views

CVE-2022-49791

In the Linux kernel, the following vulnerability has been resolved: iouring: fix multishot accept request leaks Having REQFPOLLED set doesn't guarantee that the request is executed as a multishot from the polling path. Fortunately for us, if the code thinks it's multishot issue when it's not, it...

5.5CVSS6AI score0.00159EPSS
SaveExploits0References4
NVD
NVD
added 2025/05/01 3:16 p.m.11 views

CVE-2022-49776

In the Linux kernel, the following vulnerability has been resolved: macvlan: enforce a consistent minimal mtu macvlan should enforce a minimal mtu of 68, even at link creation. This patch avoids the current behavior which could lead to crashes in ipv6 stack if the link is brought up $ ip link add...

5.5CVSS0.00207EPSS
SaveExploits0References7
NVD
NVD
added 2025/05/01 2:15 p.m.22 views

CVE-2025-37776

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smbbreakalllevIIoplock There is a room in smbbreakalllevIIoplock that can cause racy issues when unlocking in the middle of the loop. This patch use read lock to protect whole loop...

8.8CVSS0.00329EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/05/01 2:11 p.m.11 views

CVE-2022-49931

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Correctly move list in scdisable Commit 13bac861952a "IB/hfi1: Fix abba locking issue with scdisable" incorrectly tries to move a list from one list head to another. The result is a kernel crash. The crash is triggered...

8.8CVSS5.5AI score0.00261EPSS
SaveExploits0
CVE
CVE
added 2025/05/01 2:11 p.m.91 views

CVE-2022-49929

CVE-2022-49929 relates to the Linux kernel RDMA/rxe path. The issue is a use-after-free-like leak in MR handling: rxe_recheck_mr() increments mr ref_cnt and, during RESPST_ERR_RNR, the code must call rxe_put(mr) to drop the extra reference to avoid a warning in __rxe_cleanup. The vulnerability is...

5.5CVSS6.4AI score0.00148EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.99 views

CVE-2022-49878

Summary: CVE-2022-49878 is a Linux kernel vulnerability in the bpf verifier’s array reallocation. When realloc_array() errors (krealloc() returns NULL), callers previously set their pointers to NULL, but krealloc() leaves the original allocation untouched, causing a memory leak. The description i...

5.5CVSS6.2AI score0.00187EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/01 2:10 p.m.13 views

CVE-2022-49859 net: lapbether: fix issue of invalid opcode in lapbeth_open()

In the Linux kernel, the following vulnerability has been resolved: net: lapbether: fix issue of invalid opcode in lapbethopen If lapbregister failed when lapb device goes to up for the first time, the NAPI is not disabled. As a result, the invalid opcode issue is reported when the lapb device go...

4.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.13 views

CVE-2022-49856

...

SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.11 views

CVE-2022-49849

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix match incorrectly in devargsmatchdevice syzkaller found a failed assertion: assertion failed: args-devid != u64-1 || args-missing, in fs/btrfs/volumes.c:6921 This can be triggered when we set devid to u64-1 by ioctl. I...

5.5CVSS5.3AI score0.0019EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.16 views

CVE-2022-49845 can: j1939: j1939_send_one(): fix missing CAN header initialization

In the Linux kernel, the following vulnerability has been resolved: can: j1939: j1939sendone: fix missing CAN header initialization The read access to struct canxlframe::len inside of a j1939 created skbuff revealed a missing initialization of reserved and later filled elements in struct canframe...

0.00204EPSS
SaveExploits0References5
Rows per page
Query Builder