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

Publication date:
16/03/2026
Raytha CMS is vulnerable to reflected XSS via the backToListUrl parameter. An attacker can craft a malicious URL which, when opened by authenticated victim, results in arbitrary JavaScript execution in the victim’s browser.<br /> <br /> This issue was fixed in version 1.4.6.
Severity CVSS v4.0: MEDIUM
Last modification:
16/03/2026

CVE-2025-69243

Publication date:
16/03/2026
Raytha CMS is vulnerable to User Enumeration in password reset functionality. Difference in messages could allow an attacker to determine if the login is valid or not, enabling a brute force attack with valid logins.<br /> <br /> This issue was fixed in version 1.5.0.
Severity CVSS v4.0: MEDIUM
Last modification:
16/03/2026

CVE-2025-69245

Publication date:
16/03/2026
Raytha CMS is vulnerable to Reflected XSS via returnUrl parameter in logon functionality. An attacker can craft a malicious URL which, when opened by the authenticated victim, results in arbitrary JavaScript execution in the victim’s browser.<br /> <br /> This issue was fixed in 1.4.6.
Severity CVSS v4.0: MEDIUM
Last modification:
16/03/2026

CVE-2025-69236

Publication date:
16/03/2026
Raytha CMS is vulnerable to Stored XSS via FieldValues[1].Value parameter in post editing functionality. Authenticated attacker with permissions to edit posts can inject arbitrary HTML and JS into website, which will be rendered/executed when visiting edited page.<br /> <br /> This issue was fixed in version 1.4.6.
Severity CVSS v4.0: MEDIUM
Last modification:
16/03/2026

CVE-2025-69237

Publication date:
16/03/2026
Raytha CMS is vulnerable to Stored XSS via FieldValues[0].Value parameter in page creation functionality. Authenticated attacker with permissions to create content can inject arbitrary HTML and JS into website, which will be rendered/executed when visiting edited page.<br /> <br /> This issue was fixed in version 1.4.6.
Severity CVSS v4.0: MEDIUM
Last modification:
16/03/2026

CVE-2025-69238

Publication date:
16/03/2026
Raytha CMS is vulnerable to Cross-Site Request Forgery across multiple endpoints. Attacker can craft special website, which when visited by the authenticated victim, will automatically send POST request to the endpoint (e. x. deletion of the data) without enforcing token verification. <br /> <br /> This issue was fixed in version 1.4.6.
Severity CVSS v4.0: MEDIUM
Last modification:
16/03/2026

CVE-2025-52637

Publication date:
16/03/2026
HCL AION is affected by a vulnerability where certain offering configurations may permit execution of potentially harmful SQL queries. Improper validation or restrictions on query execution could expose the system to unintended database interactions or limited information exposure under specific conditions.
Severity CVSS v4.0: Pending analysis
Last modification:
27/03/2026

CVE-2025-52638

Publication date:
16/03/2026
HCL AION is affected by a vulnerability where generated containers may execute binaries with root-level privileges. Running containers with root privileges may increase the potential security risk, as it grants elevated permissions within the container environment. Aligning container configurations with security best practices requires minimizing privileges and avoiding root-level execution wherever possible.
Severity CVSS v4.0: Pending analysis
Last modification:
27/03/2026

CVE-2025-52648

Publication date:
16/03/2026
HCL AION is affected by a vulnerability where offering images are not digitally signed. Lack of image signing may allow the use of unverified or tampered images, potentially leading to security risks such as integrity compromise or unintended behavior in the system
Severity CVSS v4.0: Pending analysis
Last modification:
27/03/2026

CVE-2025-52458

Publication date:
16/03/2026
in OpenHarmony v5.1.0 and prior versions allow a local attacker arbitrary code execution in pre-installed apps through out-of-bounds write. This vulnerability can be exploited only in restricted scenarios.
Severity CVSS v4.0: Pending analysis
Last modification:
17/03/2026

CVE-2025-54920

Publication date:
16/03/2026
This issue affects Apache Spark: before 3.5.7 and 4.0.1. Users are recommended to upgrade to version 3.5.7 or 4.0.1 and above, which fixes the issue.<br /> <br /> <br /> <br /> <br /> <br /> Summary<br /> <br /> Apache Spark 3.5.4 and earlier versions contain a code execution vulnerability in the Spark History Web UI due to overly permissive Jackson deserialization of event log data. This allows an attacker with access to the Spark event logs directory to inject malicious JSON payloads that trigger deserialization of arbitrary classes, enabling command execution on the host running the Spark History Server.<br /> <br /> <br /> <br /> <br /> <br /> Details<br /> <br /> The vulnerability arises because the Spark History Server uses Jackson polymorphic deserialization with @JsonTypeInfo.Id.CLASS on SparkListenerEvent objects, allowing an attacker to specify arbitrary class names in the event JSON. This behavior permits instantiating unintended classes, such as org.apache.hive.jdbc.HiveConnection, which can perform network calls or other malicious actions during deserialization.<br /> <br /> <br /> The attacker can exploit this by injecting crafted JSON content into the Spark event log files, which the History Server then deserializes on startup or when loading event logs. For example, the attacker can force the History Server to open a JDBC connection to a remote attacker-controlled server, demonstrating remote command injection capability.<br /> <br /> <br /> <br /> <br /> <br /> <br /> Proof of Concept:<br /> <br /> 1. Run Spark with event logging enabled, writing to a writable directory (spark-logs).<br /> <br /> 2. Inject the following JSON at the beginning of an event log file:<br /> <br /> <br /> {<br /> <br /> "Event": "org.apache.hive.jdbc.HiveConnection",<br /> "uri": "jdbc:hive2://:/",<br /> "info": {<br /> "hive.metastore.uris": "thrift://:"<br /> }<br /> }<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> 3. Start the Spark History Server with logs pointing to the modified directory.<br /> <br /> 4. The Spark History Server initiates a JDBC connection to the attacker’s server, confirming the injection.<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> Impact<br /> <br /> An attacker with write access to Spark event logs can execute arbitrary code on the server running the History Server, potentially compromising the entire system.
Severity CVSS v4.0: Pending analysis
Last modification:
20/03/2026

CVE-2025-41432

Publication date:
16/03/2026
in OpenHarmony v5.1.0 and prior versions allow a local attacker arbitrary code execution in pre-installed apps through out-of-bounds write. This vulnerability can be exploited only in restricted scenarios.
Severity CVSS v4.0: Pending analysis
Last modification:
17/03/2026