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

Publication date:
11/08/2026
SAP Manufacturing Integration and Intelligence allows a privileged attacker to exploit insufficient file path validation in certain functions using specially crafted input. Exploitation also requires a legitimate user to subsequently access the attacker-influenced content and depends on conditions outside the attacker�s control. Successful exploitation could allow files to be written outside the intended directory and affect other components, resulting in a high impact on confidentiality, integrity, and availability.
Severity CVSS v4.0: Pending analysis
Last modification:
11/08/2026

CVE-2026-11812

Publication date:
10/08/2026
The UpdateHub management subsystem (subsys/mgmt/updatehub/updatehub.c) drives every update operation through a single file-scope ctx structure that holds the CoAP block context, payload buffer, status code, socket, and a one-element poll-fd array fds[1]. Access to ctx was not serialized, and prepare_fds() wrote ctx.fds[ctx.nfds] and incremented ctx.nfds with no bounds check.<br /> <br /> Two independent paths mutate ctx concurrently: the background autohandler running on the system workqueue, and user-triggered operations reached through the updatehub run shell command, direct API calls, or — since the operations are exposed as syscalls — userspace threads. When a second flow enters prepare_fds() while ctx.nfds is already 1, the write lands one element past the array; by struct layout it overlaps the adjacent ctx.sock/ctx.nfds members. More broadly, the unsynchronized sharing lets two flows interleave connection setup and teardown, double-closing a socket descriptor or scribbling the shared buffers.<br /> <br /> The result is corruption of the update subsystem&amp;#39;s internal state and denial of service of the firmware-update path; the out-of-bounds write is contained within the ctx structure and there is no demonstrated path to memory outside it or to code execution. Triggering requires a local actor able to invoke update operations (or, with CONFIG_USERSPACE, an unprivileged userspace thread) and to win a timing race against the background handler; remote peers cannot control the race timing. The fix serializes the entry points with a mutex and adds a bounds check to prepare_fds().
Severity CVSS v4.0: Pending analysis
Last modification:
10/08/2026

CVE-2026-48161

Publication date:
10/08/2026
react18-use is a React 19 use hook shim. Between 2026-05-19 01:07:01 and 2026-05-19 15:20:43, the default branch contained malicious commits 7b79148d1495a2505f9277da295a98cf176f4496 through 7b79148d1495a2505f9277da295a98cf176f4496 that executed remote attacker-controlled code on developer machines during `npm install`. The commits were removed by force-push, but local clones, forks, and direct-SHA URLs may still contain them, and `npm install` against an affected checkout will still execute the code today. The package was not published to npm. `src/install.js` was added and wired into the `postinstall` script. It fetched a JavaScript payload from an attacker-controlled HTTPS endpoint (configurable via an environment variable), disabled TLS verification, and evaluated the response as code with `require` available. Execution was deliberately skipped on CI and cloud/serverless environments, targeting developer workstations. The second-stage payload was attacker-hosted and cannot be reconstructed. Assume full compromise of anything reachable from a Node process with the user&amp;#39;s permissions. Those who ran `npm install` against an affected checkout on a developer machine on or after 2026-05-19 01:07:01 should treat the machine as compromised, rotate every credential the machine could reach, audit account activity since 2026-05-19 01:07:01, and clean local clones.
Severity CVSS v4.0: CRITICAL
Last modification:
10/08/2026

CVE-2026-8718

Publication date:
10/08/2026
tls_opt_dtls_peer_connection_id_value_get() in subsys/net/lib/sockets/sockets_tls.c, which handles getsockopt(SOL_TLS, TLS_DTLS_PEER_CID_VALUE), passed the caller-supplied optval directly to mbedtls_ssl_get_peer_cid() without verifying the buffer was at least MBEDTLS_SSL_CID_OUT_LEN_MAX (default 32) bytes. mbedtls_ssl_get_peer_cid() copies the peer-negotiated DTLS Connection ID (length 1..MBEDTLS_SSL_CID_OUT_LEN_MAX) into that buffer without a destination-size parameter, so a caller-supplied optlen smaller than the CID causes a write of up to 31 bytes past the buffer end.<br /> <br /> In CONFIG_USERSPACE builds the getsockopt syscall verifier (z_vrfy_zsock_getsockopt) bounce-buffers the user&amp;#39;s optval into a kernel allocation of exactly optlen bytes (k_usermode_alloc_from_copy -&gt; z_thread_malloc), so an unprivileged user thread that passes a small optlen on a connected DTLS socket with Connection ID enabled induces a kernel-heap buffer overflow, with the overflowing content being the remote peer&amp;#39;s CID.<br /> <br /> The defect requires CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID, an established DTLS session with a negotiated peer CID, and (for the kernel-crossing case) CONFIG_USERSPACE. Introduced when the TLS_DTLS_CID option was added (v3.5.0).<br /> <br /> The fix rejects callers whose optlen is below MBEDTLS_SSL_CID_OUT_LEN_MAX with -EINVAL.
Severity CVSS v4.0: Pending analysis
Last modification:
10/08/2026

CVE-2025-30239

Publication date:
10/08/2026
In affected TP-Link Aginet devices, use of<br /> hardcoded cryptographic keys embedded in the firmware to protect sensitive<br /> configuration data may allow an attacker who has access to device storage to<br /> recover the keys and decrypt stored data.<br /> <br /> <br /> <br /> <br /> <br /> Successful<br /> exploitation may allow access to decrypted sensitive configuration data,<br /> including credentials and service-related information.
Severity CVSS v4.0: HIGH
Last modification:
10/08/2026

CVE-2025-30240

Publication date:
10/08/2026
The affected TP-Link Aginet devices do not properly validate symbolic links created on external USB storage<br /> devices. By placing a crafted symbolic link on supported storage media, an<br /> attacker may cause the system to resolve the link.<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> Successful<br /> exploitation may allow unauthorized read access to sensitive files within the<br /> device filesystem.
Severity CVSS v4.0: MEDIUM
Last modification:
10/08/2026

CVE-2025-30241

Publication date:
10/08/2026
Certain web<br /> interface components in affected TP-Link Aginet devices do not validate and sanitize user-supplied input properly before<br /> passing it to system-level command execution functions.  An authenticated adjacent attacker may inject<br /> specially crafted input to execute arbitrary operation system commands with<br /> elevated privileges.<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> Successful<br /> exploitation may allow execution of arbitrary system commands, potentially<br /> leading to full device compromise.
Severity CVSS v4.0: HIGH
Last modification:
10/08/2026

CVE-2026-11811

Publication date:
10/08/2026
The UpdateHub over-the-air update client&amp;#39;s start_coap_client() in subsys/mgmt/updatehub/updatehub.c leaks the CoAP/DTLS socket descriptor on its connection-setup failure paths. The shared error: cleanup gated socket closing on a ret &gt; 0 flag, but ret was set to -1 immediately after the socket was created, so when zsock_setsockopt() (DTLS) or zsock_connect() subsequently failed the gate was false and cleanup_connection() was never called. The open descriptor in the global ctx.sock was then overwritten by the next attempt, permanently leaking it from the socket / net_context pool until reboot.<br /> <br /> The failing setup path is reached every time the OTA client tries to contact the UpdateHub server and the connection cannot be established — driven automatically by the periodic autohandler() poll (and on demand via the updatehub_probe()/updatehub_update() API or the updatehub run shell command). The DTLS handshake/connect outcome is influenceable by a network or on-path attacker who drops, resets, or otherwise disrupts traffic to the server, and also fails naturally whenever the server is unreachable.<br /> <br /> Each failed attempt permanently leaks one descriptor; once the shared socket pool is exhausted, networking degrades device-wide until the device is rebooted, a denial-of-service condition. Severity is low because the leak rate is bounded by the configured OTA poll interval (default once per 24 hours), the effect is gradual and recovered by reboot, and only builds with the UpdateHub client enabled are affected. There is no memory-corruption, information-disclosure, or authentication impact.
Severity CVSS v4.0: Pending analysis
Last modification:
10/08/2026

CVE-2025-30238

Publication date:
10/08/2026
In affected TP-Link Aginet devices, insufficient<br /> authorization validation allows authenticated low-privileged users to execute higher-privileged<br /> operations.<br /> <br /> <br /> <br /> <br /> <br /> An attacker<br /> may perform administrative actions such as creating privileged accounts or<br /> modifying critical configuration settings.
Severity CVSS v4.0: HIGH
Last modification:
10/08/2026

CVE-2025-30237

Publication date:
10/08/2026
The affected TP-Link Aginet devices contain a flaw in the web management interface where authentication<br /> checks are not consistently enforced on certain endpoints. An attacker can send<br /> specially crafted requests to bypass authentication and directly invoke<br /> privileged functionality without valid credentials. This issue arises from<br /> improper enforcement of access control mechanisms on sensitive operations.<br /> <br /> <br /> <br /> <br /> <br /> Successful<br /> exploitation may allow an unauthenticated attacker to execute privileged<br /> operations and gain full control of the device.
Severity CVSS v4.0: HIGH
Last modification:
10/08/2026

CVE-2026-6426

Publication date:
10/08/2026
A type mismatch vulnerability was found in QEMU&amp;#39;s vhost inflight migration VMState handling. The destination buffer size is stored as a uint64_t but read by the VMS_VBUFFER load path as a signed int32_t. On little-endian hosts, a crafted incoming migration state with bit 31 set causes the value to be interpreted as negative and then implicitly converted to a very large size_t, leading qemu_get_buffer() to copy migration-stream data beyond the bounds of the mmap-backed inflight region.<br /> <br /> This can result in a crash of the QEMU process or memory corruption. Exploitation requires control of the migration producer or write access to the migration channel, combined with a destination configured to use vhost inflight migration.
Severity CVSS v4.0: Pending analysis
Last modification:
10/08/2026

CVE-2026-72914

Publication date:
10/08/2026
Mastodon is a free, open-source social network server based on ActivityPub. Prior to 4.4.21, 4.5.14, 4.6.4, and 4.7.0-beta.1, the administrative statistics endpoints handled by Api::V1::Admin::MeasuresController and Api::V1::Admin::RetentionController checked authorization only after beginning expensive calculations. Anonymous callers could submit keys, start_at, and end_at parameters that caused long-running SQL queries in Admin::Metrics::Measure, Admin::Metrics::Retention, and Admin::Metrics::Dimension::BaseDimension, allowing repeated requests to exhaust server resources. This issue is fixed in versions 4.4.21, 4.5.14, 4.6.4, and 4.7.0-beta.1.
Severity CVSS v4.0: Pending analysis
Last modification:
10/08/2026