Vulnerabilities

With the aim of informing, warning and helping professionals with the latest security vulnerabilities in technology systems, we have made a database available for users interested in this information, which is in Spanish and includes all of the latest documented and recognised vulnerabilities.

This repository, with over 75,000 registers, is based on the information from the NVD (National Vulnerability Database) – by virtue of a partnership agreement – through which INCIBE translates the included information into Spanish.

On occasions this list will show vulnerabilities that have still not been translated, as they are added while the INCIBE team is still carrying out the translation process. The CVE  (Common Vulnerabilities and Exposures) Standard for Information Security Vulnerability Names is used with the aim to support the exchange of information between different tools and databases.

All vulnerabilities collected are linked to different information sources, as well as available patches or solutions provided by manufacturers and developers. It is possible to carry out advanced searches, as there is the option to select different criteria to narrow down the results, some examples being vulnerability types, manufacturers and impact levels, among others.

Through RSS feeds or Newsletters we can be informed daily about the latest vulnerabilities added to the repository. Below there is a list, updated daily, where you can discover the latest vulnerabilities.

CVE-2025-71226

Publication date:
18/02/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> wifi: iwlwifi: Implement settime64 as stub for MVM/MLD PTP<br /> <br /> Since commit dfb073d32cac ("ptp: Return -EINVAL on ptp_clock_register if<br /> required ops are NULL"), PTP clock registered through ptp_clock_register<br /> is required to have ptp_clock_info.settime64 set, however, neither MVM<br /> nor MLD&amp;#39;s PTP clock implementation sets it, resulting in warnings when<br /> the interface starts up, like<br /> <br /> WARNING: drivers/ptp/ptp_clock.c:325 at ptp_clock_register+0x2c8/0x6b8, CPU#1: wpa_supplicant/469<br /> CPU: 1 UID: 0 PID: 469 Comm: wpa_supplicant Not tainted 6.18.0+ #101 PREEMPT(full)<br /> ra: ffff800002732cd4 iwl_mvm_ptp_init+0x114/0x188 [iwlmvm]<br /> ERA: 9000000002fdc468 ptp_clock_register+0x2c8/0x6b8<br /> iwlwifi 0000:01:00.0: Failed to register PHC clock (-22)<br /> <br /> I don&amp;#39;t find an appropriate firmware interface to implement settime64()<br /> for iwlwifi MLD/MVM, thus instead create a stub that returns<br /> -EOPTNOTSUPP only, suppressing the warning and allowing the PTP clock to<br /> be registered.
Severity CVSS v4.0: Pending analysis
Last modification:
18/02/2026

CVE-2025-71227

Publication date:
18/02/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> wifi: mac80211: don&amp;#39;t WARN for connections on invalid channels<br /> <br /> It&amp;#39;s not clear (to me) how exactly syzbot managed to hit this,<br /> but it seems conceivable that e.g. regulatory changed and has<br /> disabled a channel between scanning (channel is checked to be<br /> usable by cfg80211_get_ies_channel_number) and connecting on<br /> the channel later.<br /> <br /> With one scenario that isn&amp;#39;t covered elsewhere described above,<br /> the warning isn&amp;#39;t good, replace it with a (more informative)<br /> error message.
Severity CVSS v4.0: Pending analysis
Last modification:
18/02/2026

CVE-2025-71228

Publication date:
18/02/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> LoongArch: Set correct protection_map[] for VM_NONE/VM_SHARED<br /> <br /> For 32BIT platform _PAGE_PROTNONE is 0, so set a VMA to be VM_NONE or<br /> VM_SHARED will make pages non-present, then cause Oops with kernel page<br /> fault.<br /> <br /> Fix it by set correct protection_map[] for VM_NONE/VM_SHARED, replacing<br /> _PAGE_PROTNONE with _PAGE_PRESENT.
Severity CVSS v4.0: Pending analysis
Last modification:
18/02/2026

CVE-2026-1404

Publication date:
18/02/2026
The Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction &amp; Membership Plugin plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the filter parameters (e.g., &amp;#39;filter_first_name&amp;#39;) in all versions up to, and including, 2.11.1 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
Severity CVSS v4.0: Pending analysis
Last modification:
18/02/2026

CVE-2025-61982

Publication date:
18/02/2026
An arbitrary code execution vulnerability exists in the Code Stream directive functionality of OpenCFD OpenFOAM 2506. A specially crafted OpenFOAM simulation file can lead to arbitrary code execution. An attacker can provide a malicious file to trigger this vulnerability.
Severity CVSS v4.0: Pending analysis
Last modification:
18/02/2026

CVE-2026-2464

Publication date:
18/02/2026
Path traversal vulnerability in the AMR Printer Management 1.01 Beta web service, which allows remote attackers to read arbitrary files from the underlying Windows system by using specially crafted path traversal sequences in requests directed to the web management service. The service is accessible without authentication and runs with elevated privileges, amplifying the impact of the vulnerability. An attacker can exploit this condition to access sensitive and privileged files on the system using path traversal payloads. Successful exploitation of this vulnerability could lead to the unauthorized disclosure of internal system information, compromising the confidentiality of the affected environment.
Severity CVSS v4.0: HIGH
Last modification:
18/02/2026

CVE-2026-2655

Publication date:
18/02/2026
A vulnerability was detected in ChaiScript up to 6.1.0. The impacted element is the function chaiscript::str_less::operator of the file include/chaiscript/chaiscript_defines.hpp. The manipulation results in use after free. The attack requires a local approach. The attack requires a high level of complexity. The exploitability is regarded as difficult. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Severity CVSS v4.0: LOW
Last modification:
19/02/2026

CVE-2026-2654

Publication date:
18/02/2026
A weakness has been identified in huggingface smolagents 1.24.0. Impacted is the function requests.get/requests.post of the component LocalPythonExecutor. Executing a manipulation can lead to server-side request forgery. It is possible to launch the attack remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Severity CVSS v4.0: MEDIUM
Last modification:
20/02/2026

CVE-2026-1441

Publication date:
18/02/2026
Reflected Cross-Site Scripting (XSS) vulnerability in the Graylog Web Interface console, version 2.2.3, caused by a lack of proper sanitization and escaping in HTML output. Several endpoints include segments of the URL directly in the response without applying output encoding, allowing an attacker to inject and execute arbitrary JavaScript code when a user visits a specially crafted URL. Exploitation of this vulnerability may allow script execution in the victim&amp;#39;s browser and limited manipulation of the affected user&amp;#39;s session context, through the  &amp;#39;/system/index_sets/&amp;#39; endpoint.
Severity CVSS v4.0: MEDIUM
Last modification:
18/02/2026

CVE-2026-1440

Publication date:
18/02/2026
Reflected Cross-Site Scripting (XSS) vulnerability in the Graylog Web Interface console, version 2.2.3, caused by a lack of proper sanitization and escaping in HTML output. Several endpoints include segments of the URL directly in the response without applying output encoding, allowing an attacker to inject and execute arbitrary JavaScript code when a user visits a specially crafted URL. Exploitation of this vulnerability may allow script execution in the victim&amp;#39;s browser and limited manipulation of the affected user&amp;#39;s session context, through the  &amp;#39;/system/pipelines/&amp;#39; endpoint.
Severity CVSS v4.0: MEDIUM
Last modification:
18/02/2026

CVE-2026-1439

Publication date:
18/02/2026
Reflected Cross-Site Scripting (XSS) vulnerability in the Graylog Web Interface console, version 2.2.3, caused by a lack of proper sanitization and escaping in HTML output. Several endpoints include segments of the URL directly in the response without applying output encoding, allowing an attacker to inject and execute arbitrary JavaScript code when a user visits a specially crafted URL. Exploitation of this vulnerability may allow script execution in the victim&amp;#39;s browser and limited manipulation of the affected user&amp;#39;s session context, through the  &amp;#39;/<br /> <br /> alerts<br /> <br /> /&amp;#39; endpoint.
Severity CVSS v4.0: MEDIUM
Last modification:
18/02/2026

CVE-2026-1438

Publication date:
18/02/2026
Reflected Cross-Site Scripting (XSS) vulnerability in the Graylog Web Interface console, version 2.2.3, caused by a lack of proper sanitization and escaping in HTML output. Several endpoints include segments of the URL directly in the response without applying output encoding, allowing an attacker to inject and execute arbitrary JavaScript code when a user visits a specially crafted URL. Exploitation of this vulnerability may allow script execution in the victim&amp;#39;s browser and limited manipulation of the affected user&amp;#39;s session context, through the  &amp;#39;/system/nodes/&amp;#39; endpoint.
Severity CVSS v4.0: MEDIUM
Last modification:
18/02/2026