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-2024-51523

Publication date:
05/11/2024
Information management vulnerability in the Gallery module<br /> Impact: Successful exploitation of this vulnerability may affect service confidentiality.
Severity CVSS v4.0: Pending analysis
Last modification:
07/11/2024

CVE-2024-51524

Publication date:
05/11/2024
Permission control vulnerability in the Wi-Fi module<br /> Impact: Successful exploitation of this vulnerability may affect service confidentiality.
Severity CVSS v4.0: Pending analysis
Last modification:
07/11/2024

CVE-2024-51521

Publication date:
05/11/2024
Input parameter verification vulnerability in the background service module<br /> Impact: Successful exploitation of this vulnerability may affect availability.
Severity CVSS v4.0: Pending analysis
Last modification:
07/11/2024

CVE-2024-51522

Publication date:
05/11/2024
Vulnerability of improper device information processing in the device management module<br /> Impact: Successful exploitation of this vulnerability may affect availability.
Severity CVSS v4.0: Pending analysis
Last modification:
07/11/2024

CVE-2024-51519

Publication date:
05/11/2024
Vulnerability of input parameters not being verified in the HDC module<br /> Impact: Successful exploitation of this vulnerability may affect availability.
Severity CVSS v4.0: Pending analysis
Last modification:
06/11/2024

CVE-2024-51520

Publication date:
05/11/2024
Vulnerability of input parameters not being verified in the HDC module<br /> Impact: Successful exploitation of this vulnerability may affect availability.
Severity CVSS v4.0: Pending analysis
Last modification:
07/11/2024

CVE-2024-51517

Publication date:
05/11/2024
Vulnerability of improper memory access in the phone service module<br /> Impact: Successful exploitation of this vulnerability may affect availability.
Severity CVSS v4.0: Pending analysis
Last modification:
06/11/2024

CVE-2024-51518

Publication date:
05/11/2024
Vulnerability of message types not being verified in the advanced messaging modul<br /> Impact: Successful exploitation of this vulnerability may affect availability.
Severity CVSS v4.0: Pending analysis
Last modification:
06/11/2024

CVE-2024-47255

Publication date:
05/11/2024
In 2N Access Commander versions 3.1.1.2 and prior, a local attacker can escalate their privileges in the system which could allow for arbitrary <br /> code execution with root permissions.
Severity CVSS v4.0: Pending analysis
Last modification:
04/09/2025

CVE-2024-47254

Publication date:
05/11/2024
In 2N Access Commander versions 3.1.1.2 and prior, an Insufficient <br /> Verification of Data Authenticity vulnerability could allow an attacker <br /> to escalate their privileges and gain root access to the system.
Severity CVSS v4.0: Pending analysis
Last modification:
04/09/2025

CVE-2024-47253

Publication date:
05/11/2024
In 2N Access Commander versions 3.1.1.2 and prior, a Path Traversal vulnerability could allow an attacker with administrative privileges to write files on the filesystem and potentially achieve arbitrary remote code execution. This vulnerability cannot be exploited by users with lower privilege roles.
Severity CVSS v4.0: Pending analysis
Last modification:
07/11/2024

CVE-2023-52920

Publication date:
05/11/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> bpf: support non-r10 register spill/fill to/from stack in precision tracking<br /> <br /> Use instruction (jump) history to record instructions that performed<br /> register spill/fill to/from stack, regardless if this was done through<br /> read-only r10 register, or any other register after copying r10 into it<br /> *and* potentially adjusting offset.<br /> <br /> To make this work reliably, we push extra per-instruction flags into<br /> instruction history, encoding stack slot index (spi) and stack frame<br /> number in extra 10 bit flags we take away from prev_idx in instruction<br /> history. We don&amp;#39;t touch idx field for maximum performance, as it&amp;#39;s<br /> checked most frequently during backtracking.<br /> <br /> This change removes basically the last remaining practical limitation of<br /> precision backtracking logic in BPF verifier. It fixes known<br /> deficiencies, but also opens up new opportunities to reduce number of<br /> verified states, explored in the subsequent patches.<br /> <br /> There are only three differences in selftests&amp;#39; BPF object files<br /> according to veristat, all in the positive direction (less states).<br /> <br /> File Program Insns (A) Insns (B) Insns (DIFF) States (A) States (B) States (DIFF)<br /> -------------------------------------- ------------- --------- --------- ------------- ---------- ---------- -------------<br /> test_cls_redirect_dynptr.bpf.linked3.o cls_redirect 2987 2864 -123 (-4.12%) 240 231 -9 (-3.75%)<br /> xdp_synproxy_kern.bpf.linked3.o syncookie_tc 82848 82661 -187 (-0.23%) 5107 5073 -34 (-0.67%)<br /> xdp_synproxy_kern.bpf.linked3.o syncookie_xdp 85116 84964 -152 (-0.18%) 5162 5130 -32 (-0.62%)<br /> <br /> Note, I avoided renaming jmp_history to more generic insn_hist to<br /> minimize number of lines changed and potential merge conflicts between<br /> bpf and bpf-next trees.<br /> <br /> Notice also cur_hist_entry pointer reset to NULL at the beginning of<br /> instruction verification loop. This pointer avoids the problem of<br /> relying on last jump history entry&amp;#39;s insn_idx to determine whether we<br /> already have entry for current instruction or not. It can happen that we<br /> added jump history entry because current instruction is_jmp_point(), but<br /> also we need to add instruction flags for stack access. In this case, we<br /> don&amp;#39;t want to entries, so we need to reuse last added entry, if it is<br /> present.<br /> <br /> Relying on insn_idx comparison has the same ambiguity problem as the one<br /> that was fixed recently in [0], so we avoid that.<br /> <br /> [0] https://patchwork.kernel.org/project/netdevbpf/patch/20231110002638.4168352-3-andrii@kernel.org/
Severity CVSS v4.0: Pending analysis
Last modification:
09/01/2025