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-2026-71391

Publication date:
10/08/2026
GNU Emacs for Android contains an off-by-one error in the gvar table parser in src/sfnt.c. The shared-coordinate index boundary check in sfnt_vary_simple_glyph() and sfnt_vary_compound_glyph() uses a strict greater-than comparison instead of greater-than-or-equal, allowing a crafted TrueType variable font to bypass the check and trigger a heap-based out-of-bounds read via memcpy. An attacker can deliver a malicious font file via email, EWW (Emacs Web Wowser), or documents with custom faces, causing Emacs to load it. This exposes heap memory contents which can be later used to defeat ASLR.<br /> <br /> <br /> This issue was fixed in commit 95ab9ef627b212d74d321c5bbb5b56a1be7b9fbe
Severity CVSS v4.0: MEDIUM
Last modification:
10/08/2026

CVE-2026-71392

Publication date:
10/08/2026
GNU Emacs for Android is vulnerable to an integer overflow in the sfnt_read_cmap_format_12() function in src/sfnt.c. When processing a crafted TrueType font file, an unguarded addition in the xmalloc allocation call wraps around on 32-bit builds, causing a heap buffer overflow write. An attacker can deliver a malicious font file via email, EWW (Emacs Web Wowser), or documents with custom faces, causing Emacs to load it. This results in heap memory corruption that can lead to code execution.<br /> <br /> <br /> This issue was fixed in commit c4e20777c26548722a37b03db93243e83a0d6188
Severity CVSS v4.0: MEDIUM
Last modification:
10/08/2026

CVE-2026-71393

Publication date:
10/08/2026
GNU Emacs for Android is vulnerable to an integer overflow in sfnt_read_name_table() in src/sfnt.c. The function computes an allocation size using a 32-bit length value from a TrueType font file without overflow checking. On 32-bit targets, a crafted font causes the calculation to wrap, resulting in an undersized heap allocation. A subsequent read() call writes beyond the buffer, causing a heap buffer overflow. An attacker can deliver a malicious font file via email, EWW (Emacs Web Wowser), or documents with custom faces, causing Emacs to load it. This can lead to heap memory corruption and potential code execution.<br /> <br /> <br /> <br /> <br /> This issue was fixed in commit d51a4722316efe0960994d371e1859099894d1ca
Severity CVSS v4.0: MEDIUM
Last modification:
10/08/2026

CVE-2026-71394

Publication date:
10/08/2026
GNU Emacs for Android improperly validates the table header input in sfnt_read_table_directory() in src/sfnt.c. Due to an incorrect comparison variable in the read-length check, a crafted font file that claims to contain more table directory entries than actually present causes the parser to return a struct with uninitialized heap memory in the table directory entries. An attacker can deliver a malicious font file via email, EWW (Emacs Web Wowser), or documents with custom faces, causing Emacs to load it. This leads to the use of uninitialized heap data in subsequent table lookups, potentially resulting in information disclosure, crashes, or arbitrary memory access on 32-bit targets.<br /> <br /> <br /> This issue is fixed after commit 7621ee1d01229d50e5c0cddea6bf0b01095a62cf
Severity CVSS v4.0: MEDIUM
Last modification:
10/08/2026

CVE-2026-72564

Publication date:
10/08/2026
An improper authorization vulnerability in fosrl/pangolin through v1.20.0 allows an authenticated remote attacker to authenticate to any resource in any organization by reusing an access token issued for a different resource.
Severity CVSS v4.0: Pending analysis
Last modification:
10/08/2026

CVE-2026-72565

Publication date:
10/08/2026
A SQL injection vulnerability in Tencent APIJSON through 8.1.8 allows unauthenticated remote attackers to bypass per-table access control and read arbitrary database tables via the Map-form @having operator.
Severity CVSS v4.0: Pending analysis
Last modification:
10/08/2026

CVE-2026-66642

Publication date:
10/08/2026
Cross-Site Request Forgery (CSRF) vulnerability in WP Umbrella allows Cross Site Request Forgery.<br /> <br /> This issue affects WP Umbrella: from 2.24.2 through 2.26.2.
Severity CVSS v4.0: Pending analysis
Last modification:
12/08/2026

CVE-2026-66486

Publication date:
10/08/2026
GNU cpio is vulnerable to improper encoding or escaping of output in its archive member listing functionality. When listing archive members via cpio -it, member names are printed directly to output without quoting or escaping. An attacker can craft a cpio archive containing member names with embedded newline characters or ANSI escape sequences, causing forged listing entries or terminal control sequence injection when the listing is displayed.<br /> <br /> <br /> <br /> <br /> This issue has been fixed in commit 2ff9600c9ef32e88759843cdbde74c8db5ae9b30
Severity CVSS v4.0: MEDIUM
Last modification:
10/08/2026

CVE-2026-66484

Publication date:
10/08/2026
GNU cpio contains a Path Traversal vulnerability in its tar archive extraction functionality. When extracting a tar archive in copy-in mode with the --no-absolute-filenames option, the extracted file name is normalized but the tar hard-link target is passed to the link_to_name function without equivalent sanitization before calling link function. A tar archive provided by an attacker, containing a hard-link entry whose linkname is set to an absolute path outside the extraction directory, can cause cpio to create a hard link to an existing file outside the intended extraction directory, breaking the expected guarantee of --no-absolute-filenames and allowing archive-controlled linkage to external files.<br /> <br /> This issue has been fixed in commit e2b9cbdd3354d2b1569b7390d1bc15c1930559ad
Severity CVSS v4.0: MEDIUM
Last modification:
10/08/2026

CVE-2026-66485

Publication date:
10/08/2026
GNU cpio is vulnerable to an uncontrolled memory allocation in the make_path function at src/makepath.c. The function uses alloca to allocate stack memory based on the length of argpath, which is derived from an archive-controlled pathname during extraction. A malicious cpio archive containing a sufficiently long nested pathname causes an unbounded stack allocation, resulting in a stack overflow and crash of the cpio process. An attacker who can supply a crafted cpio archive to a victim who extracts it can cause a denial of service.<br /> <br /> This issue has been fixed in commit 3cd514031371d8aeeaf2048aa10103e02831aaa9
Severity CVSS v4.0: MEDIUM
Last modification:
10/08/2026

CVE-2026-61899

Publication date:
10/08/2026
Vulnerability in tapestry-core in Apache Tapestry 5.5.0+ on all platforms allows attackers to download clsspath assets via specially crafted URLs.<br /> Users are recommended to upgrade to version 5.9.1, which fixes this issue.
Severity CVSS v4.0: Pending analysis
Last modification:
18/08/2026

CVE-2026-65942

Publication date:
10/08/2026
TLS hostname verification issue in Apache Ranger Client Code in versions
Severity CVSS v4.0: Pending analysis
Last modification:
17/08/2026