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-27450

Publication date:
03/07/2025
The Secure attribute is missing on multiple cookies provided by the MEAC300-FNADE4. An attacker can trick a user to establish an unencrypted HTTP connection to the server and intercept the request containing the PHPSESSID cookie.
Severity CVSS v4.0: Pending analysis
Last modification:
06/02/2026

CVE-2025-27451

Publication date:
03/07/2025
For failed login attempts, the application returns different error messages depending on whether the login failed due to an incorrect password or a non-existing username. This allows an attacker to guess usernames until they find an existing one.
Severity CVSS v4.0: Pending analysis
Last modification:
06/02/2026

CVE-2025-1711

Publication date:
03/07/2025
Multiple services of the DUT as well as different scopes of the same service reuse the same credentials.
Severity CVSS v4.0: Pending analysis
Last modification:
29/01/2026

CVE-2025-1709

Publication date:
03/07/2025
Several credentials for the local PostgreSQL database are stored in plain text (partially base64 encoded).
Severity CVSS v4.0: Pending analysis
Last modification:
06/02/2026

CVE-2025-1708

Publication date:
03/07/2025
The application is vulnerable to SQL injection attacks. An attacker is able to dump the PostgreSQL database and read its content.
Severity CVSS v4.0: Pending analysis
Last modification:
29/01/2026

CVE-2025-6587

Publication date:
03/07/2025
System environment variables are recorded in Docker Desktop diagnostic logs, when using shell auto-completion. This leads to unintentional disclosure of sensitive information such as api keys, passwords, etc. <br /> A malicious actor with read access to these logs could obtain secrets and further use them to gain unauthorized access to other systems. Starting with version 4.43.0 Docker Desktop no longer logs system environment variables as part of diagnostics log collection.
Severity CVSS v4.0: MEDIUM
Last modification:
15/04/2026

CVE-2025-0885

Publication date:
03/07/2025
Incorrect Authorization vulnerability in OpenText™ GroupWise allows Exploiting Incorrectly Configured Access Control Security Levels.<br /> <br /> The vulnerability could allow unauthorized access to calendar items marked private.<br /> <br /> This issue affects GroupWise versions 7 through 17.5, 23.4, 24.1, 24.2, 24.3, 24.4.
Severity CVSS v4.0: LOW
Last modification:
15/04/2026

CVE-2024-5647

Publication date:
03/07/2025
Multiple plugins for WordPress are vulnerable to Stored Cross-Site Scripting via the plugin&amp;#39;s bundled Magnific Popups library (version 1.1.0) in various versions due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. NOTE: This vulnerability was fixed in the upstream library (Magnific Popups version 1.2.0) by disabling the loading of HTML within certain fields by default.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2025-38173

Publication date:
03/07/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> crypto: marvell/cesa - Handle zero-length skcipher requests<br /> <br /> Do not access random memory for zero-length skcipher requests.<br /> Just return 0.
Severity CVSS v4.0: Pending analysis
Last modification:
18/12/2025

CVE-2025-38172

Publication date:
03/07/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> erofs: avoid using multiple devices with different type<br /> <br /> For multiple devices, both primary and extra devices should be the<br /> same type. `erofs_init_device` has already guaranteed that if the<br /> primary is a file-backed device, extra devices should also be<br /> regular files.<br /> <br /> However, if the primary is a block device while the extra device<br /> is a file-backed device, `erofs_init_device` will get an ENOTBLK,<br /> which is not treated as an error in `erofs_fc_get_tree`, and that<br /> leads to an UAF:<br /> <br /> erofs_fc_get_tree<br /> get_tree_bdev_flags(erofs_fc_fill_super)<br /> erofs_read_superblock<br /> erofs_init_device // sbi-&gt;dif0 is not inited yet,<br /> // return -ENOTBLK<br /> deactivate_locked_super<br /> free(sbi)<br /> if (err is -ENOTBLK)<br /> sbi-&gt;dif0.file = filp_open() // sbi UAF<br /> <br /> So if -ENOTBLK is hitted in `erofs_init_device`, it means the<br /> primary device must be a block device, and the extra device<br /> is not a block device. The error can be converted to -EINVAL.
Severity CVSS v4.0: Pending analysis
Last modification:
20/11/2025

CVE-2025-38171

Publication date:
03/07/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> power: supply: max77705: Fix workqueue error handling in probe<br /> <br /> The create_singlethread_workqueue() doesn&amp;#39;t return error pointers, it<br /> returns NULL. Also cleanup the workqueue on the error paths.
Severity CVSS v4.0: Pending analysis
Last modification:
20/11/2025

CVE-2025-38169

Publication date:
03/07/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> arm64/fpsimd: Avoid clobbering kernel FPSIMD state with SMSTOP<br /> <br /> On system with SME, a thread&amp;#39;s kernel FPSIMD state may be erroneously<br /> clobbered during a context switch immediately after that state is<br /> restored. Systems without SME are unaffected.<br /> <br /> If the CPU happens to be in streaming SVE mode before a context switch<br /> to a thread with kernel FPSIMD state, fpsimd_thread_switch() will<br /> restore the kernel FPSIMD state using fpsimd_load_kernel_state() while<br /> the CPU is still in streaming SVE mode. When fpsimd_thread_switch()<br /> subsequently calls fpsimd_flush_cpu_state(), this will execute an<br /> SMSTOP, causing an exit from streaming SVE mode. The exit from<br /> streaming SVE mode will cause the hardware to reset a number of<br /> FPSIMD/SVE/SME registers, clobbering the FPSIMD state.<br /> <br /> Fix this by calling fpsimd_flush_cpu_state() before restoring the kernel<br /> FPSIMD state.
Severity CVSS v4.0: Pending analysis
Last modification:
20/11/2025