CVE tracker
312 subscribers
4.42K links
News monitoring: @irnewsagency

Main channel: @orgsecuritygate

Site: SecurityGate.org
Download Telegram
CVE-2025-44109 - Pinokio URL Redirection Vulnerability

CVE ID : CVE-2025-44109
Published : July 23, 2025, 8:15 p.m. | 3 hours, 43 minutes ago
Description : A URL redirection in Pinokio v3.6.23 allows attackers to redirect victim users to attacker-controlled pages.
Severity: 5.4 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-8058 - "GNU C Library Regcomp Double Free Vulnerability"

CVE ID : CVE-2025-8058
Published : July 23, 2025, 8:15 p.m. | 3 hours, 43 minutes ago
Description : The regcomp function in the GNU C library version from 2.4 to 2.41 is subject to a double free if some previous allocation fails. It can be accomplished either by a malloc failure or by using an interposed malloc that injects random malloc failures. The double free can allow buffer manipulation depending of how the regex is constructed. This issue affects all architectures and ABIs supported by the GNU C library.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-32019 - Harbor Cross-Site Scripting (XSS) Vulnerability

CVE ID : CVE-2025-32019
Published : July 23, 2025, 9:15 p.m. | 2 hours, 43 minutes ago
Description : Harbor is an open source trusted cloud native registry project that stores, signs, and scans content. Versions 2.11.2 and below, as well as versions 2.12.0-rc1 and 2.13.0-rc1, contain a vulnerability where the markdown field in the info tab page can be exploited to inject XSS code. This is fixed in versions 2.11.3 and 2.12.3.
Severity: 4.1 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-47281 - Kyverno JMESPath Variable Substitution Denial of Service

CVE ID : CVE-2025-47281
Published : July 23, 2025, 9:15 p.m. | 2 hours, 43 minutes ago
Description : Kyverno is a policy engine designed for cloud native platform engineering teams. In versions 1.14.1 and below, a Denial of Service (DoS) vulnerability exists due to improper handling of JMESPath variable substitutions. Attackers with permissions to create or update Kyverno policies can craft expressions using the {{@}} variable combined with a pipe and an invalid JMESPath function (e.g., {{@ | non_existent_function }}). This leads to a nil value being substituted into the policy structure. Subsequent processing by internal functions, specifically getValueAsStringMap, which expect string values, results in a panic due to a type assertion failure (interface {} is nil, not string). This crashes Kyverno worker threads in the admission controller and causes continuous crashes of the reports controller pod. This is fixed in version 1.14.2.
Severity: 7.7 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-53537 - LibHTP HTTP Protocol Parsing Memory Leak Vulnerability

CVE ID : CVE-2025-53537
Published : July 23, 2025, 9:15 p.m. | 2 hours, 43 minutes ago
Description : LibHTP is a security-aware parser for the HTTP protocol and its related bits and pieces. In versions 0.5.50 and below, there is a traffic-induced memory leak that can starve the process of memory, leading to loss of visibility. To workaround this issue, set `suricata.yaml app-layer.protocols.http.libhtp.default-config.lzma-enabled` to false. This issue is fixed in version 0.5.51.
Severity: 7.5 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-53942 - Authentik OAuth/SAML Deactivated User Partial Access Vulnerability

CVE ID : CVE-2025-53942
Published : July 23, 2025, 9:15 p.m. | 2 hours, 43 minutes ago
Description : authentik is an open-source Identity Provider that emphasizes flexibility and versatility, with support for a wide set of protocols. In versions 2025.4.4 and earlier, as well as versions 2025.6.0-rc1 through 2025.6.3, deactivated users who registered through OAuth/SAML or linked their accounts to OAuth/SAML providers can still retain partial access to the system despite their accounts being deactivated. They end up in a half-authenticated state where they cannot access the API but crucially they can authorize applications if they know the URL of the application. To workaround this issue, developers can add an expression policy to the user login stage on the respective authentication flow with the expression of return request.context["pending_user"].is_active. This modification ensures that the return statement only activates the user login stage when the user is active. This issue is fixed in versions authentik 2025.4.4 and 2025.6.4.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-54371 - Apache Struts Remote Code Execution

CVE ID : CVE-2025-54371
Published : July 23, 2025, 9:15 p.m. | 2 hours, 43 minutes ago
Description : Rejected reason: This CVE is a duplicate of another CVE.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-54377 - Roo Code Multi-Line Command Injection Vulnerability

CVE ID : CVE-2025-54377
Published : July 23, 2025, 9:15 p.m. | 2 hours, 43 minutes ago
Description : Roo Code is an AI-powered autonomous coding agent that lives in users' editors. In versions 3.23.18 and below, RooCode does not validate line breaks (\n) in its command input, allowing potential bypass of the allow-list mechanism. The project appears to lack parsing or validation logic to prevent multi-line command injection. When commands are evaluated for execution, only the first line or token may be considered, enabling attackers to smuggle additional commands in subsequent lines. This is fixed in version 3.23.19.
Severity: 7.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2016-15044 - Kaltura Remote Code Execution Vulnerability

CVE ID : CVE-2016-15044
Published : July 23, 2025, 10:15 p.m. | 1 hour, 43 minutes ago
Description : A remote code execution vulnerability exists in Kaltura versions prior to 11.1.0-2 due to unsafe deserialization of user-controlled data within the keditorservices module. An unauthenticated remote attacker can exploit this issue by sending a specially crafted serialized PHP object in the kdata GET parameter to the redirectWidgetCmd endpoint. Successful exploitation leads to execution of arbitrary PHP code in the context of the web server process.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-54365 - Fastapi-Guard Regular Expression ReDoS Bypass

CVE ID : CVE-2025-54365
Published : July 23, 2025, 11:15 p.m. | 43 minutes ago
Description : fastapi-guard is a security library for FastAPI that provides middleware to control IPs, log requests, detect penetration attempts and more. In version 3.0.1, the regular expression patched to mitigate the ReDoS vulnerability by limiting the length of string fails to catch inputs that exceed this limit. This type of patch fails to detect cases in which the string representing the attributes of a
CVE-2025-8250 - "Code-Projects Exam Form Submission SQL Injection Vulnerability"

CVE ID : CVE-2025-8250
Published : July 28, 2025, 1:15 a.m. | 8 hours, 46 minutes ago
Description : A vulnerability, which was classified as critical, was found in code-projects Exam Form Submission 1.0. Affected is an unknown function of the file /admin/update_s4.php. The manipulation of the argument credits leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
Severity: 7.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2022-50237 - Apache Ed25519-Dalek RSA Private Key Extraction Vulnerability

CVE ID : CVE-2022-50237
Published : July 28, 2025, 2:15 a.m. | 7 hours, 46 minutes ago
Description : The ed25519-dalek crate before 2 for Rust allows a double public key signing function oracle attack. The Keypair implementation leads to a simple computation for extracting a private key.
Severity: 5.9 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-8251 - Code-projects Exam Form Submission SQL Injection Vulnerability

CVE ID : CVE-2025-8251
Published : July 28, 2025, 2:15 a.m. | 7 hours, 46 minutes ago
Description : A vulnerability has been found in code-projects Exam Form Submission 1.0 and classified as critical. Affected by this vulnerability is an unknown functionality of the file /admin/delete_s4.php. 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.
Severity: 7.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2023-53159 - OpenSSL X509VerifyParamRef Out-of-Bounds Read

CVE ID : CVE-2023-53159
Published : July 28, 2025, 3:15 a.m. | 6 hours, 46 minutes ago
Description : The openssl crate before 0.10.55 for Rust allows an out-of-bounds read via an empty string to X509VerifyParamRef::set_host.
Severity: 4.5 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2023-53160 - Sequoia OpenPGP Array Access Vulnerability

CVE ID : CVE-2023-53160
Published : July 28, 2025, 3:15 a.m. | 6 hours, 46 minutes ago
Description : The sequoia-openpgp crate before 1.16.0 for Rust allows out-of-bounds array access and a panic.
Severity: 2.9 | LOW
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2023-53161 - Apache Buffered-Reader Out-of-Bounds Array Access Panic

CVE ID : CVE-2023-53161
Published : July 28, 2025, 3:15 a.m. | 6 hours, 46 minutes ago
Description : The buffered-reader crate before 1.1.5 for Rust allows out-of-bounds array access and a panic.
Severity: 2.9 | LOW
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-8252 - Code-projects Exam Form Submission SQL Injection Vulnerability

CVE ID : CVE-2025-8252
Published : July 28, 2025, 3:15 a.m. | 6 hours, 46 minutes ago
Description : A vulnerability was found in code-projects Exam Form Submission 1.0 and classified as critical. Affected by this issue is some unknown functionality of the file /admin/delete_s5.php. The manipulation of the argument ID leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
Severity: 7.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-8253 - "Code-Projects Exam Form Submission SQL Injection Vulnerability"

CVE ID : CVE-2025-8253
Published : July 28, 2025, 3:15 a.m. | 6 hours, 46 minutes ago
Description : A vulnerability was found in code-projects Exam Form Submission 1.0. It has been classified as critical. This affects an unknown part of the file /admin/delete_s6.php. The manipulation of the argument ID leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.
Severity: 7.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-8254 - Campcodes Courier Management System SQL Injection Vulnerability

CVE ID : CVE-2025-8254
Published : July 28, 2025, 4:15 a.m. | 5 hours, 46 minutes ago
Description : A vulnerability was found in Campcodes Courier Management System 1.0. It has been declared as critical. This vulnerability affects unknown code of the file /view_parcel.php. The manipulation of the argument ID leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
Severity: 6.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-8255 - "Code-projects Exam Form Submission Unrestricted File Upload Vulnerability"

CVE ID : CVE-2025-8255
Published : July 28, 2025, 4:15 a.m. | 5 hours, 45 minutes ago
Description : A vulnerability was found in code-projects Exam Form Submission 1.0. It has been rated as critical. This issue affects some unknown processing of the file /register.php. The manipulation of the argument image leads to unrestricted upload. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.
Severity: 7.3 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-8256 - Code-projects Online Ordering System Unrestricted File Upload Vulnerability

CVE ID : CVE-2025-8256
Published : July 28, 2025, 5:16 a.m. | 4 hours, 45 minutes ago
Description : A vulnerability classified as critical has been found in code-projects Online Ordering System 1.0. Affected is an unknown function of the file /admin/product.php. The manipulation of the argument image leads to unrestricted upload. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
Severity: 6.3 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...