VULNERABILITY INTELLIGENCE

CVE index

Use CVSS, EPSS, CISA KEV, affected-version data, and source evidence as separate signals for prioritization.

NVD data is used under its public data terms. This service is not endorsed or certified by NVD.
18,030 CVE recordsPage 959 of 1202 · EPSS data 2026.08.08
ReviewHigh
CVE-2025-29534

the affected product

An authenticated remote code execution vulnerability in PowerStick Wave Dual-Band Wifi Extender V1.0 allows an attacker with valid credentials to execute arbitrary commands with root privileges. The issue stems from insufficient sanitization of user-supplied input in the /cgi-bin/cgi_vista.cgi executable, which is passed to a system-level function call.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-8194

Python Software Foundation CPython

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during the parsing of maliciously crafted tar archives. This vulnerability can be mitigated by including the following patch after importing the “tarfile” module: https://gist.github.com/sethmlarson/1716ac5b82b73dbcbf23ad2eff8b33e1

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-50487

blood bank & donor management system

Improper session invalidation in the component /bbdms/change-password.php of PHPGurukul Blood Bank & Donor Management System v2.4 allows attackers to execute a session hijacking attack.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-50484

small crm

Improper session invalidation in the component /crm/change-password.php of PHPGurukul Small CRM v3.0 allows attackers to execute a session hijacking attack.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-50492

e-diary management system

Improper session invalidation in the component /edms/change-password.php of PHPGurukul e-Diary Management System v1 allows attackers to execute a session hijacking attack.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-50491

bank locker management system

Improper session invalidation in the component /banker/change-password.php of PHPGurukul Bank Locker Management System v1 allows attackers to execute a session hijacking attack.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-50489

student result management system

Improper session invalidation in the component /srms/change-password.php of PHPGurukul Student Result Management System v2.0 allows attackers to execute a session hijacking attack.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-50488

online library management system

Improper session invalidation in the component /library/change-password.php of PHPGurukul Online Library Management System v3.0 allows attackers to execute a session hijacking attack.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-50494

car washing management system

Improper session invalidation in the component /doctor/change-password.php of PHPGurukul Car Washing Management System v1.0 allows attackers to execute a session hijacking attack.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-50493

doctor appointment management system

Improper session invalidation in the component /doctor/change-password.php of PHPGurukul Doctor Appointment Management System v1 allows attackers to execute a session hijacking attack.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-50490

student result management system

Improper session invalidation in the component /elms/emp-changepassword.php of PHPGurukul Student Result Management System v2.0 allows attackers to execute a session hijacking attack.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-38494

Linux Linux, linux kernel, debian linux

In the Linux kernel, the following vulnerability has been resolved: HID: core: do not bypass hid_hw_raw_request hid_hw_raw_request() is actually useful to ensure the provided buffer and length are valid. Directly calling in the low level transport driver function bypassed those checks and allowed invalid paramto be used.

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-38490

Linux Linux, linux kernel

In the Linux kernel, the following vulnerability has been resolved: net: libwx: remove duplicate page_pool_put_full_page() page_pool_put_full_page() should only be invoked when freeing Rx buffers or building a skb if the size is too short. At other times, the pages need to be reused. So remove the redundant page put. In the original code, double free pages cause kernel panic: [ 876.949834] __irq_exit_rcu+0xc7/0x130 [ 876.949836] common_interrupt+0xb8/0xd0 [ 876.949838] </IRQ> [ 876.949838] <TASK> [ 876.949840] asm_common_interrupt+0x22/0x40 [ 876.949841] RIP: 0010:cpuidle_enter_state+0xc2/0...

The CVSS severity warrants an early asset and exposure review.
ReviewHigh
CVE-2025-38488

Linux Linux, linux kernel, debian linux

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free in crypt_message when using async crypto The CVE-2024-50047 fix removed asynchronous crypto handling from crypt_message(), assuming all crypto operations are synchronous. However, when hardware crypto accelerators are used, this can cause use-after-free crashes: crypt_message() // Allocate the creq buffer containing the req creq = smb2_get_aead_req(..., &req); // Async encryption returns -EINPROGRESS immediately rc = enc ? crypto_aead_encrypt(req) : crypto_aead_decrypt(req); // Free creq whil...

The CVSS severity warrants an early asset and exposure review.