CVE Feed

    Dashboard / CVE

    4.4
    Medium

    CVE-2025-21267

    Last Modified: 13 Feb 2026

    Microsoft Edge (Chromium-based) Spoofing Vulnerability

    Published: 6 Feb 2025
    4.3
    Medium

    CVE-2025-21404

    Last Modified: 13 Feb 2026

    Microsoft Edge (Chromium-based) Spoofing Vulnerability

    Published: 6 Feb 2025
    5.1
    Medium

    CVE-2025-1082

    Last Modified: 15 Oct 2025

    A vulnerability classified as problematic has been found in Mindskip xzs-mysql 学之思开源考试系统 3.9.0. Affected is an unknown function of the file /api/admin/question/edit of the component Exam Edit Handler. The manipulation of the argument title/content leads to cross site scripting. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

    Published: 6 Feb 2025
    —
    Unknown

    CVE-2025-1096

    Last Modified: 8 Feb 2025

    ** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. Reason: This candidate was issued in error. Notes: All references and descriptions in this candidate have been removed to prevent accidental usage.

    Published: 6 Feb 2025
    6.9
    Medium

    CVE-2025-1004

    Last Modified: 24 Feb 2026

    Certain HP LaserJet Pro printers may potentially experience a denial of service when a user sends a raw JPEG file to the printer via IPP (Internet Printing Protocol).

    Published: 6 Feb 2025
    5.5
    Medium

    CVE-2025-0158

    Last Modified: 8 Jul 2025

    IBM EntireX 11.1 could allow a local user to cause a denial of service due to an unhandled error and fault isolation.

    Published: 6 Feb 2025
    2.3
    Low

    CVE-2025-1081

    Last Modified: 15 Apr 2026

    A vulnerability was found in Bharti Airtel Xstream Fiber up to 20250123. It has been rated as problematic. This issue affects some unknown processing of the component WiFi Password Handler. The manipulation leads to use of weak credentials. The attack needs to be done within the local network. The complexity of an attack is rather high. The exploitation is known to be difficult. The exploit has been disclosed to the public and may be used. It is recommended to change the configuration settings. The vendor was contacted early about this disclosure but did not respond in any way.

    Published: 6 Feb 2025
    3.3
    Low

    CVE-2024-56467

    Last Modified: 7 Jul 2025

    IBM EntireX 11.1 could allow a local user to obtain sensitive information when a detailed technical error message is returned. This information could be used in further attacks against the system.

    Published: 6 Feb 2025
    7.1
    High

    CVE-2024-54171

    Last Modified: 7 Jul 2025

    IBM EntireX 11.1 is vulnerable to an XML external entity injection (XXE) attack when processing XML data. An authenticated attacker could exploit this vulnerability to expose sensitive information or consume memory resources.

    Published: 6 Feb 2025
    2.6
    Low

    CVE-2025-25183

    Last Modified: 1 Jul 2025

    vLLM is a high-throughput and memory-efficient inference and serving engine for LLMs. Maliciously constructed statements can lead to hash collisions, resulting in cache reuse, which can interfere with subsequent responses and cause unintended behavior. Prefix caching makes use of Python's built-in hash() function. As of Python 3.12, the behavior of hash(None) has changed to be a predictable constant value. This makes it more feasible that someone could try exploit hash collisions. The impact of a collision would be using cache that was generated using different content. Given knowledge of prompts in use and predictable hashing behavior, someone could intentionally populate the cache using a prompt known to collide with another prompt in use. This issue has been addressed in version 0.7.2 and all users are advised to upgrade. There are no known workarounds for this vulnerability.

    Published: 6 Feb 2025
    6.1
    Medium

    CVE-2024-52892

    Last Modified: 12 Aug 2025

    IBM Jazz for Service Management 1.1.3 through 1.1.3.23 is vulnerable to cross-site scripting. This vulnerability allows an unauthenticated attacker to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session.

    Published: 6 Feb 2025
    8.1
    High

    CVE-2024-47258

    Last Modified: 15 Apr 2026

    2N Access Commander version 2.1 and prior is vulnerable in default settings to Man In The Middle attack due to not verifying certificates of 2N edge devices. 2N has currently released an updated version 3.3 of 2N Access Commander, with added Certificate Fingerprint Verification. Since version 2.2 of 2N Access Commander (released in February 2022) it is also possible to enforce TLS certificate validation.It is recommended that all customers update 2N Access Commander to the latest version and use one of two mentioned practices.

    Published: 6 Feb 2025
    6
    Medium

    CVE-2024-47256

    Last Modified: 15 Apr 2026

    Successful exploitation of this vulnerability could allow an attacker (who needs to have Admin access privileges) to read hardcoded AES passphrase, which may be used for decryption of certain data within backup files of 2N Access Commander version 1.14 and older. 2N has released an updated version 3.3 of 2N Access Commander, where this vulnerability is mitigated. It is recommended that all customers update 2N Access Commander to the latest version.

    Published: 6 Feb 2025
    4.6
    Medium

    CVE-2024-13417

    Last Modified: 15 Apr 2026

    Specifically crafted payloads sent to the RFID reader could cause DoS of RFID reader. After the device is restarted, it gets back to fully working state. 2N has released an updated version 2.46 of 2N OS, where this vulnerability is mitigated. It is recommended that all customers update their devices to the latest 2N OS.

    Published: 6 Feb 2025
    4.3
    Medium

    CVE-2024-13416

    Last Modified: 15 Apr 2026

    Using API in the 2N OS device, authorized user can enable logging, which discloses valid authentication tokens in system log. 2N has released an updated version 2.46 of 2N OS, where this vulnerability is mitigated. It is recommended that all customers update their devices to the latest 2N OS.

    Published: 6 Feb 2025
    10
    Critical

    CVE-2025-24786

    Last Modified: 31 Dec 2025

    WhoDB is an open source database management tool. While the application only displays Sqlite3 databases present in the directory `/db`, there is no path traversal prevention in place. This allows an unauthenticated attacker to open any Sqlite3 database present on the host machine that the application is running on. Affected versions of WhoDB allow users to connect to Sqlite3 databases. By default, the databases must be present in `/db/` (or alternatively `./tmp/` if development mode is enabled). If no databases are present in the default directory, the UI indicates that the user is unable to open any databases. The database file is an user-controlled value. This value is used in `.Join()` with the default directory, in order to get the full path of the database file to open. No checks are performed whether the database file that is eventually opened actually resides in the default directory `/db`. This allows an attacker to use path traversal (`../../`) in order to open any Sqlite3 database present on the system. This issue has been addressed in version 0.45.0 and all users are advised to upgrade. There are no known workarounds for this vulnerability.

    Published: 6 Feb 2025
    8.6
    High

    CVE-2025-24787

    Last Modified: 31 Dec 2025

    WhoDB is an open source database management tool. In affected versions the application is vulnerable to parameter injection in database connection strings, which allows an attacker to read local files on the machine the application is running on. The application uses string concatenation to build database connection URIs which are then passed to corresponding libraries responsible for setting up the database connections. This string concatenation is done unsafely and without escaping or encoding the user input. This allows an user, in many cases, to inject arbitrary parameters into the URI string. These parameters can be potentially dangerous depending on the libraries used. One of these dangerous parameters is `allowAllFiles` in the library `github.com/go-sql-driver/mysql`. Should this be set to `true`, the library enables running the `LOAD DATA LOCAL INFILE` query on any file on the host machine (in this case, the machine that WhoDB is running on). By injecting `&allowAllFiles=true` into the connection URI and connecting to any MySQL server (such as an attacker-controlled one), the attacker is able to read local files. This issue has been addressed in version 0.45.0 and all users are advised to upgrade. There are no known workarounds for this vulnerability.

    Published: 6 Feb 2025
    8.2
    High

    CVE-2025-23217

    Last Modified: 15 Apr 2026

    mitmproxy is a interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers and mitmweb is a web-based interface for mitmproxy. In mitmweb 11.1.1 and below, a malicious client can use mitmweb's proxy server (bound to `*:8080` by default) to access mitmweb's internal API (bound to `127.0.0.1:8081` by default). In other words, while the cannot access the API directly, they can access the API through the proxy. An attacker may be able to escalate this SSRF-style access to remote code execution. The mitmproxy and mitmdump tools are unaffected. Only mitmweb is affected. This vulnerability has been fixed in mitmproxy 11.1.2 and above. Users are advised to upgrade. There are no known workarounds for this vulnerability.

    Published: 6 Feb 2025
    9.3
    Critical

    CVE-2025-24981

    Last Modified: 15 Apr 2026

    MDC is a tool to take regular Markdown and write documents interacting deeply with a Vue component. In affected versions unsafe parsing logic of the URL from markdown can lead to arbitrary JavaScript code due to a bypass to the existing guards around the `javascript:` protocol scheme in the URL. The parsing logic implement in `props.ts` maintains a deny-list approach to filtering potential malicious payload. It does so by matching protocol schemes like `javascript:` and others. These security guards can be bypassed by an adversarial that provides JavaScript URLs with HTML entities encoded via hex string. Users who consume this library and perform markdown parsing from unvalidated sources could result in rendering vulnerable XSS anchor links. This vulnerability has been addressed in version 0.13.3 and all users are advised to upgrade. There are no known workarounds for this vulnerability.

    Published: 6 Feb 2025
    7.5
    High

    CVE-2025-22867

    Last Modified: 15 Apr 2026

    On Darwin, building a Go module which contains CGO can trigger arbitrary code execution when using the Apple version of ld, due to usage of the @executable_path, @loader_path, or @rpath special values in a "#cgo LDFLAGS" directive. This issue only affected go1.24rc2.

    Published: 6 Feb 2025
    4.8
    Medium

    CVE-2025-1078

    Last Modified: 15 Apr 2026

    A vulnerability has been found in AppHouseKitchen AlDente Charge Limiter up to 1.29 on macOS and classified as critical. This vulnerability affects the function shouldAcceptNewConnection of the file com.apphousekitchen.aldente-pro.helper of the component XPC Service. The manipulation leads to improper authorization. It is possible to launch the attack on the local host. The exploit has been disclosed to the public and may be used. Upgrading to version 1.30 is able to address this issue. It is recommended to upgrade the affected component. The vendor was contacted early about this disclosure and acted very professional.

    Published: 6 Feb 2025
    4
    Medium

    CVE-2025-22866

    Last Modified: 15 Apr 2026

    Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Due to the way this function is used, we do not believe this leakage is enough to allow recovery of the private key when P-256 is used in any well known protocols.

    Published: 6 Feb 2025
    9
    Critical

    CVE-2024-39272

    Last Modified: 5 Sept 2025

    A cross-site scripting (xss) vulnerability exists in the dataset upload functionality of ClearML Enterprise Server 3.22.5-1533. A specially crafted HTTP request can lead to an arbitrary html code. An attacker can send a series of HTTP requests to trigger this vulnerability.

    Published: 6 Feb 2025
    7.7
    High

    CVE-2024-43779

    Last Modified: 5 Sept 2025

    An information disclosure vulnerability exists in the Vault API functionality of ClearML Enterprise Server 3.22.5-1533. A specially crafted HTTP request can lead to reading vaults that have been previously disabled, possibly leaking sensitive credentials. An attacker can send a series of HTTP requests to trigger this vulnerability.

    Published: 6 Feb 2025
    5.3
    Medium

    CVE-2024-13614

    Last Modified: 15 Apr 2026

    Kaspersky has fixed a security issue in Kaspersky Anti-Virus SDK for Windows, Kaspersky Security for Virtualization Light Agent, Kaspersky Endpoint Security for Windows, Kaspersky Small Office Security, Kaspersky for Windows (Standard, Plus, Premium), Kaspersky Free, Kaspersky Anti-Virus, Kaspersky Internet Security, Kaspersky Security Cloud, Kaspersky Safe Kids, Kaspersky Anti-Ransomware Tool that could allow an authenticated attacker to write data to a limited area outside the allocated kernel memory buffer. The fix was installed automatically for all Kaspersky Endpoint products.

    Published: 6 Feb 2025
    8.6
    High

    CVE-2025-0994

    Last Modified: 30 Oct 2025

    Trimble Cityworks versions prior to 15.8.9 and Cityworks with office companion versions prior to 23.10 are vulnerable to a deserialization vulnerability. This could allow an authenticated user to perform a remote code execution attack against a customer’s Microsoft Internet Information Services (IIS) web server.

    Published: 6 Feb 2025
    8.5
    High

    CVE-2022-31764

    Last Modified: 16 Jul 2025

    The Lite UI of Apache ShardingSphere ElasticJob-UI allows an attacker to perform RCE by constructing a special JDBC URL of H2 database. This issue affects Apache ShardingSphere ElasticJob-UI version 3.0.1 and prior versions. This vulnerability has been fixed in ElasticJob-UI 3.0.2. The premise of this attack is that the attacker has obtained the account and password. Otherwise, the attacker cannot perform this attack.

    Published: 6 Feb 2025
    9.4
    Critical

    CVE-2023-5878

    Last Modified: 15 Apr 2026

    Honeywell OneWireless Wireless Device Manager (WDM) for the following versions R310.x, R320.x, R321.x, R322.1, R322.2, R323.x, R330.1 contains a command injection vulnerability. An attacker who is authenticated could use the firmware update process to potentially exploit the vulnerability, leading to a command injection. Honeywell recommends updating to R322.3, R330.2 or the most recent version of this product2.

    Published: 6 Feb 2025
    5.3
    Medium

    CVE-2025-1074

    Last Modified: 2 Jul 2025

    A vulnerability, which was classified as problematic, was found in Webkul QloApps 1.6.1. Affected is the function logout of the file /en/?mylogout of the component URL Handler. The manipulation leads to cross-site request forgery. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure. They are aware about it and are working on resolving it.

    Published: 6 Feb 2025
    5.3
    Medium

    CVE-2024-24911

    Last Modified: 15 Oct 2025

    In rare scenarios, the cpca process on the Security Management Server / Domain Management Server may exit unexpectedly, creating a core dump file. When the cpca process is down, VPN and SIC connectivity issues may occur if the CRL is not present in the Security Gateway's CRL cache.

    Published: 6 Feb 2025
    4.8
    Medium

    CVE-2025-1076

    Last Modified: 15 Apr 2026

    A Stored Cross-Site Scripting (Stored XSS) vulnerability has been found in the Holded application. This vulnerability could allow an attacker to store a JavaScript payload within the editable ‘name’ and ‘icon’ parameters of the Activities functionality.

    Published: 6 Feb 2025
    6.1
    Medium

    CVE-2024-57962

    Last Modified: 17 Mar 2025

    Vulnerability of incomplete verification information in the VPN service module Impact: Successful exploitation of this vulnerability may affect availability.

    Published: 6 Feb 2025
    6.8
    Medium

    CVE-2024-57961

    Last Modified: 17 Mar 2025

    Out-of-bounds write vulnerability in the emcom module Impact: Successful exploitation of this vulnerability may cause features to perform abnormally.

    Published: 6 Feb 2025
    7.7
    High

    CVE-2024-57960

    Last Modified: 17 Mar 2025

    Input verification vulnerability in the ExternalStorageProvider module Impact: Successful exploitation of this vulnerability may affect service confidentiality.

    Published: 6 Feb 2025
    6.1
    Medium

    CVE-2024-57959

    Last Modified: 17 Mar 2025

    Use-After-Free (UAF) vulnerability in the display module Impact: Successful exploitation of this vulnerability may cause features to perform abnormally.

    Published: 6 Feb 2025
    5.7
    Medium

    CVE-2024-57958

    Last Modified: 17 Mar 2025

    Out-of-bounds array read vulnerability in the FFRT module Impact: Successful exploitation of this vulnerability may cause features to perform abnormally.

    Published: 6 Feb 2025
    6.6
    Medium

    CVE-2024-57957

    Last Modified: 17 Mar 2025

    Vulnerability of improper log information control in the UI framework module Impact: Successful exploitation of this vulnerability may affect service confidentiality.

    Published: 6 Feb 2025
    2.8
    Low

    CVE-2024-57956

    Last Modified: 17 Mar 2025

    Out-of-bounds read vulnerability in the interpreter string module Impact: Successful exploitation of this vulnerability may affect availability.

    Published: 6 Feb 2025
    6.1
    Medium

    CVE-2024-57955

    Last Modified: 26 Sept 2025

    Arbitrary write vulnerability in the Gallery module Impact: Successful exploitation of this vulnerability may affect service confidentiality.

    Published: 6 Feb 2025
    6.2
    Medium

    CVE-2024-57954

    Last Modified: 26 Sept 2025

    Permission verification vulnerability in the media library module Impact: Successful exploitation of this vulnerability may affect service confidentiality.

    Published: 6 Feb 2025
    9.4
    Critical

    CVE-2025-0982

    Last Modified: 30 Jul 2025

    Sandbox escape in the JavaScript Task feature of Google Cloud Application Integration allows an actor to execute arbitrary unsandboxed code via crafted JavaScript code executed by the Rhino engine. Effective January 24, 2025, Application Integration will no longer support Rhino as the JavaScript execution engine. No further fix actions are needed.

    Published: 6 Feb 2025
    8.6
    High

    CVE-2024-37358

    Last Modified: 29 Sept 2025

    Similarly to CVE-2024-34055, Apache James is vulnerable to denial of service through the abuse of IMAP literals from both authenticated and unauthenticated users, which could be used to cause unbounded memory allocation and very long computations Version 3.7.6 and 3.8.2 restrict such illegitimate use of IMAP literals.

    Published: 6 Feb 2025
    6.5
    Medium

    CVE-2024-45626

    Last Modified: 12 Feb 2025

    Apache James server JMAP HTML to text plain implementation in versions below 3.8.2 and 3.7.6 is subject to unbounded memory consumption that can result in a denial of service. Users are recommended to upgrade to version 3.7.6 and 3.8.2, which fix this issue.

    Published: 6 Feb 2025
    6.5
    Medium

    CVE-2025-0859

    Last Modified: 8 Apr 2026

    The Post and Page Builder by BoldGrid – Visual Drag and Drop Editor plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 1.27.6 via the template_via_url() function. This makes it possible for authenticated attackers, with Contributor-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information.

    Published: 6 Feb 2025
    6.2
    Medium

    CVE-2024-12602

    Last Modified: 17 Mar 2025

    Identity verification vulnerability in the ParamWatcher module Impact: Successful exploitation of this vulnerability may affect service confidentiality.

    Published: 6 Feb 2025
    5.5
    Medium

    CVE-2025-24845

    Last Modified: 30 Jan 2026

    Improper neutralization of argument delimiters in a command ('Argument Injection') issue exists in Defense Platform Home Edition Ver.3.9.51.x and earlier. If an attacker provides specially crafted data to the specific process of the Windows system where the product is running, the system may cause a Blue Screen of Death (BSOD), and as a result, cause a denial-of-service (DoS) condition.

    Published: 6 Feb 2025
    5.5
    Medium

    CVE-2025-24483

    Last Modified: 30 Jan 2026

    NULL pointer dereference vulnerability exists in Defense Platform Home Edition Ver.3.9.51.x and earlier. If an attacker provides specially crafted data to the specific process of the Windows system where the product is running, the system may cause a Blue Screen of Death (BSOD), and as a result, cause a denial-of-service (DoS) condition.

    Published: 6 Feb 2025
    8.8
    High

    CVE-2025-23236

    Last Modified: 4 Feb 2026

    Buffer overflow vulnerability exists in Defense Platform Home Edition Ver.3.9.51.x and earlier. If an attacker performs a specific operation, SYSTEM privilege of the Windows system where the product is running may be obtained.

    Published: 6 Feb 2025
    8.8
    High

    CVE-2025-20094

    Last Modified: 4 Feb 2026

    Unprotected Windows messaging channel ('Shatter') issue exists in Defense Platform Home Edition Ver.3.9.51.x and earlier. If an attacker sends a specially crafted message to the specific process of the Windows system where the product is running, arbitrary code may be executed with SYSTEM privilege.

    Published: 6 Feb 2025
    8.8
    High

    CVE-2025-22894

    Last Modified: 4 Feb 2026

    Unprotected Windows messaging channel ('Shatter') issue exists in Defense Platform Home Edition Ver.3.9.51.x and earlier. If an attacker sends a specially crafted message to the specific process of the Windows system where the product is running, arbitrary files in the system may be altered. As a result, an arbitrary DLL may be executed with SYSTEM privilege.

    Published: 6 Feb 2025