CVE-2026-26187 - LakeFS Path Traversal and Directory Traversal
CVE ID : CVE-2026-26187
Published : Feb. 13, 2026, 7:17 p.m. | 17 minutes ago
Description : lakeFS is an open-source tool that transforms object storage into a Git-like repositories. Prior to 1.77.0, the local block adapter (pkg/block/local/adapter.go) allows authenticated users to read and write files outside their designated storage boundaries. The verifyRelPath function used strings.HasPrefix() to verify that requested paths fall within the configured storage directory. This check was insufficient because it validated only the path prefix without requiring a path separator, allowing access to sibling directories with similar names. Also, the adapter verified that resolved paths stayed within the adapter's base path, but did not verify that object identifiers stayed within their designated storage namespace. This allowed attackers to use path traversal sequences in the object identifier to access files in other namespaces. Fixed in version v1.77.0.
Severity: 8.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2026-26187
Published : Feb. 13, 2026, 7:17 p.m. | 17 minutes ago
Description : lakeFS is an open-source tool that transforms object storage into a Git-like repositories. Prior to 1.77.0, the local block adapter (pkg/block/local/adapter.go) allows authenticated users to read and write files outside their designated storage boundaries. The verifyRelPath function used strings.HasPrefix() to verify that requested paths fall within the configured storage directory. This check was insufficient because it validated only the path prefix without requiring a path separator, allowing access to sibling directories with similar names. Also, the adapter verified that resolved paths stayed within the adapter's base path, but did not verify that object identifiers stayed within their designated storage namespace. This allowed attackers to use path traversal sequences in the object identifier to access files in other namespaces. Fixed in version v1.77.0.
Severity: 8.1 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-26190 - Milvus Unauthenticated Remote Code Execution and Data Manipulation
CVE ID : CVE-2026-26190
Published : Feb. 13, 2026, 7:17 p.m. | 17 minutes ago
Description : Milvus is an open-source vector database built for generative AI applications. Prior to 2.5.27 and 2.6.10, Milvus exposes TCP port 9091 by default, which enables authentication bypasses. The /expr debug endpoint uses a weak, predictable default authentication token derived from etcd.rootPath (default: by-dev), enabling arbitrary expression evaluation. The full REST API (/api/v1/*) is registered on the metrics/management port without any authentication, allowing unauthenticated access to all business operations including data manipulation and credential management. This vulnerability is fixed in 2.5.27 and 2.6.10.
Severity: 9.8 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2026-26190
Published : Feb. 13, 2026, 7:17 p.m. | 17 minutes ago
Description : Milvus is an open-source vector database built for generative AI applications. Prior to 2.5.27 and 2.6.10, Milvus exposes TCP port 9091 by default, which enables authentication bypasses. The /expr debug endpoint uses a weak, predictable default authentication token derived from etcd.rootPath (default: by-dev), enabling arbitrary expression evaluation. The full REST API (/api/v1/*) is registered on the metrics/management port without any authentication, allowing unauthenticated access to all business operations including data manipulation and credential management. This vulnerability is fixed in 2.5.27 and 2.6.10.
Severity: 9.8 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-26208 - "ADB Explorer Insecure Deserialization Remote Code Execution"
CVE ID : CVE-2026-26208
Published : Feb. 13, 2026, 7:17 p.m. | 17 minutes ago
Description : ADB Explorer is a fluent UI for ADB on Windows. Prior to Beta 0.9.26020, ADB Explorer is vulnerable to Insecure Deserialization leading to Remote Code Execution. The application attempts to deserialize the App.txt settings file using Newtonsoft.Json with TypeNameHandling set to Objects. This allows an attacker to supply a crafted JSON file containing a gadget chain (e.g., ObjectDataProvider) to execute arbitrary code when the application launches and subsequently saves its settings. This vulnerability is fixed in Beta 0.9.26020.
Severity: 7.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2026-26208
Published : Feb. 13, 2026, 7:17 p.m. | 17 minutes ago
Description : ADB Explorer is a fluent UI for ADB on Windows. Prior to Beta 0.9.26020, ADB Explorer is vulnerable to Insecure Deserialization leading to Remote Code Execution. The application attempts to deserialize the App.txt settings file using Newtonsoft.Json with TypeNameHandling set to Objects. This allows an attacker to supply a crafted JSON file containing a gadget chain (e.g., ObjectDataProvider) to execute arbitrary code when the application launches and subsequently saves its settings. This vulnerability is fixed in Beta 0.9.26020.
Severity: 7.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-26264 - BACnet Stack Underflow Out-of-Bounds Read Denial of Service
CVE ID : CVE-2026-26264
Published : Feb. 13, 2026, 7:17 p.m. | 17 minutes ago
Description : BACnet Stack is a BACnet open source protocol stack C library for embedded systems. Prior to 1.5.0rc4 and 1.4.3rc2, a malformed WriteProperty request can trigger a length underflow in the BACnet stack, leading to an out‑of‑bounds read and a crash (DoS). The issue is in wp.c within wp_decode_service_request. When decoding the optional priority context tag, the code passes apdu_len - apdu_size to bacnet_unsigned_context_decode without validating that apdu_size <= apdu_len. If a truncated APDU reaches this path, apdu_len - apdu_size underflows, resulting in a large size being used for decoding and an out‑of‑bounds read. This vulnerability is fixed in 1.5.0rc4 and 1.4.3rc2.
Severity: 7.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2026-26264
Published : Feb. 13, 2026, 7:17 p.m. | 17 minutes ago
Description : BACnet Stack is a BACnet open source protocol stack C library for embedded systems. Prior to 1.5.0rc4 and 1.4.3rc2, a malformed WriteProperty request can trigger a length underflow in the BACnet stack, leading to an out‑of‑bounds read and a crash (DoS). The issue is in wp.c within wp_decode_service_request. When decoding the optional priority context tag, the code passes apdu_len - apdu_size to bacnet_unsigned_context_decode without validating that apdu_size <= apdu_len. If a truncated APDU reaches this path, apdu_len - apdu_size underflows, resulting in a large size being used for decoding and an out‑of‑bounds read. This vulnerability is fixed in 1.5.0rc4 and 1.4.3rc2.
Severity: 7.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-2441 - Google Chrome Use After Free Vulnerability in CSS
CVE ID : CVE-2026-2441
Published : Feb. 13, 2026, 7:17 p.m. | 17 minutes ago
Description : Use after free in CSS in Google Chrome prior to 145.0.7632.75 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2026-2441
Published : Feb. 13, 2026, 7:17 p.m. | 17 minutes ago
Description : Use after free in CSS in Google Chrome prior to 145.0.7632.75 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2023-45291 - Apache HTTP Server Remote Code Execution
CVE ID : CVE-2023-45291
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2023-45291
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2024-34154 - Apache HTTP Server Remote Code Execution
CVE ID : CVE-2024-34154
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2024-34154
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2024-34157 - Apache HTTP Server Unvalidated User Input
CVE ID : CVE-2024-34157
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2024-34157
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-47915 - QNAP NAS Unauthenticated Command Injection
CVE ID : CVE-2025-47915
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2025-47915
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-58182 - Cisco WebEx Meeting Server Authentication Bypass
CVE ID : CVE-2025-58182
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2025-58182
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-58184 - Apache HTTP Server Reserved but Not Needed Information Disclosure
CVE ID : CVE-2025-58184
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2025-58184
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-68124 - Apache HTTP Server Cross-Site Scripting
CVE ID : CVE-2025-68124
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2025-68124
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-68125 - Apache HTTP Server Remote Code Execution
CVE ID : CVE-2025-68125
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2025-68125
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-68126 - Cisco ASA HTTP Request Smuggling
CVE ID : CVE-2025-68126
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2025-68126
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-68127 - Apache HTTP Server HTTP Request Splitting Vulnerability
CVE ID : CVE-2025-68127
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2025-68127
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-68128 - Apache HTTP Server Information Disclosure
CVE ID : CVE-2025-68128
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2025-68128
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Rejected reason: reserved but not needed
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-26333 - Calero VeraSMART < 2022 R1 .NET Remoting Arbitrary File Read Leading to ViewState RCE
CVE ID : CVE-2026-26333
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Calero VeraSMART versions prior to 2022 R1 expose an unauthenticated .NET Remoting HTTP service on TCP port 8001. The service publishes default ObjectURIs (including EndeavorServer.rem and RemoteFileReceiver.rem) and permits the use of SOAP and binary formatters with TypeFilterLevel set to Full. An unauthenticated remote attacker can invoke the exposed remoting endpoints to perform arbitrary file read and write operations via the WebClient class. This allows retrieval of sensitive files such as WebRoot\\web.config, which may disclose IIS machineKey validation and decryption keys. An attacker can use these keys to generate a malicious ASP.NET ViewState payload and achieve remote code execution within the IIS application context. Additionally, supplying a UNC path can trigger outbound SMB authentication from the service account, potentially exposing NTLMv2 hashes for relay or offline cracking.
Severity: 10.0 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2026-26333
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Calero VeraSMART versions prior to 2022 R1 expose an unauthenticated .NET Remoting HTTP service on TCP port 8001. The service publishes default ObjectURIs (including EndeavorServer.rem and RemoteFileReceiver.rem) and permits the use of SOAP and binary formatters with TypeFilterLevel set to Full. An unauthenticated remote attacker can invoke the exposed remoting endpoints to perform arbitrary file read and write operations via the WebClient class. This allows retrieval of sensitive files such as WebRoot\\web.config, which may disclose IIS machineKey validation and decryption keys. An attacker can use these keys to generate a malicious ASP.NET ViewState payload and achieve remote code execution within the IIS application context. Additionally, supplying a UNC path can trigger outbound SMB authentication from the service account, potentially exposing NTLMv2 hashes for relay or offline cracking.
Severity: 10.0 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-26334 - Calero VeraSMART < 2026 R1 Hardcoded Static AES Keys Allow Decryption of Service Credentials
CVE ID : CVE-2026-26334
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Calero VeraSMART versions prior to 2026 R1 contain hardcoded static AES encryption keys within Veramark.Framework.dll (Veramark.Core.Config class). These keys are used to encrypt the password of the service account stored in C:\\VeraSMART Data\\app.settings. An attacker with local access to the system can extract the hardcoded keys from the Veramark.Framework.dll module and decrypt the stored credentials. The recovered credentials can then be used to authenticate to the Windows host, potentially resulting in local privilege escalation depending on the privileges of the configured service account.
Severity: 8.5 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2026-26334
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Calero VeraSMART versions prior to 2026 R1 contain hardcoded static AES encryption keys within Veramark.Framework.dll (Veramark.Core.Config class). These keys are used to encrypt the password of the service account stored in C:\\VeraSMART Data\\app.settings. An attacker with local access to the system can extract the hardcoded keys from the Veramark.Framework.dll module and decrypt the stored credentials. The recovered credentials can then be used to authenticate to the Windows host, potentially resulting in local privilege escalation depending on the privileges of the configured service account.
Severity: 8.5 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2026-26335 - Calero VeraSMART < 2022 R1 Static IIS Machine Keys Enable ViewState RCE
CVE ID : CVE-2026-26335
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Calero VeraSMART versions prior to 2022 R1 use static ASP.NET/IIS machineKey values configured for the VeraSMART web application and stored in C:\\Program Files (x86)\\Veramark\\VeraSMART\\WebRoot\\web.config. An attacker who obtains these keys can craft a valid ASP.NET ViewState payload that passes integrity validation and is accepted by the application, resulting in server-side deserialization and remote code execution in the context of the IIS application.
Severity: 9.3 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2026-26335
Published : Feb. 13, 2026, 9:16 p.m. | 2 hours, 19 minutes ago
Description : Calero VeraSMART versions prior to 2022 R1 use static ASP.NET/IIS machineKey values configured for the VeraSMART web application and stored in C:\\Program Files (x86)\\Veramark\\VeraSMART\\WebRoot\\web.config. An attacker who obtains these keys can craft a valid ASP.NET ViewState payload that passes integrity validation and is accepted by the application, resulting in server-side deserialization and remote code execution in the context of the IIS application.
Severity: 9.3 | CRITICAL
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-15157 - Starfish Review Generation & Marketing for WordPress <= 3.1.19 - Authenticated (Subscriber+) Arbitrary Options Update via srm_restore_options_defaults
CVE ID : CVE-2025-15157
Published : Feb. 13, 2026, 10:16 p.m. | 1 hour, 20 minutes ago
Description : The Starfish Review Generation & Marketing for WordPress plugin for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check on the 'srm_restore_options_defaults' function in all versions up to, and including, 3.1.19. This makes it possible for authenticated attackers, with Subscriber-level access and above, to update arbitrary options on the WordPress site. This can be leveraged to update the default role for registration to administrator and enable user registration for attackers to gain administrative user access to a vulnerable site.
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2025-15157
Published : Feb. 13, 2026, 10:16 p.m. | 1 hour, 20 minutes ago
Description : The Starfish Review Generation & Marketing for WordPress plugin for WordPress is vulnerable to unauthorized modification of data that can lead to privilege escalation due to a missing capability check on the 'srm_restore_options_defaults' function in all versions up to, and including, 3.1.19. This makes it possible for authenticated attackers, with Subscriber-level access and above, to update arbitrary options on the WordPress site. This can be leveraged to update the default role for registration to administrator and enable user registration for attackers to gain administrative user access to a vulnerable site.
Severity: 8.8 | HIGH
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE-2025-69633 - PrestaShop Advanced Popup Creator SQL Injection
CVE ID : CVE-2025-69633
Published : Feb. 13, 2026, 10:16 p.m. | 1 hour, 20 minutes ago
Description : A SQL Injection vulnerability in the Advanced Popup Creator (advancedpopupcreator) module for PrestaShop 1.1.26 through 1.2.6 (Fixed in version 1.2.7) allows remote unauthenticated attackers to execute arbitrary SQL queries via the fromController parameter in the popup controller. The parameter is passed unsanitized to SQL queries in classes/AdvancedPopup.php (getPopups() and updateVisits() functions).
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
CVE ID : CVE-2025-69633
Published : Feb. 13, 2026, 10:16 p.m. | 1 hour, 20 minutes ago
Description : A SQL Injection vulnerability in the Advanced Popup Creator (advancedpopupcreator) module for PrestaShop 1.1.26 through 1.2.6 (Fixed in version 1.2.7) allows remote unauthenticated attackers to execute arbitrary SQL queries via the fromController parameter in the popup controller. The parameter is passed unsanitized to SQL queries in classes/AdvancedPopup.php (getPopups() and updateVisits() functions).
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...