Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

Vulnerabilidades

Con el objetivo de informar, advertir y ayudar a los profesionales sobre las ultimas vulnerabilidades de seguridad en sistemas tecnológicos, ponemos a disposición de los usuarios interesados en esta información una base de datos con información en castellano sobre cada una de las ultimas vulnerabilidades documentadas y conocidas.

Este repositorio con más de 75.000 registros esta basado en la información de NVD (National Vulnerability Database) – en función de un acuerdo de colaboración – por el cual desde INCIBE realizamos la traducción al castellano de la información incluida. En ocasiones este listado mostrará vulnerabilidades que aún no han sido traducidas debido a que se recogen en el transcurso del tiempo en el que el equipo de INCIBE realiza el proceso de traducción.

Se emplea el estándar de nomenclatura de vulnerabilidades CVE (Common Vulnerabilities and Exposures), con el fin de facilitar el intercambio de información entre diferentes bases de datos y herramientas. Cada una de las vulnerabilidades recogidas enlaza a diversas fuentes de información así como a parches disponibles o soluciones aportadas por los fabricantes y desarrolladores. Es posible realizar búsquedas avanzadas teniendo la opción de seleccionar diferentes criterios como el tipo de vulnerabilidad, fabricante, tipo de impacto entre otros, con el fin de acortar los resultados.

Mediante suscripción RSS o Boletines podemos estar informados diariamente de las ultimas vulnerabilidades incorporadas al repositorio.

CVE-2023-29207

Fecha de publicación:
15/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** XWiki Commons are technical libraries common to several other top level XWiki projects. The Livetable Macro wasn&amp;#39;t properly sanitizing column names, thus allowing the insertion of raw HTML code including JavaScript. This vulnerability was also exploitable via the Documents Macro that is included since XWiki 3.5M1 and doesn&amp;#39;t require script rights, this can be demonstrated with the syntax `{{documents id="example" count="5" actions="false" columns="doc.title, beforealert(1)after"/}}`. Therefore, this can also be exploited by users without script right and in comments. With the interaction of a user with more rights, this could be used to execute arbitrary actions in the wiki, including privilege escalation, remote code execution, information disclosure, modifying or deleting content. This has been patched in XWiki 14.9, 14.4.6, and 13.10.10.<br />
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
26/04/2023

CVE-2023-29203

Fecha de publicación:
15/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** XWiki Commons are technical libraries common to several other top level XWiki projects. It&amp;#39;s possible to list some users who are normally not viewable from subwiki by requesting users on a subwiki which allows only global users with `uorgsuggest.vm`. This issue only concerns hidden users from main wiki. Note that the disclosed information are the username and the first and last name of users, no other information is leaked. The problem has been patched on XWiki 13.10.8, 14.4.3 and 14.7RC1. <br />
Gravedad CVSS v3.1: MEDIA
Última modificación:
26/04/2023

CVE-2023-29204

Fecha de publicación:
15/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** XWiki Commons are technical libraries common to several other top level XWiki projects. It is possible to bypass the existing security measures put in place to avoid open redirect by using a redirect such as `//mydomain.com` (i.e. omitting the `http:`). It was also possible to bypass it when using URL such as `http:/mydomain.com`. The problem has been patched on XWiki 13.10.10, 14.4.4 and 14.8RC1.<br />
Gravedad CVSS v3.1: MEDIA
Última modificación:
26/04/2023

CVE-2023-29205

Fecha de publicación:
15/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** XWiki Commons are technical libraries common to several other top level XWiki projects. The HTML macro does not systematically perform a proper neutralization of script-related html tags. As a result, any user able to use the html macro in XWiki, is able to introduce an XSS attack. This can be particularly dangerous since in a standard wiki, any user is able to use the html macro directly in their own user profile page. The problem has been patched in XWiki 14.8RC1. The patch involves the HTML macros and are systematically cleaned up whenever the user does not have the script correct. <br />
Gravedad CVSS v3.1: MEDIA
Última modificación:
26/04/2023

CVE-2023-29206

Fecha de publicación:
15/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** XWiki Commons are technical libraries common to several other top level XWiki projects. There was no check in the author of a JavaScript xobject or StyleSheet xobject added in a XWiki document, so until now it was possible for a user having only Edit Right to create such object and to craft a script allowing to perform some operations when executing by a user with appropriate rights. This has been patched in XWiki 14.9-rc-1 by only executing the script if the author of it has Script rights.
Gravedad CVSS v3.1: MEDIA
Última modificación:
29/09/2023

CVE-2023-29208

Fecha de publicación:
15/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** XWiki Commons are technical libraries common to several other top level XWiki projects. Rights added to a document are not taken into account for viewing it once it&amp;#39;s deleted. Note that this vulnerability only impact deleted documents that where containing view rights: the view rights provided on a space of a deleted document are properly checked. The problem has been patched in XWiki 14.10 by checking the rights of current user: only admin and deleter of the document are allowed to view it.
Gravedad CVSS v3.1: ALTA
Última modificación:
25/04/2023

CVE-2023-29201

Fecha de publicación:
15/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** XWiki Commons are technical libraries common to several other top level XWiki projects. The "restricted" mode of the HTML cleaner in XWiki, introduced in version 4.2-milestone-1, only escaped `` and ``-tags but neither attributes that can be used to inject scripts nor other dangerous HTML tags like ``. As a consequence, any code relying on this "restricted" mode for security is vulnerable to JavaScript injection ("cross-site scripting"/XSS). When a privileged user with programming rights visits such a comment in XWiki, the malicious JavaScript code is executed in the context of the user session. This allows server-side code execution with programming rights, impacting the confidentiality, integrity and availability of the XWiki instance. This problem has been patched in XWiki 14.6 RC1 with the introduction of a filter with allowed HTML elements and attributes that is enabled in restricted mode. There are no known workarounds apart from upgrading to a version including the fix.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
25/04/2023

CVE-2023-29202

Fecha de publicación:
15/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** XWiki Commons are technical libraries common to several other top level XWiki projects. The RSS macro that is bundled in XWiki included the content of the feed items without any cleaning in the HTML output when the parameter `content` was set to `true`. This allowed arbitrary HTML and in particular also JavaScript injection and thus cross-site scripting (XSS) by specifying an RSS feed with malicious content. With the interaction of a user with programming rights, this could be used to execute arbitrary actions in the wiki, including privilege escalation, remote code execution, information disclosure, modifying or deleting content and sabotaging the wiki. The issue has been patched in XWiki 14.6 RC1, the content of the feed is now properly cleaned before being displayed. As a workaround, if the RSS macro isn&amp;#39;t used in the wiki, the macro can be uninstalled by deleting `WEB-INF/lib/xwiki-platform-rendering-macro-rss-XX.jar`, where `XX` is XWiki&amp;#39;s version, in the web application&amp;#39;s directory.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
25/04/2023

CVE-2023-2107

Fecha de publicación:
15/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** A vulnerability, which was classified as critical, was found in IBOS 4.5.5. Affected is an unknown function of the file file/personal/del&amp;op=recycle. The manipulation of the argument fids leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. VDB-226110 is the identifier assigned to this vulnerability.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
17/05/2024

CVE-2023-2103

Fecha de publicación:
15/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** Cross-site Scripting (XSS) - Stored in GitHub repository alextselegidis/easyappointments prior to 1.5.0.
Gravedad CVSS v3.1: MEDIA
Última modificación:
06/02/2025

CVE-2023-2104

Fecha de publicación:
15/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** Improper Access Control in GitHub repository alextselegidis/easyappointments prior to 1.5.0.
Gravedad CVSS v3.1: MEDIA
Última modificación:
06/02/2025

CVE-2023-2105

Fecha de publicación:
15/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** Session Fixation in GitHub repository alextselegidis/easyappointments prior to 1.5.0.
Gravedad CVSS v3.1: ALTA
Última modificación:
06/02/2025