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

Publication date:
19/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/amdgpu/vcn: set no_user_fence for VCN v3.0 enc/dec rings<br /> <br /> VCN encoder and decoder rings do not support 64-bit user fence writes,<br /> reject CS submissions with user fences.<br /> <br /> (cherry picked from commit 663bed3c7b8b9a7624b0d95d300ddae034ad0614)
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-63855

Publication date:
19/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/amdgpu/vcn: set no_user_fence for VCN v2.5 enc/dec rings<br /> <br /> VCN encoder and decoder rings do not support 64-bit user fence writes,<br /> reject CS submissions with user fences.<br /> <br /> (cherry picked from commit efc9dd5590894109bce9a0bfe1fa5592dd6b20b1)
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-63856

Publication date:
19/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/amdgpu/vcn: set no_user_fence for VCN v2.0 enc/dec rings<br /> <br /> VCN encoder and decoder rings do not support 64-bit user fence writes,<br /> reject CS submissions with user fences.<br /> <br /> (cherry picked from commit e2b5499fca55f1a32960a311bbb62e35891eaf73)
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-63857

Publication date:
19/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: airoha: Do not read uninitialized fragment address in airoha_dev_xmit()<br /> <br /> The transmit loop in airoha_dev_xmit() reads fragment address and length<br /> during its final iteration, when the loop index equals<br /> skb_shinfo(skb)-&gt;nr_frags, at which point the fragment data is<br /> uninitialized. While these values are never consumed, the read itself is<br /> unsafe and may trigger a page fault. Fix this by avoiding the fragment<br /> read on the last iteration.<br /> Additionally, move the skb pointer from the first to the last used packet<br /> descriptor, so that airoha_qdma_tx_napi_poll() defers freeing the skb<br /> until the final descriptor is processed.
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-63858

Publication date:
19/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> netfilter: nf_tables: add hook transactions for device deletions<br /> <br /> Restore the flag that indicates that the hook is going away, ie.<br /> NFT_HOOK_REMOVE, but add a new transaction object to track deletion<br /> of hooks without altering the basechain/flowtable hook_list during<br /> the preparation phase.<br /> <br /> The existing approach that moves the hook from the basechain/flowtable<br /> hook_list to transaction hook_list breaks netlink dump path readers<br /> of this RCU-protected list.<br /> <br /> It should be possible use an array for nft_trans_hook to store the<br /> deleted hooks to compact the representation but I am not expecting<br /> many hook object, specially now that wildcard support for devices<br /> is in place.<br /> <br /> Note that the nft_trans_chain_hooks() list contains a list of struct<br /> nft_trans_hook objects for DELCHAIN and DELFLOWTABLE commands, while<br /> this list stores struct nft_hook objects for NEWCHAIN and NEWFLOWTABLE.<br /> Note that new commands can be updated to use nft_trans_hook for<br /> consistency.<br /> <br /> This patch also adapts the event notification path to deal with the list<br /> of hook transactions.
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-63859

Publication date:
19/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: airoha: Add missing bits in airoha_qdma_cleanup_tx_queue()<br /> <br /> Similar to airoha_qdma_cleanup_rx_queue(), reset DMA TX descriptors in<br /> airoha_qdma_cleanup_tx_queue routine. Moreover, reset TX_DMA_IDX to<br /> TX_CPU_IDX to notify the NIC the QDMA TX ring is empty.
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-63860

Publication date:
19/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> RDMA/core: Prefer NLA_NUL_STRING<br /> <br /> These attributes are evaluated as c-string (passed to strcmp), but<br /> NLA_STRING doesn&amp;#39;t check for the presence of a \0 terminator.<br /> <br /> Either this needs to switch to nla_strcmp() and needs to adjust printf fmt<br /> specifier to not use plain %s, or this needs to use NLA_NUL_STRING.<br /> <br /> As the code has been this way for long time, it seems to me that userspace<br /> does include the terminating nul, even tough its not enforced so far, and<br /> thus NLA_NUL_STRING use is the simpler solution.
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-63861

Publication date:
19/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> spi: mtk-snfi: unregister ECC engine on probe failure and remove() callback<br /> <br /> mtk_snand_probe() registers the on-host NAND ECC engine, but teardown was<br /> missing from both probe unwind and remove-time cleanup. Add a devm cleanup<br /> action after successful registration so<br /> nand_ecc_unregister_on_host_hw_engine() runs automatically on probe<br /> failures and during device removal.
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-63843

Publication date:
19/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.5 ring<br /> <br /> JPEG rings do not support 64-bit user fence writes, reject CS<br /> submissions with user fences.<br /> <br /> (cherry picked from commit f05d0a4f21fc720116d6e238f23308b199891058)
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-63844

Publication date:
19/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.3 ring<br /> <br /> JPEG rings do not support 64-bit user fence writes, reject CS<br /> submissions with user fences.<br /> <br /> (cherry picked from commit 2f6afc97d259d530f4f86c7743efbc573a8da927)
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-63845

Publication date:
19/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0 ring<br /> <br /> JPEG rings do not support 64-bit user fence writes, reject CS<br /> submissions with user fences.<br /> <br /> (cherry picked from commit 8d0cac9478a3f046279c657d6a2545de49ae675a)
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-63846

Publication date:
19/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/amdgpu/jpeg: set no_user_fence for JPEG v3.0 ring<br /> <br /> JPEG rings do not support 64-bit user fence writes, reject CS<br /> submissions with user fences.<br /> <br /> (cherry picked from commit 4d7d774f100efb5089c86a1fb8c5bf47c63fc9ef)
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026