CVE tracker
274 subscribers
3.56K links
News monitoring: @irnewsagency

Main channel: @orgsecuritygate

Site: SecurityGate.org
Download Telegram
CVE-2025-40538 - SolarWinds Serv-U Broken Access Control Remote Code Execution Vulnerability

CVE ID : CVE-2025-40538
Published : Feb. 24, 2026, 8:16 a.m. | 2 hours, 50 minutes ago
Description : A broken access control vulnerability exists in Serv-U which when exploited, gives a malicious actor the ability to create a system admin user and execute arbitrary code as a privileged account via domain admin or group admin privileges. This issue requires administrative privileges to abuse. On Windows deployments, the risk is scored as a medium because services frequently run under less-privileged service accounts by default.
Severity: 9.1 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-40539 - SolarWinds Serv-U Type Confusion Remote Code Execution Vulnerability

CVE ID : CVE-2025-40539
Published : Feb. 24, 2026, 8:16 a.m. | 2 hours, 50 minutes ago
Description : A type confusion vulnerability exists in Serv-U which when exploited, gives a malicious actor the ability to execute arbitrary native code as privileged account. This issue requires administrative privileges to abuse. On Windows deployments, the risk is scored as a medium because services frequently run under less-privileged service accounts by default.
Severity: 9.1 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-40540 - SolarWinds Serv-U Type Confusion Remote Code Execution Vulnerability

CVE ID : CVE-2025-40540
Published : Feb. 24, 2026, 8:16 a.m. | 2 hours, 50 minutes ago
Description : A type confusion vulnerability exists in Serv-U which when exploited, gives a malicious actor the ability to execute arbitrary native code as privileged account. This issue requires administrative privileges to abuse. On Windows deployments, the risk is scored as a medium because services frequently run under less-privileged service accounts by default.
Severity: 9.1 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-40541 - SolarWinds Serv-U Insecure Direct Object Reference (IDOR) Remote Code Execution Vulnerability

CVE ID : CVE-2025-40541
Published : Feb. 24, 2026, 8:16 a.m. | 2 hours, 50 minutes ago
Description : An Insecure Direct Object Reference (IDOR) vulnerability exists in Serv-U, which when exploited, gives a malicious actor the ability to execute native code as a privileged account. This issue requires administrative privileges to abuse. On Windows deployments, the risk is scored as a medium because services frequently run under less-privileged service accounts by default.
Severity: 9.1 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-1229 - Incorrect calculation in CIRCL secp384r1 CombinedMult

CVE ID : CVE-2026-1229
Published : Feb. 24, 2026, 8:16 a.m. | 2 hours, 50 minutes ago
Description : The CombinedMult function in the CIRCL ecc/p384 package (secp384r1 curve) produces an incorrect value for specific inputs. The issue is fixed by using complete addition formulas. ECDH and ECDSA signing relying on this curve are not affected. The bug was fixed in v1.6.3 https://github.com/cloudflare/circl/releases/tag/v1.6.3 .
Severity: 2.9 | LOW
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2024-1524 - A local user can be impersonated when using federated authentication with Silent JIT Provisioning.

CVE ID : CVE-2024-1524
Published : Feb. 24, 2026, 9:16 a.m. | 1 hour, 50 minutes ago
Description : When the "Silent Just-In-Time Provisioning" feature is enabled for a federated identity provider (IDP) there is a risk that a local user store user's information may be replaced during the account provisioning process in cases where federated users share the same username as local users. There will be no impact on your deployment if any of the preconditions mentioned below are not met. Only when all the preconditions mentioned below are fulfilled could a malicious actor associate a targeted local user account with a federated IDP user account that they control. The Deployment should have: -An IDP configured for federated authentication with Silent JIT provisioning enabled. The malicious actor should have: -A fresh valid user account in the federated IDP that has not been used earlier. -Knowledge of the username of a valid user in the local IDP. -An account at the federated IDP matching the targeted local username.
Severity: 7.7 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-11165 - DotCMS Velocity Sandbox Escape Vulnerability

CVE ID : CVE-2025-11165
Published : Feb. 24, 2026, 9:16 a.m. | 1 hour, 50 minutes ago
Description : A sandbox escape vulnerability exists in dotCMS’s Velocity scripting engine (VTools) that allows authenticated users with scripting privileges to bypass class and package restrictions enforced by SecureUberspectorImpl. By dynamically modifying the Velocity engine’s runtime configuration and reinitializing its Uberspect, a malicious actor can remove the introspector.restrict.classes and introspector.restrict.packages protections. Once these restrictions are cleared, the attacker can access arbitrary Java classes, including java.lang.Runtime, and execute arbitrary system commands under the privileges of the application process (e.g. dotCMS or Tomcat user).
Severity: 9.4 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2024-56373 - Apache Airflow: SSTI to Code Execution in Airflow through Shared DB Information

CVE ID : CVE-2024-56373
Published : Feb. 24, 2026, 10:16 a.m. | 50 minutes ago
Description : DAG Author (who already has quite a lot of permissions) could manipulate database of Airflow 2 in the way to execute arbitrary code in the web-server context, which they should normally not be able to do, leading to potentially remote code execution in the context of web-server (server-side) as a result of a user viewing historical task information. The functionality responsible for that (log template history) has been disabled by default in 2.11.1 and users should upgrade to Airflow 3 if they want to continue to use log template history. They can also manually modify historical log file names if they want to see historical logs that were generated before the last log template change.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-27555 - Apache Airflow: Connection Secrets not masked in UI when Connection are added via Airflow cli

CVE ID : CVE-2025-27555
Published : Feb. 24, 2026, 10:16 a.m. | 50 minutes ago
Description : Airflow versions before 2.11.1 have a vulnerability that allows authenticated users with audit log access to see sensitive values in audit logs which they should not see. When sensitive connection parameters were set via airflow CLI, values of those variables appeared in the audit log and were stored unencrypted in the Airflow database. While this risk is limited to users with audit log access, it is recommended to upgrade to Airflow 2.11.1 or a later version, which addresses this issue. Users who previously used the CLI to set connections should manually delete entries with those connection sensitive values from the log table. This is similar but not the same issue as CVE-2024-50378
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2664 - Out of bounds read vulnerability in grpcfuse kernel module

CVE ID : CVE-2026-2664
Published : Feb. 24, 2026, 10:16 a.m. | 50 minutes ago
Description : An out of bounds read vulnerability in the grpcfuse kernel module present in the Linux VM in Docker Desktop for Windows, Linux and macOS up to version 4.61.0 could allow a local attacker to cause an unspecified impact by writing to /proc/docker entries. The issue has been fixed in Docker Desktop 4.62.0 .
Severity: 6.8 | MEDIUM
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2786 - Use-after-free in the JavaScript Engine component

CVE ID : CVE-2026-2786
Published : Feb. 24, 2026, 2:16 p.m. | 51 minutes ago
Description : Use-after-free in the JavaScript Engine component. This vulnerability affects Firefox < 148 and Firefox ESR < 140.8.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2787 - Use-after-free in the DOM: Window and Location component

CVE ID : CVE-2026-2787
Published : Feb. 24, 2026, 2:16 p.m. | 51 minutes ago
Description : Use-after-free in the DOM: Window and Location component. This vulnerability affects Firefox < 148, Firefox ESR < 115.33, and Firefox ESR < 140.8.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2788 - Incorrect boundary conditions in the Audio/Video: GMP component

CVE ID : CVE-2026-2788
Published : Feb. 24, 2026, 2:16 p.m. | 51 minutes ago
Description : Incorrect boundary conditions in the Audio/Video: GMP component. This vulnerability affects Firefox < 148, Firefox ESR < 115.33, and Firefox ESR < 140.8.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2789 - Use-after-free in the Graphics: ImageLib component

CVE ID : CVE-2026-2789
Published : Feb. 24, 2026, 2:16 p.m. | 51 minutes ago
Description : Use-after-free in the Graphics: ImageLib component. This vulnerability affects Firefox < 148, Firefox ESR < 115.33, and Firefox ESR < 140.8.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2790 - Same-origin policy bypass in the Networking: JAR component

CVE ID : CVE-2026-2790
Published : Feb. 24, 2026, 2:16 p.m. | 51 minutes ago
Description : Same-origin policy bypass in the Networking: JAR component. This vulnerability affects Firefox < 148 and Firefox ESR < 140.8.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2791 - Mitigation bypass in the Networking: Cache component

CVE ID : CVE-2026-2791
Published : Feb. 24, 2026, 2:16 p.m. | 51 minutes ago
Description : Mitigation bypass in the Networking: Cache component. This vulnerability affects Firefox < 148 and Firefox ESR < 140.8.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2792 - Memory safety bugs fixed in Firefox ESR 140.8, Thunderbird ESR 140.8, Firefox 148 and Thunderbird 148

CVE ID : CVE-2026-2792
Published : Feb. 24, 2026, 2:16 p.m. | 51 minutes ago
Description : Memory safety bugs present in Firefox ESR 140.7, Thunderbird ESR 140.7, Firefox 147 and Thunderbird 147. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox < 148 and Firefox ESR < 140.8.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2793 - Memory safety bugs fixed in Firefox ESR 115.33, Firefox ESR 140.8, Thunderbird ESR 140.8, Firefox 148 and Thunderbird 148

CVE ID : CVE-2026-2793
Published : Feb. 24, 2026, 2:16 p.m. | 51 minutes ago
Description : Memory safety bugs present in Firefox ESR 115.32, Firefox ESR 140.7, Thunderbird ESR 140.7, Firefox 147 and Thunderbird 147. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox < 148, Firefox ESR < 115.33, and Firefox ESR < 140.8.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2794 - Information disclosure due to uninitialized memory in Firefox and Firefox Focus for Android

CVE ID : CVE-2026-2794
Published : Feb. 24, 2026, 2:16 p.m. | 51 minutes ago
Description : Information disclosure due to uninitialized memory in Firefox and Firefox Focus for Android. This vulnerability affects Firefox < 148.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2795 - Use-after-free in the JavaScript: GC component

CVE ID : CVE-2026-2795
Published : Feb. 24, 2026, 2:16 p.m. | 51 minutes ago
Description : Use-after-free in the JavaScript: GC component. This vulnerability affects Firefox < 148.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2796 - JIT miscompilation in the JavaScript: WebAssembly component

CVE ID : CVE-2026-2796
Published : Feb. 24, 2026, 2:16 p.m. | 51 minutes ago
Description : JIT miscompilation in the JavaScript: WebAssembly component. This vulnerability affects Firefox < 148.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...