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

Publication date:
01/07/2026
HTML::Gumbo versions before 0.19 for Perl disclose heap memory via type confusion.<br /> <br /> Support for the element was added to libgumbo 0.10.0 in 2015, but the walk_tree function in lib/HTML/Gumbo.xs was not updated to support it. The element was treated as a text-node, where strlen() over-reads the heap block that the pointer addresses.<br /> <br /> Any caller that runs parse() with the default format =&gt; &amp;#39;string&amp;#39;, or with format =&gt; &amp;#39;tree&amp;#39;, on input containing a element serializes the over-read bytes into the returned result, disclosing bounded heap contents. format =&gt; &amp;#39;callback&amp;#39; reaches a croak on the unhandled node type and is unaffected.
Severity CVSS v4.0: Pending analysis
Last modification:
02/07/2026

CVE-2025-23350

Publication date:
01/07/2026
NVIDIA ConnectX and BlueField contain a vulnerability in the command interface where a local user with virtual function (VF) access may cause a write out of bounds by crafted input. A successful exploit of this vulnerability may lead to arbitrary code execution on the device.
Severity CVSS v4.0: Pending analysis
Last modification:
01/07/2026

CVE-2025-23351

Publication date:
01/07/2026
NVIDIA ConnectX and BlueField contain a vulnerability in the command interface where a local user with virtual function (VF) access may cause a write out of bounds by crafted input. A successful exploit of this vulnerability may lead to arbitrary code execution on the device.
Severity CVSS v4.0: Pending analysis
Last modification:
01/07/2026

CVE-2026-6688

Publication date:
01/07/2026
FatFs R0.16 and earlier contains a downstream-caller vulnerability pattern associated with FatFs long filename handling. With LFN enabled, fno.fname can be up to 255 characters; many callers copy it into short fixed buffers without bounds checks, causing overflow. This maps to CWE-120 (Buffer Copy without Checking Size of Input). Estimated CVSS v3.1 vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H (7.6, High). The estimated CISA SSVC vectors are Exploitation: PoC, Technical Impact: Total.
Severity CVSS v4.0: Pending analysis
Last modification:
02/07/2026

CVE-2026-6685

Publication date:
01/07/2026
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority following a notification that the vulnerability determination was made in error. After review, the CNA confirmed the erroneous finding. Thanks to David Brown for reaching out about this issue.
Severity CVSS v4.0: Pending analysis
Last modification:
16/07/2026

CVE-2026-5220

Publication date:
01/07/2026
Improper neutralization of input during web page generation (&amp;#39;cross-site scripting&amp;#39;) vulnerability in DivvyDrive Information Technologies Inc. DivvyDrive allows Stored XSS.<br /> <br /> This issue affects DivvyDrive: from 4.8.2.23 before v.4.8.3.1.
Severity CVSS v4.0: Pending analysis
Last modification:
01/07/2026

CVE-2026-6283

Publication date:
01/07/2026
Improper neutralization of input during web page generation (&amp;#39;cross-site scripting&amp;#39;) vulnerability in DivvyDrive Information Technologies Inc. DivvyDrive allows Stored XSS.<br /> <br /> This issue affects DivvyDrive: from v.4.8.2.23 before v.4.8.3.1.
Severity CVSS v4.0: Pending analysis
Last modification:
01/07/2026

CVE-2026-6682

Publication date:
01/07/2026
In FatFS R0.16 and earlier contains a FAT32 integer overflow bug in mount_volume() where fasize *= fs-&gt;n_fats can wrap, leading to attacker-controlled file-size metadata and unsafe read lengths in downstream callers. This maps to CWE-190 (Integer Overflow or Wraparound). Estimated CVSS v3.1 vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H (7.6, High). Remote delivery is also possible in OTA/update pipelines. The estimated CISA SSVC vectors are Exploitation: PoC, Technical Impact: Total.
Severity CVSS v4.0: Pending analysis
Last modification:
02/07/2026

CVE-2026-6683

Publication date:
01/07/2026
FatFs R0.16 and earlier contains a divide-by-zero in exFAT sync logic bug when crafted metadata causes n_fatent - 2 to be zero during write/sync operations. This maps to CWE-369 (Divide By Zero). Estimated CVSS v3.1 vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H (4.6, Medium). Network-delivered update media can make this remote in some pipelines. The estimated CISA SSVC vectors are Exploitation: PoC, Technical Impact: Partial.
Severity CVSS v4.0: Pending analysis
Last modification:
02/07/2026

CVE-2026-6684

Publication date:
01/07/2026
FatFs prior to R0.16 that use GPT scanning with &amp;#39;FF_LBA64 = 1&amp;#39; contains an issue where an unbounded loop count derived from GPT header field GPTH_PtNum, enabling extremely long or effectively infinite mount-time scans. This maps to CWE-835 (Loop with Unreachable Exit Condition). Estimated CVSS v3.1 vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H (4.6, Medium). The estimated CISA SSVC vectors are Exploitation: PoC, Technical Impact: Partial.
Severity CVSS v4.0: Pending analysis
Last modification:
02/07/2026

CVE-2026-6686

Publication date:
01/07/2026
FatFs R0.16 and earlier contains an uninitialized cluster exposure when f_lseek() extends files beyond EOF without zero-filling newly allocated clusters. This maps to CWE-908 (Use of Uninitialized Resource). Estimated CVSS v3.1 vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N (4.6, Medium). The estimated CISA SSVC vectors are Exploitation: PoC, Technical Impact: Partial.
Severity CVSS v4.0: Pending analysis
Last modification:
02/07/2026

CVE-2026-6687

Publication date:
01/07/2026
FatFs R0.16 and earlier contains a stack overflow bug in f_getlabel() because exFAT label length (XDIR_NumLabel) is trusted without enforcing spec maximums. This maps to CWE-121 (Stack-based Buffer Overflow). Estimated CVSS v3.1 vector: CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H (7.6, High). The estimated CISA SSVC vectors are Exploitation: PoC, Technical Impact: Total.
Severity CVSS v4.0: Pending analysis
Last modification:
02/07/2026