CVE Feed

    Dashboard / CVE

    6.5
    Medium

    CVE-2025-28171

    Last Modified: 6 Aug 2025

    An issue in Grandstream UCM6510 v.1.0.20.52 and before allows a remote attacker to obtain sensitive information via the Login function at /cgi and /webrtccgi.

    Published: 29 Jul 2025
    6.5
    Medium

    CVE-2025-28172

    Last Modified: 6 Aug 2025

    Grandstream Networks UCM6510 v1.0.20.52 and before is vulnerable to Improper Restriction of Excessive Authentication Attempts. An attacker can perform an arbitrary number of authentication attempts using different passwords and eventually gain access to the targeted account using a brute force attack.

    Published: 29 Jul 2025
    9.8
    Critical

    CVE-2025-44136

    Last Modified: 6 Aug 2025

    MapTiler Tileserver-php v2.0 is vulnerable to Cross Site Scripting (XSS). The GET parameter "layer" is reflected in an error message without html encoding. This leads to XSS and allows an unauthenticated attacker to execute arbitrary HTML or JavaScript code on a victim's browser.

    Published: 29 Jul 2025
    8.1
    High

    CVE-2025-45346

    Last Modified: 6 Aug 2025

    SQL Injection vulnerability in Bacula-web before v.9.7.1 allows a remote attacker to execute arbitrary code via a crafted HTTP GET request.

    Published: 29 Jul 2025
    9.8
    Critical

    CVE-2025-50738

    Last Modified: 22 Aug 2025

    The Memos application, up to version v0.24.3, allows for the embedding of markdown images with arbitrary URLs. When a user views a memo containing such an image, their browser automatically fetches the image URL without explicit user consent or interaction beyond viewing the memo. This can be exploited by an attacker to disclose the viewing user's IP address, browser User-Agent string, and potentially other request-specific information to the attacker-controlled server, leading to information disclosure and user tracking.

    Published: 29 Jul 2025
    6.5
    Medium

    CVE-2025-51044

    Last Modified: 7 Aug 2025

    phpgurukul Nipah virus (NiV) Testing Management System 1.0 contains a SQL injection vulnerability in the /new-user-testing.php file, due to insufficient validation of user input for the " govtissuedid" parameter.

    Published: 29 Jul 2025
    6.5
    Medium

    CVE-2025-51045

    Last Modified: 7 Aug 2025

    Phpgurukul Pre-School Enrollment System 1.0 contains a SQL injection vulnerability in the /admin/password-recovery.php file. This vulnerability is attributed to the insufficient validation of user input for the username parameter.

    Published: 29 Jul 2025
    8.8
    High

    CVE-2025-54769

    Last Modified: 3 Nov 2025

    An authenticated, read-only user can upload a file and perform a directory traversal to have the uploaded file placed in a location of their choosing. This can be used to overwrite existing PERL modules within the application to achieve remote code execution (RCE) by an attacker.

    Published: 28 Jul 2025
    5.3
    Medium

    CVE-2025-54768

    Last Modified: 3 Nov 2025

    An API endpoint that should be limited to web application administrators is hidden from, but accessible by, lower-level read only web application users. The endpoint can be used to download logs from the appliance configuration, exposing sensitive information.

    Published: 28 Jul 2025
    6.5
    Medium

    CVE-2025-54767

    Last Modified: 3 Nov 2025

    An authenticated, read-only user can kill any processes running on the Xormon Original virtual appliance as the lpar2rrd user.

    Published: 28 Jul 2025
    5.3
    Medium

    CVE-2025-54765

    Last Modified: 3 Nov 2025

    An API endpoint that should be limited to web application administrators is hidden from, but accessible by, lower-level read only web application users. The endpoint can be used to import the appliance configuration, allowing an attacker to control the configuration of the appliance, to include granting themselves administrative level permissions.

    Published: 28 Jul 2025
    5.3
    Medium

    CVE-2025-54766

    Last Modified: 3 Nov 2025

    An API endpoint that should be limited to web application administrators is hidden from, but accessible by, lower-level read only web application users. The endpoint can be used to export the appliance configuration, exposing sensitive information.

    Published: 28 Jul 2025
    6.9
    Medium

    CVE-2025-54429

    Last Modified: 15 Apr 2026

    Polkadot Frontier is an Ethereum and EVM compatibility layer for Polkadot and Substrate. There are various account address types in Frontier, e.g. precompiled contracts, smart contracts, and externally owned accounts. Some EVM mechanisms should be unreachable by certain types of accounts for safety. For precompiles to be callable by smart contracts they must be explicitly configured as CallableByContract. If this configuration is absent, then the precompile should be unreachable via smart contract accounts. In commits prior to 0822030, the underlying implementation of CallableByContract which returned the AddressType was incorrect. It considered the contract address running under CREATE or CREATE2 to be AddressType::EOA rather than correctly as AddressType::Contract. The issue only affects users who use custom precompile implementations that utilize AddressType::EOA and AddressType::Contract. It's not directly exploitable in any of the predefined precompiles in Frontier. This is fixed in version 0822030.

    Published: 28 Jul 2025
    9.8
    Critical

    CVE-2025-54428

    Last Modified: 15 Apr 2026

    RevelaCode is an AI-powered faith-tech project that decodes biblical verses, prophecies and global events into accessible language. In versions below 1.0.1, a valid MongoDB Atlas URI with embedded username and password was accidentally committed to the public repository. This could allow unauthorized access to production or staging databases, potentially leading to data exfiltration, modification, or deletion. This is fixed in version 1.0.1. Workarounds include: immediately rotating credentials for the exposed database user, using a secret manager (like Vault, Doppler, AWS Secrets Manager, etc.) instead of storing secrets directly in code, or auditing recent access logs for suspicious activity.

    Published: 28 Jul 2025
    6.9
    Medium

    CVE-2025-54427

    Last Modified: 15 Apr 2026

    Polkadot Frontier is an Ethereum and EVM compatibility layer for Polkadot and Substrate. The extrinsic note_min_gas_price_target is an inherent extrinsic, meaning only the block producer can call it. To ensure correctness, the ProvideInherent trait should be implemented for each inherent, which includes the check_inherent call. This allows other nodes to verify if the input (in this case, the target value) is correct. However, prior to commit a754b3d, the check_inherent function has not been implemented for note_min_gas_price_target. This lets the block producer set the target value without verification. The target is then used to set the MinGasPrice, which has an upper and lower bound defined in the on_initialize hook. The block producer can set the target to the upper bound. Which also increases the upper and lower bounds for the next block. Over time, this could result in continuously raising the gas price, making contract execution too expensive and ineffective for users. An attacker could use this flaw to manipulate the gas price, potentially leading to significantly inflated transaction fees. Such manipulation could render contract execution prohibitively expensive for users, effectively resulting in a denial-of-service condition for the network. This is fixed in version a754b3d.

    Published: 28 Jul 2025
    9.9
    Critical

    CVE-2025-54426

    Last Modified: 15 Apr 2026

    Polkadot Frontier is an Ethereum and EVM compatibility layer for Polkadot and Substrate. In versions prior to commit 36f70d1, the Curve25519Add and Curve25519ScalarMul precompiles incorrectly handle invalid Ristretto point representations. Instead of returning an error, they silently treat invalid input bytes as the Ristretto identity element, leading to potentially incorrect cryptographic results. This is fixed in commit 36f70d1.

    Published: 28 Jul 2025
    5.4
    Medium

    CVE-2025-54423

    Last Modified: 22 Sept 2025

    copyparty is a portable file server. In versions up to and including versions 1.18.4, an unauthenticated attacker is able to execute arbitrary JavaScript code in a victim's browser due to improper sanitization of multimedia tags in music files, including m3u files. This is fixed in version 1.18.5.

    Published: 28 Jul 2025
    10
    Critical

    CVE-2025-54419

    Last Modified: 15 Apr 2026

    A SAML library not dependent on any frameworks that runs in Node. In version 5.0.1, Node-SAML loads the assertion from the (unsigned) original response document. This is different than the parts that are verified when checking signature. This allows an attacker to modify authentication details within a valid SAML assertion. For example, in one attack it is possible to remove any character from the SAML assertion username. To conduct the attack an attacker would need a validly signed document from the identity provider (IdP). This is fixed in version 5.1.0.

    Published: 28 Jul 2025
    7.5
    High

    CVE-2025-8194

    Last Modified: 22 Apr 2026

    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

    Published: 28 Jul 2025
    5.9
    Medium

    CVE-2025-43023

    Last Modified: 16 Jan 2026

    A potential security vulnerability has been identified in the HP Linux Imaging and Printing Software documentation. This potential vulnerability is due to the use of a weak code signing key, Digital Signature Algorithm (DSA).

    Published: 28 Jul 2025
    9.4
    Critical

    CVE-2025-54299

    Last Modified: 15 Apr 2026

    A stored XSS vulnerability in No Boss Testimonials component 1.0.0-3.0.0 and 4.0.0-4.0.2 for Joomla was discovered.

    Published: 28 Jul 2025
    9.4
    Critical

    CVE-2025-54298

    Last Modified: 15 Apr 2026

    A stored XSS vulnerability in CommentBox component 1.0.0-1.1.0 for Joomla was discovered.

    Published: 28 Jul 2025
    5.4
    Medium

    CVE-2025-7676

    Last Modified: 15 Apr 2026

    DLL hijacking of all PE32 executables when run on Windows for ARM64 CPU architecture. This allows an attacker to execute code, if the attacker can plant a DLL in the same directory as the executable. Vulnerable versions of Windows 11 for ARM attempt to load Base DLLs that would ordinarily not be loaded from the application directory. Fixed in release 24H2, but present in all earlier versions of Windows 11 for ARM CPUs.

    Published: 28 Jul 2025
    5.5
    Medium

    CVE-2025-54538

    Last Modified: 29 Jul 2025

    In JetBrains TeamCity before 2025.07 password exposure was possible via command line in the "hg pull" command

    Published: 28 Jul 2025
    5.5
    Medium

    CVE-2025-54537

    Last Modified: 29 Jul 2025

    In JetBrains TeamCity before 2025.07 user credentials were stored in plain text in memory snapshots

    Published: 28 Jul 2025
    5.4
    Medium

    CVE-2025-54536

    Last Modified: 31 Jul 2025

    In JetBrains TeamCity before 2025.07 a CSRF was possible on GraphQL endpoint

    Published: 28 Jul 2025
    5.8
    Medium

    CVE-2025-54535

    Last Modified: 29 Jul 2025

    In JetBrains TeamCity before 2025.07 password reset and email verification tokens were using weak hashing algorithms

    Published: 28 Jul 2025
    4.8
    Medium

    CVE-2025-54534

    Last Modified: 29 Jul 2025

    In JetBrains TeamCity before 2025.07 reflected XSS was possible on the agentpushPreset page

    Published: 28 Jul 2025
    4.3
    Medium

    CVE-2025-54533

    Last Modified: 29 Jul 2025

    In JetBrains TeamCity before 2025.07 improper access control allowed disclosure of build settings via VCS configuration

    Published: 28 Jul 2025
    4.3
    Medium

    CVE-2025-54532

    Last Modified: 29 Jul 2025

    In JetBrains TeamCity before 2025.07 improper access control allowed disclosure of build settings via snapshot dependencies

    Published: 28 Jul 2025
    7.7
    High

    CVE-2025-54531

    Last Modified: 26 Feb 2026

    In JetBrains TeamCity before 2025.07 path traversal was possible via plugin unpacking on Windows

    Published: 28 Jul 2025
    7.5
    High

    CVE-2025-54530

    Last Modified: 26 Feb 2026

    In JetBrains TeamCity before 2025.07 privilege escalation was possible due to incorrect directory permissions

    Published: 28 Jul 2025
    3.7
    Low

    CVE-2025-54529

    Last Modified: 31 Jul 2025

    In JetBrains TeamCity before 2025.07 a CSRF was possible in external OAuth login integration

    Published: 28 Jul 2025
    5.4
    Medium

    CVE-2025-54528

    Last Modified: 31 Jul 2025

    In JetBrains TeamCity before 2025.07 a CSRF was possible in GitHub App connection flow

    Published: 28 Jul 2025
    6.1
    Medium

    CVE-2025-54527

    Last Modified: 1 Dec 2025

    In JetBrains YouTrack before 2025.2.86935, 2025.2.87167, 2025.3.87341, 2025.3.87344 improper iframe configuration in widget sandbox allows popups to bypass security restrictions

    Published: 28 Jul 2025
    7.1
    High

    CVE-2025-6250

    Last Modified: 4 Aug 2025

    Prior to 25.4.270.0, when wmic.exe is elevated with a full admin token the user can stop the Defendpoint service, bypassing anti-tamper protections. Once the service is disabled, the malicious user can add themselves to Administrators group and run any process with elevated permissions.

    Published: 28 Jul 2025
    7.2
    High

    CVE-2025-2297

    Last Modified: 4 Aug 2025

    Prior to version 25.4.270.0, a local authenticated attacker can manipulate user profile files to add illegitimate challenge response codes into the local user registry under certain conditions. This allows users with the ability to edit their user profile files to elevate their privileges to administrator.

    Published: 28 Jul 2025
    5.4
    Medium

    CVE-2024-49343

    Last Modified: 6 Aug 2025

    IBM Informix Dynamic Server 12.10 and 14.10 is vulnerable to HTML injection. A remote attacker could inject malicious HTML code, which when viewed, would be executed in the victim's Web browser within the security context of the hosting site.

    Published: 28 Jul 2025
    7.5
    High

    CVE-2024-49342

    Last Modified: 6 Aug 2025

    IBM Informix Dynamic Server 12.10 and 14.10 uses an inadequate account lockout setting that could allow a remote attacker to brute force account credentials.

    Published: 28 Jul 2025
    9.8
    Critical

    CVE-2025-54418

    Last Modified: 5 Aug 2025

    CodeIgniter is a PHP full-stack web framework. A command injection vulnerability present in versions prior to 4.6.2 affects applications that use the ImageMagick handler for image processing (`imagick` as the image library) and either allow file uploads with user-controlled filenames and process uploaded images using the `resize()` method or use the `text()` method with user-controlled text content or options. An attacker can upload a file with a malicious filename containing shell metacharacters that get executed when the image is processed or provide malicious text content or options that get executed when adding text to images Users should upgrade to v4.6.2 or later to receive a patch. As a workaround, switch to the GD image handler (`gd`, the default handler), which is not affected by either vulnerability. For file upload scenarios, instead of using user-provided filenames, generate random names to eliminate the attack vector with `getRandomName()` when using the `move()` method, or use the `store()` method, which automatically generates safe filenames. For text operations, if one must use ImageMagick with user-controlled text, sanitize the input to only allow safe characters and validate/restrict text options.

    Published: 28 Jul 2025
    9.3
    Critical

    CVE-2025-53696

    Last Modified: 15 Apr 2026

    iSTAR Ultra performs a firmware verification on boot, however the verification does not inspect certain portions of the firmware. These firmware parts may contain malicious code. Tested up to firmware 6.9.2, later firmwares are also possibly affected.

    Published: 28 Jul 2025
    9.4
    Critical

    CVE-2025-53695

    Last Modified: 15 Apr 2026

    OS Command Injection in iSTAR Ultra products web application allows an authenticated attacker to gain even more privileged access ('root' user) to the device firmware.

    Published: 28 Jul 2025
    8.7
    High

    CVE-2025-8279

    Last Modified: 11 Aug 2025

    Insufficient input validation within GitLab Language Server 7.6.0 and later before 7.30.0 allows arbitrary GraphQL query execution

    Published: 28 Jul 2025
    9.3
    Critical

    CVE-2025-26469

    Last Modified: 3 Nov 2025

    An incorrect default permissions vulnerability exists in the CServerSettings::SetRegistryValues functionality of MedDream PACS Premium 7.3.3.840. A specially crafted application can decrypt credentials stored in a configuration-related registry key. An attacker can execute a malicious script or application to exploit this vulnerability.

    Published: 28 Jul 2025
    9.3
    Critical

    CVE-2025-27724

    Last Modified: 3 Nov 2025

    A privilege escalation vulnerability exists in the login.php functionality of meddream MedDream PACS Premium 7.3.3.840. A specially crafted .php file can lead to elevated capabilities. An attacker can upload a malicious file to trigger this vulnerability.

    Published: 28 Jul 2025
    6.1
    Medium

    CVE-2025-32731

    Last Modified: 3 Nov 2025

    A reflected cross-site scripting (xss) vulnerability exists in the radiationDoseReport.php functionality of meddream MedDream PACS Premium 7.3.5.860. A specially crafted malicious url can lead to arbitrary javascript code execution. An attacker can provide a crafted URL to trigger this vulnerability.

    Published: 28 Jul 2025
    5.8
    Medium

    CVE-2025-24485

    Last Modified: 3 Nov 2025

    A server-side request forgery vulnerability exists in the cecho.php functionality of MedDream PACS Premium 7.3.5.860. A specially crafted HTTP request can lead to SSRF. An attacker can make an unauthenticated HTTP request to trigger this vulnerability.

    Published: 28 Jul 2025
    1.9
    Low

    CVE-2025-8275

    Last Modified: 15 Apr 2026

    A vulnerability, which was classified as problematic, has been found in bsc Peru Cocktails App 1.0.0 on Android. Affected by this issue is some unknown functionality of the file AndroidManifest.xml of the component bsc.devy.peru_cocktails. The manipulation leads to improper export of android application components. It is possible to launch the attack on the local host. The exploit has been disclosed to the public and may be used.

    Published: 28 Jul 2025
    5.5
    Medium

    CVE-2025-8274

    Last Modified: 6 Aug 2025

    A vulnerability classified as critical was found in Campcodes Online Recruitment Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /admin/ajax.php?action=save_recruitment_status. The manipulation of the argument ID leads to sql injection. The attack can be launched remotely. The exploit has been disclosed to the public and may be used.

    Published: 28 Jul 2025
    8.8
    High

    CVE-2025-5997

    Last Modified: 5 Jun 2026

    Incorrect Use of Privileged APIs vulnerability in Beamsec PhishPro allows Privilege Abuse. This issue affects PhishPro: before 7.5.4.2.

    Published: 28 Jul 2025