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

Publication date:
11/08/2026
An authentication bypass vulnerability in Portainer CE through 2.44.0 allows authenticated low-privileged users to bypass Docker proxy authorization checks via non-canonical URL normalization, defeating all authorization middleware. The proxy endpoint fails to normalize request paths before applying access controls, allowing crafted requests to be interpreted differently by the proxy and the authorization layer. Successful exploitation grants the attacker root-level access to the underlying Docker host.
Severity CVSS v4.0: Pending analysis
Last modification:
11/08/2026

CVE-2026-72534

Publication date:
11/08/2026
A privilege escalation vulnerability in Authentik Security authentik through 2026.5.6 allows an attacker with a source-scoped SCIM provisioning token to gain superuser privileges by provisioning a SCIM group that matches an existing administrator group by name. The SCIM group ingest function adopts any existing group by name and replaces its membership without validating the source scope against the target group. An attacker can grant their provisioning token full IdP superuser access and lock out all existing administrators.
Severity CVSS v4.0: Pending analysis
Last modification:
11/08/2026

CVE-2026-50236

Publication date:
11/08/2026
An authenticated SSRF flaw was found in the OpenShift Console Dev Console webhook helpers. User-supplied target URLs are fetched server-side without validation, with path neutralization enabling arbitrary endpoint targeting and full response reflection from the console pod's privileged network position.
Severity CVSS v4.0: Pending analysis
Last modification:
26/08/2026

CVE-2026-50237

Publication date:
11/08/2026
A Server-Side Request Forgery and supply chain flaw was found in the OpenShift Console Helm catalog proxy. A namespace tenant can plant a ProjectHelmChartRepository with an arbitrary URL that the console pod fetches server-side, bypassing tenant egress restrictions. Combined with catalog metadata poisoning and admin-mediated chart installation, this enables privilege escalation.
Severity CVSS v4.0: Pending analysis
Last modification:
26/08/2026

CVE-2026-13737

Publication date:
11/08/2026
CommServe contained an allowlist bypass vulnerability affecting command execution authorization. Software customers upgrade to resolved maintenance release. Update all Commvault installations, including Commserve, Webserver, Command Center, Media Agents, Clients and HyperScale X.
Severity CVSS v4.0: CRITICAL
Last modification:
11/08/2026

CVE-2026-13738

Publication date:
11/08/2026
CommServe contained an authorization bypass vulnerability affecting a limited set of command execution operations. Software customers upgrade to resolved maintenance release. Update all Commvault installations, including Commserve, Webserver, Command Center, Media Agents, Clients and HyperScale X.
Severity CVSS v4.0: CRITICAL
Last modification:
11/08/2026

CVE-2026-58231

Publication date:
11/08/2026
SAP Commerce Cloud allows an unauthenticated<br /> attacker to abuse a default authentication client and submit specially crafted<br /> input to certain functions lacking sufficient validation. Successful<br /> exploitation could enable arbitrary code execution and compromise internal<br /> components, resulting in high impact on confidentiality, integrity, and<br /> availability of the application.
Severity CVSS v4.0: Pending analysis
Last modification:
17/08/2026

CVE-2026-73162

Publication date:
11/08/2026
Affected versions of MISP cti-transmute expose several state-changing account operations as GET requests:<br /> <br /> <br /> <br /> * <br /> /account/follow<br /> <br /> <br /> * <br /> /account/delete_notification<br /> <br /> <br /> * <br /> /account/mark_notification_read<br /> <br /> <br /> * <br /> /account/mark_all_read<br /> <br /> <br /> <br /> <br /> <br /> These endpoints require authentication, but before the fix they could be invoked with simple GET requests. That makes them susceptible to cross-site request forgery because a third-party site can induce the victim’s browser to send authenticated GET requests automatically.<br /> <br /> <br /> The patch converts the actions to POST or DELETE and updates the frontend to include an X-CSRFToken header, providing explicit CSRF protection for those state-changing operations.
Severity CVSS v4.0: MEDIUM
Last modification:
26/08/2026

CVE-2026-33922

Publication date:
11/08/2026
A path traversal vulnerability was discovered in the Offline archives functionality of the local web interface due to insufficient validation of an input parameter. A local user with administrative credentials for the web interface could submit an archive name containing traversal sequences and delete arbitrary files reachable by the Arc process, which runs with administrative privileges on the host.
Severity CVSS v4.0: MEDIUM
Last modification:
28/08/2026

CVE-2026-33921

Publication date:
11/08/2026
The Windows installer deployed Npcap leaving its access restriction option at the insecure default value, so the driver was accessible to every local user of the host instead of being restricted to administrators only. A local user without administrative privileges could use the Npcap driver to capture the traffic reaching the host, which discloses information belonging both to the host and to other systems on the same network segment, and to send arbitrary raw packets on that segment.
Severity CVSS v4.0: MEDIUM
Last modification:
28/08/2026

CVE-2026-73161

Publication date:
11/08/2026
Affected versions of cti-transmute improperly handle conversion-table values passed through the search highlighting feature. The highlight() function previously returned the underlying text directly when no search query was supplied, or performed a regex replacement that inserted tags without first escaping the original content. Because the resulting value is used by an HTML-rendering sink, malicious markup contained in conversion data could be interpreted as HTML rather than displayed as text.<br /> <br /> The fix introduces a shared highlightMatches() helper that first converts special characters such as , &amp;, and quotes into HTML entities. Only after escaping does the code insert the application-controlled element used for search highlighting.
Severity CVSS v4.0: MEDIUM
Last modification:
26/08/2026

CVE-2026-73160

Publication date:
11/08/2026
Affected versions of cti-transmute contain an SSRF vulnerability in the /fetch_misp_event and /misp_search_events endpoints.<br /> <br /> <br /> The URL validation routine checked whether a supplied hostname was itself an IP literal and rejected private, loopback, link-local, or reserved IPs. However, ordinary domain names were accepted without resolving them first. An attacker could therefore use a hostname whose DNS record pointed to an internal address and cause the cti-transmute server to issue requests into its internal network. The commit explicitly states that anonymous callers could make the server request the internal target and read the response.<br /> <br /> <br /> The fix resolves hostnames using socket.getaddrinfo(), checks that every resolved address is globally routable, and additionally places @login_required on both affected MISP fetch/search routes.
Severity CVSS v4.0: HIGH
Last modification:
26/08/2026