CVE Feed

    Dashboard / CVE

    3.4
    Low

    CVE-2025-22211

    Last Modified: 9 Apr 2025

    A SQL injection vulnerability in the JoomShopping component versions 1.0.0-1.4.3 for Joomla allows authenticated attackers (administrator) to execute arbitrary SQL commands in the country management area in backend.

    Published: 25 Feb 2025
    7.2
    High

    CVE-2025-0514

    Last Modified: 10 Dec 2025

    Improper Input Validation vulnerability in The Document Foundation LibreOffice allows Windows Executable hyperlink targets to be executed unconditionally on activation.This issue affects LibreOffice: from 24.8 before < 24.8.5.

    Published: 25 Feb 2025
    2.8
    Low

    CVE-2024-53879

    Last Modified: 18 Sept 2025

    NVIDIA CUDA toolkit for Linux and Windows contains a vulnerability in the cuobjdump binary, where a user could cause a crash by passing a malformed ELF file to cuobjdump. A successful exploit of this vulnerability might lead to a partial denial of service.

    Published: 25 Feb 2025
    2.8
    Low

    CVE-2024-53878

    Last Modified: 18 Sept 2025

    NVIDIA CUDA toolkit for Linux and Windows contains a vulnerability in the cuobjdump binary, where a user could cause a crash by passing a malformed ELF file to cuobjdump. A successful exploit of this vulnerability might lead to a partial denial of service.

    Published: 25 Feb 2025
    4.3
    Medium

    CVE-2024-27239

    Last Modified: 1 Oct 2025

    Use after free in some Zoom Workplace Apps and SDKs may allow an authenticated user to conduct a denial of service via network access.

    Published: 25 Feb 2025
    4.3
    Medium

    CVE-2024-27246

    Last Modified: 20 Aug 2025

    Use after free in some Zoom Workplace Apps and SDKs may allow an authenticated user to conduct a denial of service via network access.

    Published: 25 Feb 2025
    4.3
    Medium

    CVE-2024-27245

    Last Modified: 20 Aug 2025

    Buffer overflow in some Zoom Workplace Apps and SDKs may allow an authenticated user to conduct a denial of service via network access.

    Published: 25 Feb 2025
    3.3
    Low

    CVE-2024-53877

    Last Modified: 18 Sept 2025

    NVIDIA CUDA toolkit for all platforms contains a vulnerability in the nvdisasm binary, where a user could cause a NULL pointer exception by passing a malformed ELF file to nvdisasm. A successful exploit of this vulnerability might lead to a partial denial of service.

    Published: 25 Feb 2025
    3.3
    Low

    CVE-2024-53876

    Last Modified: 18 Sept 2025

    NVIDIA CUDA toolkit for all platforms contains a vulnerability in the nvdisasm binary, where a user could cause an out-of-bounds read by passing a malformed ELF file to nvdisasm. A successful exploit of this vulnerability might lead to a partial denial of service.

    Published: 25 Feb 2025
    3.3
    Low

    CVE-2024-53875

    Last Modified: 18 Sept 2025

    NVIDIA CUDA toolkit for all platforms contains a vulnerability in the cuobjdump binary, where a user could cause an out-of-bounds read by passing a malformed ELF file to cuobjdump. A successful exploit of this vulnerability might lead to a partial denial of service.

    Published: 25 Feb 2025
    3.3
    Low

    CVE-2024-53874

    Last Modified: 18 Sept 2025

    NVIDIA CUDA toolkit for all platforms contains a vulnerability in the cuobjdump binary, where a user could cause an out-of-bounds read by passing a malformed ELF file to cuobjdump. A successful exploit of this vulnerability might lead to a partial denial of service.

    Published: 25 Feb 2025
    3.3
    Low

    CVE-2024-53873

    Last Modified: 18 Sept 2025

    NVIDIA CUDA toolkit for Windows contains a vulnerability in the cuobjdump binary, where a user could cause an out-of-bounds read by passing a malformed ELF file to cuobjdump. A successful exploit of this vulnerability might lead to a partial denial of service.

    Published: 25 Feb 2025
    3.3
    Low

    CVE-2024-53872

    Last Modified: 18 Sept 2025

    NVIDIA CUDA toolkit for all platforms contains a vulnerability in the cuobjdump binary, where a user could cause an out-of-bounds read by passing a malformed ELF file to cuobjdump. A successful exploit of this vulnerability might lead to a partial denial of service.

    Published: 25 Feb 2025
    3.3
    Low

    CVE-2024-53871

    Last Modified: 18 Sept 2025

    NVIDIA CUDA toolkit for all platforms contains a vulnerability in the nvdisasm binary, where a user could cause an out-of-bounds read by passing a malformed ELF file to nvdisasm. A successful exploit of this vulnerability might lead to a partial denial of service.

    Published: 25 Feb 2025
    3.3
    Low

    CVE-2024-53870

    Last Modified: 18 Sept 2025

    NVIDIA CUDA toolkit for all platforms contains a vulnerability in the cuobjdump binary, where a user could cause an out-of-bounds read by passing a malformed ELF file to cuobjdump. A successful exploit of this vulnerability might lead to a partial denial of service.

    Published: 25 Feb 2025
    8.8
    High

    CVE-2025-27148

    Last Modified: 15 Apr 2026

    Gradle is a build automation tool, and its native-platform tool provides Java bindings for native APIs. On Unix-like systems, the system temporary directory can be created with open permissions that allow multiple users to create and delete files within it. This library initialization could be vulnerable to a local privilege escalation from an attacker quickly deleting and recreating files in the system temporary directory. Gradle builds that rely on versions of net.rubygrapefruit:native-platform prior to 0.22-milestone-28 could be vulnerable to a local privilege escalation from an attacker quickly deleting and recreating files in the system temporary directory. In net.rubygrapefruit:native-platform prior to version 0.22-milestone-28, if the `Native.get(Class<>)` method was called, without calling `Native.init(File)` first, with a non-`null` argument used as working file path, then the library would initialize itself using the system temporary directory and NativeLibraryLocator.java lines 68 through 78. Version 0.22-milestone-28 has been released with changes that fix the problem. Initialization is now mandatory and no longer uses the system temporary directory, unless such a path is passed for initialization. The only workaround for affected versions is to make sure to do a proper initialization, using a location that is safe. Gradle 8.12, only that exact version, had codepaths where the initialization of the underlying native integration library took a default path, relying on copying the binaries to the system temporary directory. Any execution of Gradle exposed this exploit. Users of Windows or modern versions of macOS are not vulnerable, nor are users of a Unix-like operating system with the "sticky" bit set or `noexec` on their system temporary directory vulnerable. This problem was fixed in Gradle 8.12.1. Gradle 8.13 release also upgrades to a version of the native library that no longer has that bug. Some workarounds are available. On Unix-like operating systems, ensure that the "sticky" bit is set. This only allows the original user (or root) to delete a file. Mounting `/tmp` as `noexec` will prevent Gradle 8.12 from starting. Those who are are unable to change the permissions of the system temporary directory can move the Java temporary directory by setting the System Property java.io.tmpdir. The new path needs to limit permissions to the build user only.

    Published: 25 Feb 2025
    7.6
    High

    CVE-2024-0148

    Last Modified: 15 Apr 2026

    NVIDIA Jetson Linux and IGX OS image contains a vulnerability in the UEFI firmware RCM boot mode, where an unprivileged attacker with physical access to the device could load untrusted code. A successful exploit might lead to code execution, escalation of privileges, data tampering, denial of service, and information disclosure. The scope of the impacts can extend to other components.

    Published: 25 Feb 2025
    2.7
    Low

    CVE-2025-27146

    Last Modified: 4 Mar 2025

    matrix-appservice-irc is a Node.js IRC bridge for Matrix. The matrix-appservice-irc bridge up to version 3.0.3 contains a vulnerability which can lead to arbitrary IRC command execution as the puppeted user. The attacker can only inject commands executed as their own IRC user. The vulnerability has been patched in matrix-appservice-irc version 3.0.4.

    Published: 25 Feb 2025
    6.3
    Medium

    CVE-2025-27142

    Last Modified: 28 Feb 2025

    LocalSend is a free, open-source app that allows users to securely share files and messages with nearby devices over their local network without needing an internet connection. Prior to version 1.17.0, due to the missing sanitization of the path in the `POST /api/localsend/v2/prepare-upload` and the `POST /api/localsend/v2/upload` endpoint, a malicious file transfer request can write files to the arbitrary location on the system, resulting in the remote command execution. A malicious file transfer request sent by nearby devices can write files into an arbitrary directory. This usually allows command execution via the startup folder on Windows or Bash-related files on Linux. If the user enables the `Quick Save` feature, it will silently write files without explicit user interaction. Version 1.17.0 fixes this issue.

    Published: 25 Feb 2025
    7.9
    High

    CVE-2025-27110

    Last Modified: 26 Feb 2025

    Libmodsecurity is one component of the ModSecurity v3 project. The library codebase serves as an interface to ModSecurity Connectors taking in web traffic and applying traditional ModSecurity processing. A bug that exists only in Libmodsecurity3 version 3.0.13 means that, in 3.0.13, Libmodsecurity3 can't decode encoded HTML entities if they contains leading zeroes. Version 3.0.14 contains a fix. No known workarounds are available.

    Published: 25 Feb 2025
    8.5
    High

    CVE-2024-45421

    Last Modified: 25 Feb 2025

    Buffer overflow in some Zoom Apps may allow an authenticated user to conduct an escalation of privilege via network access.

    Published: 25 Feb 2025
    5.4
    Medium

    CVE-2024-45418

    Last Modified: 4 Mar 2025

    Symlink following in the installer for some Zoom apps for macOS before version 6.1.5 may allow an authenticated user to conduct an escalation of privilege via network access.

    Published: 25 Feb 2025
    6.8
    Medium

    CVE-2025-27139

    Last Modified: 28 Feb 2025

    Combodo iTop is a web based IT service management tool. Versions prior to 2.7.12, 3.1.2, and 3.2.0 are vulnerable to cross-site scripting when the preferences page is opened. Versions 2.7.12, 3.1.2, and 3.2.0 fix the issue.

    Published: 25 Feb 2025
    6
    Medium

    CVE-2024-45417

    Last Modified: 4 Mar 2025

    Uncontrolled resource consumption in the installer for some Zoom apps for macOS before version 6.1.5 may allow a privileged user to conduct a disclosure of information via local access.

    Published: 25 Feb 2025
    4.9
    Medium

    CVE-2024-45426

    Last Modified: 4 Mar 2025

    Incorrect ownership assignment in some Zoom Workplace Apps may allow a privileged user to conduct an information disclosure via network access.

    Published: 25 Feb 2025
    4.9
    Medium

    CVE-2024-45425

    Last Modified: 26 Feb 2025

    Incorrect user management in some Zoom Workplace Apps may allow a privileged user to conduct an information disclosure via network access.

    Published: 25 Feb 2025
    5.3
    Medium

    CVE-2024-45424

    Last Modified: 25 Feb 2025

    Business logic error in some Zoom Workplace Apps may allow an unauthenticated user to conduct a disclosure of information via network access.

    Published: 25 Feb 2025
    7.5
    High

    CVE-2024-36259

    Last Modified: 25 Feb 2025

    Improper access control in mail module of Odoo Community 17.0 and Odoo Enterprise 17.0 allows remote authenticated attackers to extract sensitive information via an oracle-based (yes/no response) crafted attack.

    Published: 25 Feb 2025
    8.9
    High

    CVE-2025-27135

    Last Modified: 22 Apr 2025

    RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine. Versions 0.15.1 and prior are vulnerable to SQL injection. The ExeSQL component extracts the SQL statement from the input and sends it directly to the database query. As of time of publication, no patched version is available.

    Published: 25 Feb 2025
    6.5
    Medium

    CVE-2025-25192

    Last Modified: 23 Apr 2025

    GLPI is a free asset and IT management software package. Prior to version 10.0.18, a low privileged user can enable debug mode and access sensitive information. Version 10.0.18 contains a patch. As a workaround, one may delete the `install/update.php` file.

    Published: 25 Feb 2025
    6.3
    Medium

    CVE-2025-23046

    Last Modified: 25 Feb 2025

    GLPI is a free asset and IT management software package. Starting in version 9.5.0 and prior to version 10.0.18, if a "Mail servers" authentication provider is configured to use an Oauth connection provided by the OauthIMAP plugin, anyone can connect to GLPI using a user name on which an Oauth authorization has already been established. Version 10.0.18 contains a patch. As a workaround, one may disable any "Mail servers" authentication provider configured to use an Oauth connection provided by the OauthIMAP plugin.

    Published: 25 Feb 2025
    7.7
    High

    CVE-2025-1204

    Last Modified: 15 Apr 2026

    The "update" binary in the firmware of the affected product sends attempts to mount to a hard-coded, routable IP address, bypassing existing device network settings to do so. The function triggers if the 'C' button is pressed at a specific time during the boot process. If an attacker is able to control or impersonate this IP address, they could upload and overwrite files on the device.

    Published: 25 Feb 2025
    7.3
    High

    CVE-2025-1068

    Last Modified: 20 Jun 2025

    There is an untrusted search path vulnerability in Esri ArcGIS AllSource 1.2 and 1.3 that may allow a low privileged attacker with write privileges to the local file system to introduce a malicious executable to the filesystem. When the victim performs a specific action using ArcGIS AllSource, the file could execute and run malicious commands under the context of the victim. This issue is corrected in ArcGIS AllSource 1.2.1 and 1.3.1.

    Published: 25 Feb 2025
    7.3
    High

    CVE-2025-1067

    Last Modified: 20 Jun 2025

    There is an untrusted search path vulnerability in Esri ArcGIS Pro 3.3 and 3.4 that may allow a low privileged attacker with write privileges to the local file system to introduce a malicious executable to the filesystem. When the victim performs a specific action using ArcGIS ArcGIS Pro, the file could execute and run malicious commands under the context of the victim. This issue is addressed in ArcGIS Pro 3.3.3 and 3.4.1.

    Published: 25 Feb 2025
    6.9
    Medium

    CVE-2025-23024

    Last Modified: 12 Jul 2025

    GLPI is a free asset and IT management software package. Starting in version 0.72 and prior to version 10.0.18, an anonymous user can disable all the active plugins. Version 10.0.18 contains a patch. As a workaround, one may delete the `install/update.php` file.

    Published: 25 Feb 2025
    6.5
    Medium

    CVE-2025-21627

    Last Modified: 13 Jul 2025

    GLPI is a free asset and IT management software package. In versions prior to 10.0.18, a malicious link can be crafted to perform a reflected XSS attack on the search page. If the anonymous ticket creation is enabled, this attack can be performed by an unauthenticated user. Version 10.0.18 contains a fix for the issue.

    Published: 25 Feb 2025
    5.8
    Medium

    CVE-2025-21626

    Last Modified: 4 Mar 2025

    GLPI is a free asset and IT management software package. Starting in version 0.71 and prior to version 10.0.18, an anonymous user can fetch sensitive information from the `status.php` endpoint. Version 10.0.18 contains a fix for the issue. Some workarounds are available. One may delete the `status.php` file, restrict its access, or remove any sensitive values from the `name` field of the active LDAP directories, mail servers authentication providers and mail receivers.

    Published: 25 Feb 2025
    10
    Critical

    CVE-2023-25574

    Last Modified: 2 Sept 2025

    `jupyterhub-ltiauthenticator` is a JupyterHub authenticator for learning tools interoperability (LTI). LTI13Authenticator that was introduced in `jupyterhub-ltiauthenticator` 1.3.0 wasn't validating JWT signatures. This is believed to allow the LTI13Authenticator to authorize a forged request. Only users that has configured a JupyterHub installation to use the authenticator class `LTI13Authenticator` are affected. `jupyterhub-ltiauthenticator` version 1.4.0 removes LTI13Authenticator to address the issue. No known workarounds are available.

    Published: 25 Feb 2025
    5.4
    Medium

    CVE-2025-26995

    Last Modified: 23 Apr 2026

    Missing Authorization vulnerability in Anton Vanyukov Market Exporter market-exporter allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Market Exporter: from n/a through <= 2.0.21.

    Published: 25 Feb 2025
    7.1
    High

    CVE-2025-26993

    Last Modified: 23 Apr 2026

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Vito Peleg Atarim atarim-visual-collaboration allows Reflected XSS.This issue affects Atarim: from n/a through <= 4.1.0.

    Published: 25 Feb 2025
    7.1
    High

    CVE-2025-26991

    Last Modified: 23 Apr 2026

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in ollybach WPPizza wppizza allows Reflected XSS.This issue affects WPPizza: from n/a through <= 3.19.4.

    Published: 25 Feb 2025
    4.3
    Medium

    CVE-2025-26983

    Last Modified: 23 Apr 2026

    Missing Authorization vulnerability in WPZOOM Recipe Card Blocks for Gutenberg & Elementor recipe-card-blocks-by-wpzoom allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Recipe Card Blocks for Gutenberg & Elementor: from n/a through <= 3.4.3.

    Published: 25 Feb 2025
    7.1
    High

    CVE-2025-26981

    Last Modified: 23 Apr 2026

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in accessiBe Web Accessibility By accessiBe accessibe allows Reflected XSS.This issue affects Web Accessibility By accessiBe: from n/a through <= 2.5.

    Published: 25 Feb 2025
    6.5
    Medium

    CVE-2025-26980

    Last Modified: 23 Apr 2026

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Wired Impact Wired Impact Volunteer Management wired-impact-volunteer-management allows Stored XSS.This issue affects Wired Impact Volunteer Management: from n/a through <= 2.5.

    Published: 25 Feb 2025
    7.5
    High

    CVE-2025-26979

    Last Modified: 23 Apr 2026

    Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in Aman Funnel Builder by FunnelKit funnel-builder allows PHP Local File Inclusion.This issue affects Funnel Builder by FunnelKit: from n/a through <= 3.9.0.

    Published: 25 Feb 2025
    3.8
    Low

    CVE-2025-26977

    Last Modified: 23 Apr 2026

    Authorization Bypass Through User-Controlled Key vulnerability in Ninja Team Filebird filebird allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Filebird: from n/a through <= 6.4.2.1.

    Published: 25 Feb 2025
    5.3
    Medium

    CVE-2025-26975

    Last Modified: 23 Apr 2026

    Missing Authorization vulnerability in WP Chill Strong Testimonials strong-testimonials allows Accessing Functionality Not Properly Constrained by ACLs.This issue affects Strong Testimonials: from n/a through <= 3.2.3.

    Published: 25 Feb 2025
    9.3
    Critical

    CVE-2025-26974

    Last Modified: 23 Apr 2026

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in WPExperts.io WP Multistore Locator wp-multi-store-locator allows Blind SQL Injection.This issue affects WP Multistore Locator: from n/a through <= 2.5.1.

    Published: 25 Feb 2025
    7.6
    High

    CVE-2025-26971

    Last Modified: 23 Apr 2026

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Ays Pro Poll Maker poll-maker allows Blind SQL Injection.This issue affects Poll Maker: from n/a through <= 5.6.5.

    Published: 25 Feb 2025
    9.8
    Critical

    CVE-2025-26966

    Last Modified: 29 Apr 2026

    Authentication Bypass Using an Alternate Path or Channel vulnerability in Aldo Latino PrivateContent private-content.This issue affects PrivateContent: from n/a through <= 8.11.5.

    Published: 25 Feb 2025