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

Publication date:
28/08/2026
An attacker that can send mail to a user can craft a message whose headers contain a very large number of email addresses or MIME parameters, which causes excessive memory usage when the message is later parsed. The message is still delivered, but reading it over IMAP can exhaust the memory limit of the process and terminate it, causing denial of service for the affected user. Update to non-vulnerable version. No publicly available exploits are known.
Severity CVSS v4.0: Pending analysis
Last modification:
28/08/2026

CVE-2026-33263

Publication date:
28/08/2026
When mail_max_userip_connections is set (default 10) and reached, submission-login can crash with epoll() panic caused by file descriptor handling issues. If running in high-security mode (default for community releases), only the new submission connection gets terminated. If running in high-performance mode (default for Pro releases), all connections handled by the submission-login process will be terminated. The crashes can cause failure for user to send a message, or it can cause duplicate messages to be sent. If TLS is not used (in the backend server processing the submission), duplicate deliveries cannot happen, because the crash can only happen at AUTH stage. Limit the number of connections handled by single submission-login process. This has a performance impact though. Update to non-vulnerable version. No publicly available exploits are known.
Severity CVSS v4.0: Pending analysis
Last modification:
28/08/2026

CVE-2026-33604

Publication date:
28/08/2026
An attacker that can get Dovecot to relay a message, for example through Sieve redirect or submission relay, can use a crafted line ending in the message body to bypass the outbound protection that prevents message content from being interpreted as SMTP commands. A downstream mail server that hasn't yet fixed the SMTP smuggling vulnerability can be tricked into treating part of the message body as new SMTP commands, allowing injection of spoofed email. This is the same vulnerability class as CVE-2023-51764 and CVE-2023-51766. Where you control the receiving mail servers, ensure they reject bare carriage returns in message data. Update to non-vulnerable version. No publicly available exploits are known.
Severity CVSS v4.0: Pending analysis
Last modification:
28/08/2026

CVE-2026-33605

Publication date:
28/08/2026
An unauthenticated attacker can crash the ManageSieve login process by sending a small malformed command before authenticating. If running in high-security mode (default for community releases), only the attacker's own connection is terminated. If running in high-performance mode (default for Pro releases), all connections handled by the same managesieve-login process are terminated. Repeating the attack can cause denial of service for Sieve script management. Restrict network access to the ManageSieve service to trusted clients. Update to non-vulnerable version. No publicly available exploits are known.
Severity CVSS v4.0: Pending analysis
Last modification:
28/08/2026

CVE-2026-33606

Publication date:
28/08/2026
Mail content stored by a user can be crafted so that it is interpreted as dsync protocol commands when an administrator later runs dsync with the stream protocol, for example during a migration. Injected commands can modify mailbox state on the destination during migration or replication, including internal mailbox attributes that a user should not be able to set directly. It can also cause dsync errors. Avoid running dsync with the stream protocol on mailboxes with untrusted content. Update to non-vulnerable version. No publicly available exploits are known.
Severity CVSS v4.0: Pending analysis
Last modification:
28/08/2026

CVE-2026-33607

Publication date:
28/08/2026
An attacker that has valid credentials can use IMAP LIST command to consume CPU. This can cause degradation or denial of service for IMAP. Monitor system for abnormal CPU usage and kill the offending process and lock account. Alternatively install fixed version. No publicly available exploits are known.
Severity CVSS v4.0: Pending analysis
Last modification:
28/08/2026

CVE-2026-18918

Publication date:
28/08/2026
In Eclipse Lyo versions 2.0.0 to 7.0.0, OAuth server authorization checks can be bypassed when the 2-legged auth is supported by the server. In those cases, application that based their authz filters upon Lyo-provided `AbstractAdapterCredentialsFilter`, are vulnerable. An attacked can create a provisional trusted client (valid use-case) but then it can be used as a trusted client immediately without requiring the administrator approval to clear the provisional status. The 3-legged path requiring user interaction is not vulnerable and rejects provisional clients.
Severity CVSS v4.0: CRITICAL
Last modification:
28/08/2026

CVE-2026-18393

Publication date:
28/08/2026
A flaw was found in FFmpeg. The tdsc_load_cursor() function writes beyond<br /> the bounds of a heap-allocated buffer when processing crafted TDSC cursor<br /> data. A remote attacker could exploit this by supplying a specially crafted<br /> video file, potentially leading to a denial of service or arbitrary code<br /> execution.
Severity CVSS v4.0: Pending analysis
Last modification:
28/08/2026

CVE-2026-9548

Publication date:
28/08/2026
An improper neutralization of input during web page generation (&amp;#39;Cross-site Scripting&amp;#39;) vulnerability in extract domain in Synology Chat Server before 2.4.5-22148 allows remote authenticated users, via a UI interaction, to read or write restricted files and conduct limited denial-of-service attacks in DSM.
Severity CVSS v4.0: Pending analysis
Last modification:
28/08/2026

CVE-2026-82123

Publication date:
28/08/2026
Improper neutralization of input during web page generation (&amp;#39;cross-site scripting&amp;#39;) vulnerability in Tangible Loops &amp; Logic.
Severity CVSS v4.0: Pending analysis
Last modification:
28/08/2026

CVE-2026-80722

Publication date:
28/08/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> wifi: mac80211: validate individual TWT params before driver setup<br /> <br /> ieee80211_process_rx_twt_action() only partially validates a received<br /> S1G TWT setup frame before queueing it.<br /> <br /> An individual agreement can therefore reach ieee80211_s1g_rx_twt_setup()<br /> with twt-&gt;length too short for the full struct ieee80211_twt_params.<br /> <br /> The individual path passes twt to drv_add_twt_setup(). Both the tracepoint<br /> and the driver callback consume the complete parameters block, not merely<br /> req_type. Do not pass a short individual agreement to the driver.<br /> Broadcast agreements remain unchanged because they are rejected locally<br /> after accessing only req_type.<br /> <br /> [edit commit message to not overclaim lack of validation nor<br /> understate driver impact]
Severity CVSS v4.0: Pending analysis
Last modification:
28/08/2026

CVE-2026-80723

Publication date:
28/08/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> of: reserved_mem: prevent OOB when too many dynamic regions are defined<br /> <br /> On boot, fdt_scan_reserved_mem() saves each dynamically-placed<br /> /reserved-memory subnode into a local array of size<br /> MAX_RESERVED_REGIONS.<br /> <br /> If the device tree defines more than MAX_RESERVED_REGIONS<br /> dynamically-placed regions, fdt_scan_reserved_mem() writes past the<br /> end of the local array.<br /> <br /> Add a bounds check that logs an error and skips the excess regions,<br /> restoring the original behavior.
Severity CVSS v4.0: Pending analysis
Last modification:
28/08/2026