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

Publication date:
30/07/2026
Serendipity before 2.6.1 contains an authentication context confusion vulnerability where password validation and session loading operate independently without ensuring both use the same user record. An authenticated Editor can create a username collision with an Administrator account and obtain administrative privileges by logging in with their own password while the session loads the Administrator's account data.
Severity CVSS v4.0: HIGH
Last modification:
31/07/2026

CVE-2026-60074

Publication date:
30/07/2026
Date::Manip versions through 6.99 for Perl return corrupted dates via non-ASCII decimal digits that pass the numeric range tests in check.<br /> <br /> The parse regexes capture year, month and day with the `\d` shorthand, which on a character string matches the whole Unicode decimal digit property `\p{Nd}` and not just `[0-9]`. Date::Manip::Base::check then validates the captured fields with numeric comparisons alone (`$y9999`, `$m12`, `$d$days`), and _parse_check stores the numified fields (`$y+0`). Perl truncates a string at the first character that is not an ASCII digit, so a field whose leading characters are ASCII digits numifies to an in-range prefix and satisfies every test: a year field of three ASCII digits followed by U+0664 ARABIC-INDIC DIGIT FOUR numifies to 202, giving the year 0202, and one non-ASCII digit in the month or day field shifts those fields the same way. The hour, minute and second fields match explicit ASCII character classes (`0?[0-9]`, `[0-5][0-9]`) and do not shift, though a non-ASCII digit in a fractional hour or minute field truncates the fraction.<br /> <br /> Any caller that passes an untrusted character string to ParseDate() or Date::Manip::Date-&gt;parse() can get back a date that differs from the string it parsed, with no parse error. Where the parsed date gates logic such as an expiry check or a retention window, the shift goes unnoticed.
Severity CVSS v4.0: Pending analysis
Last modification:
31/07/2026

CVE-2026-60075

Publication date:
30/07/2026
Date::Manip versions through 6.99 for Perl allow CPU exhaustion via quadratic backtracking in the unanchored time substitution in _parse_time.<br /> <br /> _parse_time removes a time from anywhere in the string with the unanchored substitution `s/$timerx/ /`, where $timerx is an auto-generated alternation of time patterns reached through a leading `(?:$atrx|^|\s+)`. The engine therefore retries the match at every position of an interior whitespace run: at each start position the leading `\s+` consumes the rest of the run greedily, the time alternation fails because the run holds no digits, and the engine backtracks a space at a time across the run before advancing the start position, which is quadratic in the length of the run. No time need be present in the string for this to happen, only a long run of whitespace, and the parse time rises about fourfold for each doubling of the run: a few kilobytes of whitespace costs seconds of CPU per parse and tens of kilobytes costs minutes.<br /> <br /> Any caller that passes an untrusted string of unbounded length to ParseDate(), Date::Manip::Date-&gt;parse() or -&gt;parse_time() can be made to spend unbounded CPU in a single parse, a denial of service.
Severity CVSS v4.0: Pending analysis
Last modification:
31/07/2026

CVE-2026-5219

Publication date:
30/07/2026
Cross-Site request forgery (CSRF) vulnerability in Softtr Information Technology Trade Ltd. Co. E-Commerce Pack allows Cross Site Request Forgery.<br /> <br /> This issue affects E-Commerce Pack: before 5.03.01.49.
Severity CVSS v4.0: Pending analysis
Last modification:
31/07/2026

CVE-2026-58218

Publication date:
30/07/2026
A flaw was found in Samba&amp;#39;s internal DNS server where unauthenticated TKEY registration requests were added to the TKEY name cache before being rejected. A remote, unauthenticated attacker can exploit this behavior by sending a large number of TKEY requests with arbitrary names, exhausting the cache and evicting legitimate TKEY entries. This can prevent legitimate TSIG authentication for signed DNS queries, resulting in a denial of service.
Severity CVSS v4.0: Pending analysis
Last modification:
30/07/2026

CVE-2026-57859

Publication date:
30/07/2026
e107 prior to version 2.3.8 contains a code execution vulnerability in the e_array deserialization handler that allows an attacker with out-of-band database write access to execute arbitrary PHP code by storing a crafted payload in the user_prefs column. The e_array::unserialize() function in e107_handlers/core_functions.php performs only a prefix check for the string &amp;#39;array&amp;#39; before passing the stored value to eval(), causing automatic PHP execution whenever the affected user&amp;#39;s preferences are materialized through e_user_pref::load().
Severity CVSS v4.0: HIGH
Last modification:
30/07/2026

CVE-2026-56428

Publication date:
30/07/2026
The SSH service on BSH ELP (Electronic Platform) modules contains a platform-specific vulnerability due to an improperly secured default configuration. An insecure, non-revocable SSH public key is included in the firmware&amp;#39;s authorized_keys file for the root user. An attacker in possession of the corresponding private key could leverage it to bypass authentication and gain root-level access to the appliance.
Severity CVSS v4.0: Pending analysis
Last modification:
30/07/2026

CVE-2026-41709

Publication date:
30/07/2026
VMware ESX contains an insufficient logging vulnerability. A malicious administrator could exploit this issue to perform certain operations without them being logged.
Severity CVSS v4.0: Pending analysis
Last modification:
30/07/2026

CVE-2026-12722

Publication date:
30/07/2026
Missing authentication for critical function vulnerability in FTC Software IT Services FTC E-Commerce Management Panel allows Authentication Bypass.<br /> <br /> This issue affects FTC E-Commerce Management Panel: before 1.0.2.
Severity CVSS v4.0: Pending analysis
Last modification:
30/07/2026

CVE-2026-59309

Publication date:
30/07/2026
VMware vCenter contains an authentication bypass vulnerability in the VMware Directory Service. A malicious actor with network access to vCenter may exploit this issue to bypass authentication and gain unauthorized access to the system.
Severity CVSS v4.0: Pending analysis
Last modification:
30/07/2026

CVE-2026-59310

Publication date:
30/07/2026
VMware vCenter contains a directory traversal vulnerability in the Syslog server. A malicious actor with network access to vCenter may exploit this issue to execute arbitrary code.
Severity CVSS v4.0: Pending analysis
Last modification:
13/08/2026

CVE-2026-47876

Publication date:
30/07/2026
VMware ESX contains an out-of-bounds write vulnerability in the VMXNET3 virtual network adapter. A malicious actor with local administrative privileges on a virtual machine with VMXNET3 virtual network adapter may exploit this issue to execute code on the host. Non VMXNET3 virtual adapters are not affected by this issue.
Severity CVSS v4.0: Pending analysis
Last modification:
30/07/2026