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

Publication date:
27/07/2026
Papra is a minimalistic document management and archiving platform. Prior to version 26.5.0, Papra's webhook delivery system contains an SSRF protection bypass that allows any authenticated organisation member to cause the server to make HTTP requests to internal addresses — loopback, link-local, and RFC-1918 ranges. The SSRF protection validates the registered webhook URL but ignores redirect destinations. The HTTP client (ofetch) follows 3xx responses automatically, and the redirect target is never checked against the blocklist. An attacker registers a webhook pointing to an attacker-controlled server, which redirects incoming POSTs to any internal address. Exploitation was confirmed by live test against the official Docker image. The fix is a single-line change to the webhook HTTP client. This issue has been patched in version 26.5.0.
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-48052

Publication date:
27/07/2026
Papra is a minimalistic document management and archiving platform. Prior to version 26.5.0, an authenticated user who is a member of any organization can delete or rename tags belonging to a different organization, given the target tag's ID. The route handler verifies the caller's membership of the ":organizationId" in the URL, but the repository write filters on tag.id alone, so the URL-level org scope never reaches the database. This issue has been patched in version 26.5.0.
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-48030

Publication date:
27/07/2026
Pheditor is a single-file editor and file manager written in PHP. From version 2.0.1 to before version 2.0.4, an OS Command Injection vulnerability in the terminal action handler allows any authenticated user to execute arbitrary OS commands by injecting shell metacharacters into the 'dir' POST parameter, completely bypassing the TERMINAL_COMMANDS whitelist and achieving full Remote Code Execution with web server privileges. This issue has been patched in version 2.0.4.
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-17552

Publication date:
27/07/2026
Plack::App::Prerender versions before 0.3.0 for Perl can proxy to an arbitrary host via unvalidated REQUEST_URI concatenation in call.<br /> <br /> When the rewrite base is a plain string, the REQUEST_URI is appended to it, with no check that the path starts with a forward slash (&amp;#39;/&amp;#39;).<br /> <br /> When the rewrite base does not contain a path (which is the standard given in the SYNOPSIS), an attacker can create a request that changes the hostname. A request target starting with an at-sign (&amp;#39;@&amp;#39;) changes the base to a RFC 3986 userinfo component.<br /> <br /> For example, a rewrite base of "https://example.com" with the submitted request "GET @192.168.1.2/" will send a request to "https://example.com@192.168.1.2/", with the rendered content returned to the attacker.<br /> <br /> This allows an attacker to access internal or restricted hosts that only the webserver has access to.
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-17568

Publication date:
27/07/2026
Improper access control in the role membership management endpoint in Devolutions Server allows an authenticated non-administrative user holding the user-group membership management permission to escalate privileges to administrator via a crafted API request.<br /> <br /> This issue affects :<br /> <br /> * Devolutions Server 2026.2.4.0 through 2026.2.12.0<br /> * Devolutions Server 2026.1.23.0 and earlier
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-17569

Publication date:
27/07/2026
Improper access control in the NetBox synchronizer in Devolutions Server allows an authenticated user with view-only permission on an entry to obtain a stored API token via the partial connection endpoint.<br /> <br /> This issue affects :<br /> <br /> * Devolutions Server 2026.2.4.0 through 2026.2.12.0<br /> * Devolutions Server 2026.1.23.0 and earlier
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-17570

Publication date:
27/07/2026
Improper access control in the PAM password history endpoints in Devolutions Server allows an authenticated low-privileged user to disclose plaintext credential secrets via crafted API requests.<br /> <br /> This issue affects :<br /> <br /> * Devolutions Server 2026.2.4.0 through 2026.2.12.0<br /> * Devolutions Server 2026.1.23.0 and earlier
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-66729

Publication date:
27/07/2026
facil.io 0.6.0 through 0.7.6 contains an integer underflow vulnerability in the multipart MIME body parser that allows unauthenticated remote attackers to crash the server process by sending a crafted Content-Disposition header with an empty field name. Attackers can trigger a uint32_t wraparound in http_mime_parser.h causing an out-of-bounds memory read past the name pointer, resulting in a bus fault that crashes the handling worker with a single POST request.
Severity CVSS v4.0: HIGH
Last modification:
27/07/2026

CVE-2026-66731

Publication date:
27/07/2026
facil.io 0.7.5 through 0.7.6 contains a denial-of-service vulnerability in the HTTP/1.1 chunked transfer encoding parser that allows unauthenticated remote attackers to crash the server by sending a negative chunk size value. Attackers can send a single POST request with a Transfer-Encoding: chunked header containing a leading minus sign in the chunk size field, causing the parser in http1_parser.h to compute a large positive integer from the negated value, corrupting internal state and moving the read pointer into unmapped memory resulting in a fault.
Severity CVSS v4.0: HIGH
Last modification:
27/07/2026

CVE-2026-66730

Publication date:
27/07/2026
facil.io 0.6.0 through 0.7.6 contains a denial-of-service vulnerability in the multipart body parser that allows an unauthenticated remote attacker to permanently freeze worker processes at 100% CPU by sending a multipart/form-data request with a partial closing boundary. The missing progress guard in the parser loop causes http_mime_parse to return 0 bytes consumed without setting done or error flags, causing the calling loop to re-invoke the parser on the same buffer indefinitely, exhausting all workers and permanently disabling the server until manually restarted.
Severity CVSS v4.0: HIGH
Last modification:
27/07/2026

CVE-2026-66390

Publication date:
27/07/2026
Improper Neutralization of Input During Web Page Generation (&amp;#39;Cross-site Scripting&amp;#39;) vulnerability in Apache Wicket.<br /> <br /> This issue affects Apache Wicket: from 9.0.0 through 9.23.0, from 10.0.0 through 10.9.0.<br /> <br /> Users are recommended to upgrade to version 10.10.0, which fixes the issue.
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026

CVE-2026-66391

Publication date:
27/07/2026
Use of Insufficiently Random Values, Protection Mechanism Failure vulnerability in Apache Wicket.<br /> <br /> This issue affects Apache Wicket: from 9.0.0 through 9.23.0, from 10.0.0 through 10.9.0.<br /> <br /> Users are recommended to upgrade to version 10.10.0, which fixes the issue.
Severity CVSS v4.0: Pending analysis
Last modification:
27/07/2026