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

Publication date:
11/05/2026
A security flaw has been discovered in Devs Palace ERP Online up to 4.0.0. Affected by this issue is some unknown functionality of the file /inventory/sales_save. The manipulation results in cross site scripting. It is possible to launch the attack remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Severity CVSS v4.0: LOW
Last modification:
11/05/2026

CVE-2026-8255

Publication date:
11/05/2026
A weakness has been identified in Devs Palace ERP Online up to 4.0.0. This affects an unknown part of the file /inventory/add_new_customer. This manipulation causes cross site scripting. The attack can be initiated remotely. The exploit has been made available to the public and could be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
Severity CVSS v4.0: LOW
Last modification:
11/05/2026

CVE-2026-8252

Publication date:
11/05/2026
A vulnerability was determined in Open5GS up to 2.7.7. Affected is the function smf_nsmf_handle_create_data_in_hsmf of the component SMF. Executing a manipulation can lead to null pointer dereference. The attack may be performed from remote. The exploit has been publicly disclosed and may be utilized. The project was informed of the problem early through an issue report but has not responded yet.
Severity CVSS v4.0: LOW
Last modification:
12/05/2026

CVE-2026-8251

Publication date:
10/05/2026
A vulnerability was found in Open5GS up to 2.7.7. This impacts the function update_authorized_pcc_rule_and_qos of the file /src/smf/npcf-handler.c of the component SMF. Performing a manipulation results in denial of service. The attack is possible to be carried out remotely. The exploit has been made public and could be used. The project was informed of the problem early through an issue report but has not responded yet.
Severity CVSS v4.0: LOW
Last modification:
12/05/2026

CVE-2026-8250

Publication date:
10/05/2026
A vulnerability has been found in Open5GS up to 2.7.7. This affects the function smf_n4_build_qos_flow_to_modify_list of the file /src/smf/n4-build.c of the component SMF. Such manipulation leads to denial of service. The attack can be executed remotely. The exploit has been disclosed to the public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Severity CVSS v4.0: LOW
Last modification:
12/05/2026

CVE-2026-8248

Publication date:
10/05/2026
A vulnerability was detected in Open5GS up to 2.7.7. The affected element is the function update_authorized_pcc_rule_and_qos of the file /src/smf/npcf-handler.c of the component SMF. The manipulation results in denial of service. The attack may be launched remotely. The exploit is now public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Severity CVSS v4.0: LOW
Last modification:
12/05/2026

CVE-2026-8249

Publication date:
10/05/2026
A flaw has been found in Open5GS up to 2.7.7. The impacted element is the function update_authorized_pcc_rule_and_qos of the file /src/smf/npcf-handler.c of the component SMF. This manipulation causes denial of service. Remote exploitation of the attack is possible. The exploit has been published and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Severity CVSS v4.0: LOW
Last modification:
13/05/2026

CVE-2026-8177

Publication date:
10/05/2026
XML::LibXML versions through 2.0210 for Perl read out-of-bounds heap memory when parsing XML node names containing truncated UTF-8 byte sequences.<br /> <br /> A node name ending in the middle of a multi byte UTF-8 sequence causes the parser to read past the end of the input string into adjacent heap memory.<br /> <br /> Any Perl process that passes attacker controlled strings to XML::LibXML&amp;#39;s DOM node-name methods can reach this path on the default API. The likely consequence is a crash, causing denial of service.
Severity CVSS v4.0: Pending analysis
Last modification:
12/05/2026

CVE-2026-45180

Publication date:
10/05/2026
Catalyst::Plugin::Statsd versions through 0.10.0 for Perl may leak session ids.<br /> <br /> If the communication channel to the statsd daemon is not secured (for example, by sending UDP packets to a host on another network), then users&amp;#39; session ids may be leaked. This may allow an attacker to use session ids as authentication tokens.
Severity CVSS v4.0: Pending analysis
Last modification:
12/05/2026

CVE-2026-45190

Publication date:
10/05/2026
Net::CIDR::Lite versions before 0.24 for Perl does not properly validate IP address and CIDR mask inputs, which may allow IP ACL bypass.<br /> <br /> Inputs containing a trailing newline or non-ASCII digit characters pass the validators but are then re-encoded by the parser to a different address than the input string spelled. find() and bin_find() can match or miss addresses as a result.<br /> <br /> Example:<br /> <br /> my $cidr = Net::CIDR::Lite-&gt;new();<br /> $cidr-&gt;add("::1\n/128");<br /> $cidr-&gt;find("::1a"); # incorrectly returns true<br /> <br /> See also CVE-2026-45191.
Severity CVSS v4.0: Pending analysis
Last modification:
12/05/2026

CVE-2026-45191

Publication date:
10/05/2026
Net::CIDR::Lite versions before 0.24 for Perl does not properly consider extraneous zero characters in CIDR mask values, which may allow IP ACL bypass.<br /> <br /> Mask forms like "/00" and "/01" pass validation and parse to the same prefix as their unpadded value.<br /> <br /> See also CVE-2026-45190.
Severity CVSS v4.0: Pending analysis
Last modification:
12/05/2026

CVE-2026-45179

Publication date:
10/05/2026
Plack::Middleware::Statsd versions before 0.9.0 for Perl may leak user IP addresses.<br /> <br /> If the communication channel to the statsd daemon is not secured (for example, by sending UDP packets to a host on another network), then users&amp;#39; IP addresses may be leaked.<br /> <br /> Since version 0.9.0, the IP address is no longer logged to statsd unless configured. When configured, an HMAC signature of the IP address is logged instead.
Severity CVSS v4.0: Pending analysis
Last modification:
12/05/2026