CVE Feed

    Dashboard / CVE

    5.5
    Medium

    CVE-2024-53310

    Last Modified: 15 Apr 2026

    A Structured Exception Handler based buffer overflow vulnerability exists in Effectmatrix Total Video Converter Command Line (TVCC) 2.50 when a specially crafted file is passed to the -ff parameter. The vulnerability occurs due to improper handling of file input with overly long characters, leading to memory corruption. This can result in arbitrary code execution or denial of service.

    Published: 13 Feb 2025
    5.5
    Medium

    CVE-2024-53311

    Last Modified: 15 Apr 2026

    A Stack buffer overflow in the arguments parameter in Immunity Inc. Immunity Debugger v1.85 allows attackers to execute arbitrary code via a crafted input that exceeds the buffer size.

    Published: 13 Feb 2025
    6.8
    Medium

    CVE-2024-57782

    Last Modified: 15 Apr 2026

    An issue in Docker-proxy v18.09.0 allows attackers to cause a denial of service.

    Published: 13 Feb 2025
    5.4
    Medium

    CVE-2024-54951

    Last Modified: 14 Aug 2025

    Monica 4.1.2 is vulnerable to Cross Site Scripting (XSS). A malicious user can create a malformed contact and use that contact in the "HOW YOU MET" customization options to trigger the XSS.

    Published: 13 Feb 2025
    6.8
    Medium

    CVE-2024-56908

    Last Modified: 15 Apr 2026

    In Perfex Crm < 3.2.1, an authenticated attacker can send a crafted HTTP POST request to the affected upload_sales_file endpoint. By providing malicious input in the rel_id parameter, combined with improper input validation, the attacker can bypass restrictions and upload arbitrary files to directories of their choice, potentially leading to remote code execution or server compromise.

    Published: 13 Feb 2025
    8
    High

    CVE-2025-22961

    Last Modified: 15 Apr 2026

    A critical information disclosure vulnerability exists in the web-based management interface of GatesAir Maxiva UAXT, VAXT transmitters due to Incorrect Access Control (CWE-284). Unauthenticated attackers can directly access sensitive database backup files (snapshot_users.db) via publicly exposed URLs (/logs/devcfg/snapshot/ and /logs/devcfg/user/). Exploiting this vulnerability allows retrieval of sensitive user data, including login credentials, potentially leading to full system compromise.

    Published: 13 Feb 2025
    7.2
    High

    CVE-2025-25354

    Last Modified: 14 Feb 2025

    A SQL Injection was found in /admin/admin-profile.php in PHPGurukul Land Record System v1.0, which allows remote attackers to execute arbitrary code via the contactnumber POST request parameter.

    Published: 13 Feb 2025
    7.2
    High

    CVE-2025-25355

    Last Modified: 14 Feb 2025

    A SQL Injection vulnerability was found in /admin/bwdates-reports-details.php in PHPGurukul Land Record System v1.0, which allows remote attackers to execute arbitrary code via the fromdate POST request parameter.

    Published: 13 Feb 2025
    7.2
    High

    CVE-2025-25356

    Last Modified: 14 Feb 2025

    A SQL Injection vulnerability was found in /admin/bwdates-reports-details.php in PHPGurukul Land Record System v1.0, which allows remote attackers to execute arbitrary code via the " todate" POST request parameter.

    Published: 13 Feb 2025
    7.2
    High

    CVE-2025-25357

    Last Modified: 14 Feb 2025

    A SQL Injection vulnerability was found in /admin/contactus.php in PHPGurukul Land Record System v1.0, which allows remote attackers to execute arbitrary code via the email POST request parameter.

    Published: 13 Feb 2025
    7.8
    High

    CVE-2025-21700

    Last Modified: 2 Apr 2026

    In the Linux kernel, the following vulnerability has been resolved: net: sched: Disallow replacing of child qdisc from one parent to another Lion Ackermann was able to create a UAF which can be abused for privilege escalation with the following script Step 1. create root qdisc tc qdisc add dev lo root handle 1:0 drr step2. a class for packet aggregation do demonstrate uaf tc class add dev lo classid 1:1 drr step3. a class for nesting tc class add dev lo classid 1:2 drr step4. a class to graft qdisc to tc class add dev lo classid 1:3 drr step5. tc qdisc add dev lo parent 1:1 handle 2:0 plug limit 1024 step6. tc qdisc add dev lo parent 1:2 handle 3:0 drr step7. tc class add dev lo classid 3:1 drr step 8. tc qdisc add dev lo parent 3:1 handle 4:0 pfifo step 9. Display the class/qdisc layout tc class ls dev lo class drr 1:1 root leaf 2: quantum 64Kb class drr 1:2 root leaf 3: quantum 64Kb class drr 3:1 root leaf 4: quantum 64Kb tc qdisc ls qdisc drr 1: dev lo root refcnt 2 qdisc plug 2: dev lo parent 1:1 qdisc pfifo 4: dev lo parent 3:1 limit 1000p qdisc drr 3: dev lo parent 1:2 step10. trigger the bug <=== prevented by this patch tc qdisc replace dev lo parent 1:3 handle 4:0 step 11. Redisplay again the qdiscs/classes tc class ls dev lo class drr 1:1 root leaf 2: quantum 64Kb class drr 1:2 root leaf 3: quantum 64Kb class drr 1:3 root leaf 4: quantum 64Kb class drr 3:1 root leaf 4: quantum 64Kb tc qdisc ls qdisc drr 1: dev lo root refcnt 2 qdisc plug 2: dev lo parent 1:1 qdisc pfifo 4: dev lo parent 3:1 refcnt 2 limit 1000p qdisc drr 3: dev lo parent 1:2 Observe that a) parent for 4:0 does not change despite the replace request. There can only be one parent. b) refcount has gone up by two for 4:0 and c) both class 1:3 and 3:1 are pointing to it. Step 12. send one packet to plug echo "" | socat -u STDIN UDP4-DATAGRAM:127.0.0.1:8888,priority=$((0x10001)) step13. send one packet to the grafted fifo echo "" | socat -u STDIN UDP4-DATAGRAM:127.0.0.1:8888,priority=$((0x10003)) step14. lets trigger the uaf tc class delete dev lo classid 1:3 tc class delete dev lo classid 1:1 The semantics of "replace" is for a del/add _on the same node_ and not a delete from one node(3:1) and add to another node (1:3) as in step10. While we could "fix" with a more complex approach there could be consequences to expectations so the patch takes the preventive approach of "disallow such config". Joint work with Lion Ackermann <[email protected]>

    Published: 13 Feb 2025
    —
    Unknown

    CVE-2025-1266

    Last Modified: 13 Mar 2025

    This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

    Published: 12 Feb 2025
    5.3
    Medium

    CVE-2025-1229

    Last Modified: 15 Apr 2026

    A vulnerability classified as critical was found in olajowon Loggrove up to e428fac38cc480f011afcb1d8ce6c2bad378ddd6. Affected by this vulnerability is an unknown functionality of the file /read/?page=1&logfile=eee&match=. The manipulation of the argument path leads to os command injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. This product does not use versioning. This is why information about affected and unaffected releases are unavailable.

    Published: 12 Feb 2025
    7.1
    High

    CVE-2024-41168

    Last Modified: 15 Apr 2026

    Use after free in some Intel(R) PROSet/Wireless WiFi and Killerâ„¢ WiFi software for Windows before version 23.80 may allow an unauthenticated user to potentially enable denial of service via adjacent access.

    Published: 12 Feb 2025
    5.3
    Medium

    CVE-2025-1228

    Last Modified: 15 Apr 2026

    A vulnerability classified as problematic has been found in olajowon Loggrove up to e428fac38cc480f011afcb1d8ce6c2bad378ddd6. Affected is an unknown function of the file /read/?page=1&logfile=LOG_Monitor of the component Logfile Update Handler. The manipulation of the argument path leads to path traversal. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. Continious delivery with rolling releases is used by this product. Therefore, no version details of affected nor updated releases are available.

    Published: 12 Feb 2025
    5.6
    Medium

    CVE-2024-31068

    Last Modified: 15 Apr 2026

    Improper Finite State Machines (FSMs) in Hardware Logic for some Intel(R) Processors may allow privileged user to potentially enable denial of service via local access.

    Published: 12 Feb 2025
    8.6
    High

    CVE-2024-36262

    Last Modified: 15 Apr 2026

    Race condition in some Intel(R) System Security Report and System Resources Defense firmware may allow a privileged user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    8.7
    High

    CVE-2023-49618

    Last Modified: 15 Apr 2026

    Improper buffer restrictions in some Intel(R) System Security Report and System Resources Defense firmware may allow a privileged user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    8.7
    High

    CVE-2023-49615

    Last Modified: 15 Apr 2026

    Improper input validation in some Intel(R) System Security Report and System Resources Defense firmware may allow a privileged user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    8.7
    High

    CVE-2023-49603

    Last Modified: 15 Apr 2026

    Race condition in some Intel(R) System Security Report and System Resources Defense firmware may allow a privileged user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    5.6
    Medium

    CVE-2023-48366

    Last Modified: 15 Apr 2026

    Race condition in some Intel(R) System Security Report and System Resources Defense firmware may allow a privileged user to potentially enable information disclosure via local access.

    Published: 12 Feb 2025
    8.6
    High

    CVE-2023-48267

    Last Modified: 15 Apr 2026

    Improper buffer restrictions in some Intel(R) System Security Report and System Resources Defense firmware may allow a privileged user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    6.8
    Medium

    CVE-2024-36293

    Last Modified: 15 Apr 2026

    Improper access control in the EDECCSSA user leaf function for some Intel(R) Processors with Intel(R) SGX may allow an authenticated user to potentially enable denial of service via local access.

    Published: 12 Feb 2025
    2
    Low

    CVE-2024-39271

    Last Modified: 15 Apr 2026

    Improper restriction of communication channel to intended endpoints in some Intel(R) PROSet/Wireless WiFi and Killerâ„¢ WiFi software before version 23.80 may allow an unauthenticated user to potentially enable information disclosure via adjacent access.

    Published: 12 Feb 2025
    5.7
    Medium

    CVE-2024-36285

    Last Modified: 15 Apr 2026

    Race condition in some Intel(R) PROSet/Wireless WiFi and Killerâ„¢ WiFi software for Windows before version 23.80 may allow an authenticated user to potentially enable denial of service via local access.

    Published: 12 Feb 2025
    6
    Medium

    CVE-2024-41166

    Last Modified: 15 Apr 2026

    Stack-based buffer overflow in some Intel(R) PROSet/Wireless WiFi and Killerâ„¢ WiFi software for Windows before version 23.80 may allow an unauthenticated user to potentially enable denial of service via adjacent access.

    Published: 12 Feb 2025
    6
    Medium

    CVE-2024-40887

    Last Modified: 15 Apr 2026

    Race condition in some Intel(R) PROSet/Wireless WiFi and Killerâ„¢ WiFi software for Windows before version 23.80 may allow an unauthenticated user to potentially enable denial of service via adjacent access.

    Published: 12 Feb 2025
    6
    Medium

    CVE-2024-39606

    Last Modified: 15 Apr 2026

    Improper input validation in some Intel(R) PROSet/Wireless WiFi and Killerâ„¢ WiFi software for Windows before version 23.80 may allow an unauthenticated user to potentially enable denial of service via adjacent access.

    Published: 12 Feb 2025
    7.1
    High

    CVE-2024-39356

    Last Modified: 15 Apr 2026

    NULL pointer dereference in some Intel(R) PROSet/Wireless WiFi and Killerâ„¢ WiFi software for Windows before version 23.80 may allow an unauthenticated user to potentially enable denial of service via adjacent access.

    Published: 12 Feb 2025
    4.8
    Medium

    CVE-2024-37020

    Last Modified: 15 Apr 2026

    Sequence of processor instructions leads to unexpected behavior in the Intel(R) DSA V1.0 for some Intel(R) Xeon(R) Processors may allow an authenticated user to potentially enable denial of service via local access.

    Published: 12 Feb 2025
    5.4
    Medium

    CVE-2024-39365

    Last Modified: 15 Apr 2026

    Uncontrolled search path for the FPGA Support Package for the Intel(R) oneAPI DPC++/C++ Compiler software for Windows before version 2024.2 may allow an authenticated user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    5.4
    Medium

    CVE-2024-42405

    Last Modified: 15 Apr 2026

    Uncontrolled search path for some Intel(R) Quartus(R) Prime Software before version 23.1.1 Patch 1.01std may allow an authenticated user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    5.4
    Medium

    CVE-2024-36283

    Last Modified: 15 Apr 2026

    Uncontrolled search path for the Intel(R) Thread Director Visualizer software before version 1.0.1 may allow an authenticated user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    6.9
    Medium

    CVE-2024-32941

    Last Modified: 15 Apr 2026

    NULL pointer dereference for some Intel(R) MLC software before version v3.11b may allow an authenticated user to potentially enable denial of service via local access.

    Published: 12 Feb 2025
    5.4
    Medium

    CVE-2024-47006

    Last Modified: 15 Apr 2026

    Uncontrolled search path for the Intel(R) RealSense D400 Series Universal Windows Platform (UWP) Driver for Windows(R) 10 all versions may allow an authenticated user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    7.3
    High

    CVE-2024-39805

    Last Modified: 15 Apr 2026

    Insufficient verification of data authenticity in some Intel(R) DSA software before version 23.4.39 may allow an authenticated user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    5.4
    Medium

    CVE-2024-32942

    Last Modified: 15 Apr 2026

    Incorrect default permissions for some Intel(R) DSA installer for Windows before version 24.2.19.5 may allow an authenticated user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    5.4
    Medium

    CVE-2024-36280

    Last Modified: 15 Apr 2026

    Uncontrolled search path for some Intel(R) High Level Synthesis Compiler software before version 24.2 may allow an authenticated user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    5.4
    Medium

    CVE-2024-39372

    Last Modified: 15 Apr 2026

    Uncontrolled search path for the Intel(R) XTU software for Windows before version 7.14.2.14 may allow an authenticated user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    5.3
    Medium

    CVE-2025-20097

    Last Modified: 15 Apr 2026

    Uncaught exception in OpenBMC Firmware for the Intel(R) Server M50FCP Family and Intel(R) Server D50DNP Family before version R01.02.0002 may allow an authenticated user to potentially enable denial of service via network access.

    Published: 12 Feb 2025
    5.8
    Medium

    CVE-2023-29164

    Last Modified: 15 Apr 2026

    Improper access control in BMC Firmware for the Intel(R) Server Board S2600WF, Intel(R) Server Board S2600ST, Intel(R) Server Board S2600BP, before version 02.01.0017 and Intel(R) Server Board M50CYP and Intel(R) Server Board D50TNP before version R01.01.0009 may allow an authenticated user to enable escalation of privilege via local access.

    Published: 12 Feb 2025
    8.4
    High

    CVE-2023-31276

    Last Modified: 15 Apr 2026

    Heap-based buffer overflow in BMC Firmware for the Intel(R) Server Board S2600WF, Intel(R) Server Board S2600ST, Intel(R) Server Board S2600BP, before version 02.01.0017 and Intel(R) Server Board M50CYP and Intel(R) Server Board D50TNP before version R01.01.0009 may allow a privileged user to enable escalation of privilege via local access.

    Published: 12 Feb 2025
    5.7
    Medium

    CVE-2024-39355

    Last Modified: 15 Apr 2026

    Improper handling of physical or environmental conditions in some Intel(R) Processors may allow an authenticated user to enable denial of service via local access.

    Published: 12 Feb 2025
    4.6
    Medium

    CVE-2024-25571

    Last Modified: 15 Apr 2026

    Improper input validation in some Intel(R) SPS firmware before SPS_E5_06.01.04.059.0 may allow a privileged user to potentially enable denial of service via local access.

    Published: 12 Feb 2025
    6.8
    Medium

    CVE-2024-28047

    Last Modified: 15 Apr 2026

    Improper input validation in UEFI firmware for some Intel(R) Processors may allow a privileged user to potentially enable information disclosure via local access.

    Published: 12 Feb 2025
    6.8
    Medium

    CVE-2024-31157

    Last Modified: 15 Apr 2026

    Improper initialization in UEFI firmware OutOfBandXML module in some Intel(R) Processors may allow a privileged user to potentially enable information disclosure via local access.

    Published: 12 Feb 2025
    6.8
    Medium

    CVE-2024-39279

    Last Modified: 15 Apr 2026

    Insufficient granularity of access control in UEFI firmware in some Intel(R) processors may allow a authenticated user to potentially enable denial of service via local access.

    Published: 12 Feb 2025
    8.7
    High

    CVE-2024-28127

    Last Modified: 15 Apr 2026

    Improper input validation in UEFI firmware for some Intel(R) Processors may allow a privileged user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    8.7
    High

    CVE-2024-29214

    Last Modified: 15 Apr 2026

    Improper input validation in UEFI firmware CseVariableStorageSmm for some Intel(R) Processors may allow a privileged user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025
    8.7
    High

    CVE-2024-24582

    Last Modified: 15 Apr 2026

    Improper input validation in XmlCli feature for UEFI firmware for some Intel(R) processors may allow privileged user to potentially enable escalation of privilege via local access.

    Published: 12 Feb 2025