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

Publication date:
27/05/2026
free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, the free5GC UDM component fails to validate the supi path parameter in six GET handlers of the nudm-sdm (Subscriber Data Management) service. An unauthenticated attacker can inject control characters into the SUPI parameter, causing UDM to forward a malformed request to UDR and return a 500 Internal Server Error response that exposes internal infrastructure details. This vulnerability is fixed in 4.2.2.
Severity CVSS v4.0: HIGH
Last modification:
28/05/2026

CVE-2026-42083

Publication date:
27/05/2026
free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, PCF Npcf_SMPolicyControl missing authentication middleware allows unauthenticated access to SM policy handlers and disclosure of subscriber SUPI. In NewServer(), the smPolicyGroup route group is created and routes are applied without attaching the router authorization middleware. In contrast, other PCF service groups such as Npcf_PolicyAuthorization do attach RouterAuthorizationCheck before route registration. Because the middleware is missing, requests to the /npcf-smpolicycontrol/v1/sm-policies, /npcf-smpolicycontrol/v1/sm-policies/{smPolicyId}, /npcf-smpolicycontrol/v1/sm-policies/{smPolicyId}/update, and /npcf-smpolicycontrol/v1/sm-policies/{smPolicyId}/delete endpoints can reach business logic even when no valid OAuth token is provided. This vulnerability is fixed in 4.2.2.
Severity CVSS v4.0: Pending analysis
Last modification:
28/05/2026

CVE-2026-42082

Publication date:
27/05/2026
free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, the AMF in Free5GC does not enforce the concurrent security procedure rules defined in 3GPP TS 33.501 §6.9.5.1. The AMF does not check for ongoing N2 handover procedures before initiating a NAS Security Mode Command, and vice versa. This can lead to mismatches between NAS and AS security contexts in the network and the UE. This vulnerability is fixed in 4.2.2.
Severity CVSS v4.0: Pending analysis
Last modification:
28/05/2026

CVE-2026-38945

Publication date:
27/05/2026
Command injection in Raynet rvia version 12.6 Update 8 and previous versions allows adversaries to execute arbitrary code via a crafted path that matches the improperly terminated search criteria of rvia's Java search using the find command.
Severity CVSS v4.0: Pending analysis
Last modification:
27/05/2026

CVE-2026-38931

Publication date:
27/05/2026
A stored cross-site scripting (XSS) vulnerability in the /admin/config-module.php component of creatorsofcode simplephp GitHub commit 5184cff (Latest as of 2026-02-27) via injecting a crafted payload.
Severity CVSS v4.0: Pending analysis
Last modification:
27/05/2026

CVE-2026-42081

Publication date:
27/05/2026
free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, the AMF in Free5GC does not verify the UE Security Capabilities received in NGAP PathSwitchRequest messages against its locally stored values, as mandated by 3GPP TS 33.501 §6.7.3.1. A malicious gNB can overwrite the AMF's stored UE security capabilities with arbitrary values, which are then propagated in PathSwitchRequest Acknowledge messages and subsequent Handover Request messages. This leads to persistent handover denial-of-service for affected UEs. This vulnerability is fixed in 4.2.2.
Severity CVSS v4.0: Pending analysis
Last modification:
29/05/2026

CVE-2026-38930

Publication date:
27/05/2026
OpenRapid RapidCMS v1.3.1 was discovered to contain an authentication bypass in the /template/default/menu.php component. This vulnerability is exploited via injecting a crafted SQL payload into the name cookie parameter.
Severity CVSS v4.0: Pending analysis
Last modification:
28/05/2026

CVE-2025-68712

Publication date:
27/05/2026
SpSoft AppLock (com.sp.protector.free) 7.9.40 for Android allows a local attacker with physical access to bypass fingerprint or PIN authentication. Although the app integrates Android's biometric mechanisms, the lock is implemented with a custom overlay that fails to consistently enforce authentication. By navigating cascading interface flows - insecure navigation through exposed routes facilitates app control evasion {I.N.T.E.R.F.A.C.E] via advertisement or browser intents - an attacker can exit the lock interface without re-authentication and access protected apps (e.g., Chrome). This results in information disclosure and privilege escalation.
Severity CVSS v4.0: Pending analysis
Last modification:
28/05/2026

CVE-2025-70116

Publication date:
27/05/2026
A NULL pointer dereference in GPAC MP4Box: when parsing certain truncated MP4 files, an unknown/invalid stsd entry can result in missing descriptor fields (e.g., codec/mime/profile strings). gf_media_map_esd then calls strlen() on a NULL pointer, triggering a crash (ASan SEGV).
Severity CVSS v4.0: Pending analysis
Last modification:
30/05/2026

CVE-2022-41656

Publication date:
27/05/2026
Missing Authorization vulnerability in Bizswoop Account Manager for WooCommerce allows Exploiting Incorrectly Configured Access Control Security Levels.<br /> <br /> This issue affects Account Manager for WooCommerce: from n/a through 2.1.2.
Severity CVSS v4.0: Pending analysis
Last modification:
27/05/2026

CVE-2026-9712

Publication date:
27/05/2026
When creating an export through the pretix API, API clients are <br /> returned an UUID value for their export job (a long, random string like <br /> 35742818-c375-4d15-839f-d49aecce94d6). Using this UUID, the API client <br /> can then request the actual file for download. The same kind of UUID is <br /> used in other places in pretix when temporary files are generated for <br /> internal use or download.<br /> <br /> <br /> <br /> <br /> One remaining API endpoint, however, wrongfully did not verify if the<br /> UUID used for download actually belongs to a file that is supposed to <br /> be downloadable and belongs to the correct user. In reality, this is <br /> hard to exploit because an attacker would need to have access to a valid<br /> UUID for the file they desire which is unlikely to happen without a <br /> separate security problem giving them access to logs etc.
Severity CVSS v4.0: LOW
Last modification:
27/05/2026

CVE-2026-9674

Publication date:
27/05/2026
A cross-site request forgery (CSRF) vulnerability in Jenkins Multijob Plugin 662.vd2e0001f6b_b_d and earlier allows attackers to resume failed Multijob builds.
Severity CVSS v4.0: Pending analysis
Last modification:
28/05/2026