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-2023-38272

Publication date:
27/03/2025
IBM Cloud Pak System 2.3.3.0, 2.3.3.3, 2.3.3.3 iFix1, 2.3.3.4, 2.3.3.5, 2.3.3.6, 2.3.36 iFix1, 2.3.3.6 iFix2, 2.3.3.7, 2.3.3.7 iFix1, 2.3.4.0, and 2.3.4.1 <br /> <br /> could allow a user with access to the network to obtain sensitive information from CLI arguments.
Severity CVSS v4.0: Pending analysis
Last modification:
18/08/2025

CVE-2023-37405

Publication date:
27/03/2025
IBM Cloud Pak System 2.3.3.0, 2.3.3.3, 2.3.3.3 iFix1, 2.3.3.4, 2.3.3.5, 2.3.3.6, 2.3.36 iFix1, 2.3.3.6 iFix2, 2.3.3.7, 2.3.3.7 iFix1, 2.3.4.0, and 2.3.4.1 stores sensitive data in memory, that could be obtained by an unauthorized user.
Severity CVSS v4.0: Pending analysis
Last modification:
18/08/2025

CVE-2025-30366

Publication date:
27/03/2025
WeGIA is a Web manager for charitable institutions. Versions prior to 3.2.8 are vulnerable to stored cross-site scripting. This vulnerability allows unauthorized scripts to be executed within the user&amp;#39;s browser context. Stored XSS is particularly critical, as the malicious code is permanently stored on the server and executed whenever a compromised page is loaded, affecting all users accessing this page. Version 3.2.8 fixes the issue.
Severity CVSS v4.0: MEDIUM
Last modification:
10/04/2025

CVE-2025-30367

Publication date:
27/03/2025
WeGIA is a Web manager for charitable institutions. A SQL Injection vulnerability was identified in versions prior to 3.2.6 in the nextPage parameter of the /WeGIA/controle/control.php endpoint. This vulnerability allows attacker to manipulate SQL queries and access sensitive database information, such as table names and sensitive data. Version 3.2.6 contains a fix for the issue.
Severity CVSS v4.0: CRITICAL
Last modification:
10/04/2025

CVE-2025-30361

Publication date:
27/03/2025
WeGIA is a Web manager for charitable institutions. A security vulnerability was identified in versions prior to 3.2.6, where it is possible to change a user&amp;#39;s password without verifying the old password. This issue exists in the control.php endpoint and allows unauthorized attackers to bypass authentication and authorization mechanisms to reset the password of any user, including admin accounts. Version 3.2.6 fixes the issue.
Severity CVSS v4.0: CRITICAL
Last modification:
10/04/2025

CVE-2025-30362

Publication date:
27/03/2025
WeGIA is a Web manager for charitable institutions. A stored Cross-Site Scripting (XSS) vulnerability was identified in versions prior to 3.2.8. This vulnerability allows unauthorized scripts to be executed within the user&amp;#39;s browser context. Stored XSS is particularly critical, as the malicious code is permanently stored on the server and executed whenever a compromised page is loaded, affecting all users accessing this page. Version 3.2.8 fixes the issue.
Severity CVSS v4.0: MEDIUM
Last modification:
10/04/2025

CVE-2025-30363

Publication date:
27/03/2025
WeGIA is a Web manager for charitable institutions. A stored Cross-Site Scripting (XSS) vulnerability was identified in versions prior to 3.2.6. This vulnerability allows unauthorized scripts to be executed within the user&amp;#39;s browser context. Stored XSS is particularly critical, as the malicious code is permanently stored on the server and executed whenever a compromised page is loaded, affecting all users accessing this page. Version 3.2.6 fixes the issue.
Severity CVSS v4.0: MEDIUM
Last modification:
10/04/2025

CVE-2025-30364

Publication date:
27/03/2025
WeGIA is a Web manager for charitable institutions. A SQL Injection vulnerability was identified in versions prior to 3.2.8 in the endpoint /WeGIA/html/funcionario/remuneracao.php, in the id_funcionario parameter. This vulnerability allows the execution of arbitrary SQL commands, which can compromise the confidentiality, integrity, and availability of stored data. Version 3.2.8 fixes the issue.
Severity CVSS v4.0: CRITICAL
Last modification:
10/04/2025

CVE-2025-30365

Publication date:
27/03/2025
WeGIA is a Web manager for charitable institutions. A SQL Injection vulnerability was identified in versions prior to 3.2.8 in the endpoint /WeGIA/html/socio/sistema/controller/query_geracao_auto.php, specifically in the query parameter. This vulnerability allows the execution of arbitrary SQL commands, compromising the confidentiality, integrity, and availability of the database. Version 3.2.8 fixes the issue.
Severity CVSS v4.0: CRITICAL
Last modification:
10/04/2025

CVE-2024-12905

Publication date:
27/03/2025
An Improper Link Resolution Before File Access ("Link Following") and Improper Limitation of a Pathname to a Restricted Directory ("Path Traversal"). This vulnerability occurs when extracting a maliciously crafted tar file, which can result in unauthorized file writes or overwrites outside the intended extraction directory. The issue is associated with index.js in the tar-fs package.<br /> <br /> This issue affects tar-fs: from 0.0.0 before 1.16.4, from 2.0.0 before 2.1.2, from 3.0.0 before 3.0.8.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2023-53033

Publication date:
27/03/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits<br /> <br /> If the offset + length goes over the ethernet + vlan header, then the<br /> length is adjusted to copy the bytes that are within the boundaries of<br /> the vlan_ethhdr scratchpad area. The remaining bytes beyond ethernet +<br /> vlan header are copied directly from the skbuff data area.<br /> <br /> Fix incorrect arithmetic operator: subtract, not add, the size of the<br /> vlan header in case of double-tagged packets to adjust the length<br /> accordingly to address CVE-2023-0179.
Severity CVSS v4.0: Pending analysis
Last modification:
04/08/2026

CVE-2023-53027

Publication date:
27/03/2025
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
Severity CVSS v4.0: Pending analysis
Last modification:
28/03/2025