CVE Database

54420+ vulnerabilities with CVSS scores, EPSS exploit predictions, and CISA KEV status. Updated daily.

Filter: All CRITICAL HIGH MEDIUM LOW CISA KEV
Sort: Newest CVSS EPSS
CVE-2025-8163
6.3 MEDIUM

A vulnerability, which was classified as critical, was found in deerwms deer-wms-2 up to 3.3. This affects an unknown part of the file /system/role/list. The …

Jul 25, 2025
CVE-2025-5449
6.5 MEDIUM

A flaw was found in the SFTP server message decoding logic of libssh. The issue occurs due to an incorrect packet length check that allows …

Jul 25, 2025
CVE-2025-8162
6.3 MEDIUM

A vulnerability, which was classified as critical, has been found in deerwms deer-wms-2 up to 3.3. Affected by this issue is some unknown functionality of …

Jul 25, 2025
CVE-2025-8161
6.3 MEDIUM

A vulnerability classified as critical was found in deerwms deer-wms-2 up to 3.3. Affected by this vulnerability is an unknown functionality of the file /system/role/export. …

Jul 25, 2025
CVE-2025-54596
4.3 MEDIUM

Abnormal Security /v1.0/rbac/users_v2/{USER_ID}/ before 2025-02-19 allows downgrading the privileges of other user accounts.

Jul 25, 2025
CVE-2025-45960
6.1 MEDIUM

Cross Site Scripting vulnerability in tawk.to Live Chat v.1.6.1 allows a remote attacker to execute arbitrary code via the web application stores and displays user-supplied …

Jul 25, 2025
CVE-2025-45893
6.1 MEDIUM

OpenCart version 4.1.0.4 is vulnerable to a Stored Cross-Site Scripting (XSS) attack via SVG file uploads used in blog posts. The vulnerability arises because SVG …

Jul 25, 2025
CVE-2025-45892
6.1 MEDIUM

OpenCart version 4.1.0.4 is vulnerable to a Stored Cross-Site Scripting (XSS) attack via the blog editor. The vulnerability arises because input in the blog's editor …

Jul 25, 2025
CVE-2025-45406
6.1 MEDIUM

A stored cross-site scripting (XSS) vulnerability in CodeIgniter4 v4.6.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the …

Jul 25, 2025
CVE-2025-36728
6.3 MEDIUM

Cross-Site Request Forgery (CSRF) vulnerability in Simplehelp.This issue affects Simplehelp: before 5.5.11.

Jul 25, 2025
CVE-2025-3508
6.5 MEDIUM

Certain HP DesignJet products may be vulnerable to information disclosure though printer's web interface allowing unauthenticated users to view sensitive print job information.

Jul 25, 2025
CVE-2025-38467
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/exynos: exynos7_drm_decon: add vblank check in IRQ handling If there's support for another console device …

Jul 25, 2025
CVE-2025-38466
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: perf: Revert to requiring CAP_SYS_ADMIN for uprobes Jann reports that uprobes can be used destructively …

Jul 25, 2025
CVE-2025-38465
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: netlink: Fix wraparounds of sk->sk_rmem_alloc. Netlink has this pattern in some places if (atomic_read(&sk->sk_rmem_alloc) > …

Jul 25, 2025
CVE-2025-38463
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: tcp: Correct signedness in skb remaining space calculation Syzkaller reported a bug [1] where sk->sk_forward_alloc …

Jul 25, 2025
CVE-2025-38462
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: vsock: Fix transport_{g2h,h2g} TOCTOU vsock_find_cid() and vsock_dev_do_ioctl() may race with module unload. transport_{g2h,h2g} may become …

Jul 25, 2025
CVE-2025-38461
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: vsock: Fix transport_* TOCTOU Transport assignment may race with module unload. Protect new_transport from becoming …

Jul 25, 2025
CVE-2025-38460
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix potential null-ptr-deref in to_atmarpd(). atmarpd is protected by RTNL since commit f3a0592b37b8 …

Jul 25, 2025
CVE-2025-38458
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix NULL pointer dereference in vcc_sendmsg() atmarpd_dev_ops does not implement the send method, …

Jul 25, 2025
CVE-2025-38457
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net/sched: Abort __tc_modify_qdisc if parent class does not exist Lion's patch [1] revealed an ancient …

Jul 25, 2025
CVE-2025-38455
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flight Reject migration of …

Jul 25, 2025
CVE-2025-38454
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ALSA: ad1816a: Fix potential NULL pointer deref in snd_card_ad1816a_pnp() Use pr_warn() instead of dev_warn() when …

Jul 25, 2025
CVE-2025-38453
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU syzbot reports that defer/local task_work adding via …

Jul 25, 2025
CVE-2025-38452
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: rtsn: Fix a null pointer dereference in rtsn_probe() Add check for the return …

Jul 25, 2025
CVE-2025-38451
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: fix GPF in bitmap_get_stats() The commit message of commit 6ec1f0239485 ("md/md-bitmap: fix stats collection …

Jul 25, 2025
CVE-2025-38450
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925_sta_set_decap_offload() Add a NULL check for msta->vif …

Jul 25, 2025
CVE-2025-38449
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Acquire references on GEM handles for framebuffers A GEM handle can be released while …

Jul 25, 2025
CVE-2025-38448
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: u_serial: Fix race condition in TTY wakeup A race condition occurs when gs_start_io() …

Jul 25, 2025
CVE-2025-38444
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: raid10: cleanup memleak at raid10_make_request If raid10_read_request or raid10_write_request registers a new request and the …

Jul 25, 2025
CVE-2025-38442
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: block: reject bs > ps block devices when THP is disabled If THP is disabled …

Jul 25, 2025
CVE-2025-38441
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto() syzbot found a potential access to uninit-value …

Jul 25, 2025
CVE-2025-38440
4.7 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix race between DIM disable and net_dim() There's a race between disabling DIM and …

Jul 25, 2025
CVE-2025-38439
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT When transmitting an XDP_REDIRECT packet, call dma_unmap_len_set() …

Jul 25, 2025
CVE-2025-38438
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: Use devm_kstrdup() to avoid memleak. sof_pdata->tplg_filename can have address allocated by …

Jul 25, 2025
CVE-2025-44608
6.5 MEDIUM

CloudClassroom-PHP Project v1.0 was discovered to contain a SQL injection vulnerability via the viewid parameter.

Jul 25, 2025
CVE-2025-38436
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/scheduler: signal scheduled fence when kill job When an entity from application B is killed, …

Jul 25, 2025
CVE-2025-38435
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: riscv: vector: Fix context save/restore with xtheadvector Previously only v0-v7 were correctly saved/restored, and the …

Jul 25, 2025
CVE-2025-38434
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: Revert "riscv: Define TASK_SIZE_MAX for __access_ok()" This reverts commit ad5643cf2f69 ("riscv: Define TASK_SIZE_MAX for __access_ok()"). …

Jul 25, 2025
CVE-2025-38433
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: riscv: fix runtime constant support for nommu kernels the `__runtime_fixup_32` function does not handle the …

Jul 25, 2025
CVE-2025-38432
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: net: netpoll: Initialize UDP checksum field before checksumming commit f1fce08e63fe ("netpoll: Eliminate redundant assignment") removed …

Jul 25, 2025
CVE-2025-38431
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix regression with native SMB symlinks Some users and customers reported that their …

Jul 25, 2025
CVE-2025-38430
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request If the request being processed …

Jul 25, 2025
CVE-2025-38429
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: ep: Update read pointer only after buffer is written Inside mhi_ep_ring_add_element, the read …

Jul 25, 2025
CVE-2025-38427
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: video: screen_info: Relocate framebuffers behind PCI bridges Apply PCI host-bridge window offsets to screen_info framebuffers. …

Jul 25, 2025
CVE-2025-38426
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Add basic validation for RAS header If RAS header read from EEPROM is corrupted, …

Jul 25, 2025
CVE-2025-38424
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: perf: Fix sample vs do_exit() Baisheng Gao reported an ARM64 crash, which Mark decoded as …

Jul 25, 2025
CVE-2025-38420
5.5 MEDIUM

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: do not ping device which has failed to load firmware Syzkaller reports [1, …

Jul 25, 2025
CVE-2025-30086
4.9 MEDIUM

CNCF Harbor 2.13.x before 2.13.1 and 2.12.x before 2.12.4 allows information disclosure by administrators who can exploit an ORM Leak present in the /api/v2.0/users endpoint …

Jul 25, 2025
CVE-2024-48730
6.5 MEDIUM

The default configuration in ETSI Open-Source MANO (OSM) v.14.x, v.15.x, v.16.x, v.17.x does not impose any restrictions on the authentication attempts performed by the default …

Jul 25, 2025
CVE-2025-8158
6.3 MEDIUM

A vulnerability was found in PHPGurukul Login and User Management System 3.3. It has been declared as critical. This vulnerability affects unknown code of the …

Jul 25, 2025

Scan your infrastructure for known CVEs

Free website and port scanning — find vulnerabilities before attackers do.