
CVE-2024-44067
https://notcve.org/view.php?id=CVE-2024-44067
19 Aug 2024 — The T-Head XuanTie C910 CPU in the TH1520 SoC and the T-Head XuanTie C920 CPU in the SOPHON SG2042 have instructions that allow unprivileged attackers to write to arbitrary physical memory locations, aka GhostWrite. • https://ghostwriteattack.com • CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer CWE-123: Write-what-where Condition •

CVE-2020-21699
https://notcve.org/view.php?id=CVE-2020-21699
22 Aug 2023 — The web server Tengine 2.2.2 developed in the Nginx version from 0.5.6 thru 1.13.2 is vulnerable to an integer overflow vulnerability in the nginx range filter module, resulting in the leakage of potentially sensitive information triggered by specially crafted requests. • https://github.com/ZxDecide/Nginx-variants/blob/master/%E9%99%84%E4%BB%B6%28Tengine%29.docx • CWE-190: Integer Overflow or Wraparound •

CVE-2021-43116 – Nacos 2.0.3 - Access Control vulnerability
https://notcve.org/view.php?id=CVE-2021-43116
05 Jul 2022 — An Access Control vulnerability exists in Nacos 2.0.3 in the access prompt page; enter username and password, click on login to capture packets and then change the returned package, which lets a malicious user login. Se presenta una vulnerabilidad de control de acceso en Nacos versiones 2.0.3, en la página access prompt; ingrese el nombre de usuario y la contraseña, haga clic en iniciar sesión para capturar paquetes y luego cambie el paquete devuelto, lo que permite a un usuario malicioso iniciar sesió... • https://packetstorm.news/files/id/171638 • CWE-287: Improper Authentication •

CVE-2022-25845 – Deserialization of Untrusted Data
https://notcve.org/view.php?id=CVE-2022-25845
10 Jun 2022 — The package com.alibaba:fastjson before 1.2.83 are vulnerable to Deserialization of Untrusted Data by bypassing the default autoType shutdown restrictions, which is possible under certain conditions. Exploiting this vulnerability allows attacking remote servers. Workaround: If upgrading is not possible, you can enable [safeMode](https://github.com/alibaba/fastjson/wiki/fastjson_safemode). El paquete com.alibaba:fastjson versiones anteriores a 1.2.83, es vulnerable a una Deserialización de Datos No Confiable... • https://github.com/nerowander/CVE-2022-25845-exploit • CWE-502: Deserialization of Untrusted Data •

CVE-2021-44667
https://notcve.org/view.php?id=CVE-2021-44667
11 Mar 2022 — A Cross Site Scripting (XSS) vulnerability exists in Nacos 2.0.3 in auth/users via the (1) pageSize and (2) pageNo parameters. Se presenta una vulnerabilidad de tipo Cross Site Scripting (XSS) en Nacos versión 2.0.3, en auth/users por medio de los parámetros (1) pageSize y (2) pageNo • https://github.com/alibaba/nacos/issues/7359 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2021-33800
https://notcve.org/view.php?id=CVE-2021-33800
03 Nov 2021 — In Druid 1.2.3, visiting the path with parameter in a certain function can lead to directory traversal. En Druid versión 1.2.3, la visita a la ruta con parámetro en una determinada función puede conllevar a un salto de directorio • https://security.alibaba.com/announcement/announcement?id=214 • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') •

CVE-2021-29441 – Authentication bypass
https://notcve.org/view.php?id=CVE-2021-29441
27 Apr 2021 — Nacos is a platform designed for dynamic service discovery and configuration and service management. In Nacos before version 1.4.1, when configured to use authentication (-Dnacos.core.auth.enabled=true) Nacos uses the AuthFilter servlet filter to enforce authentication. This filter has a backdoor that enables Nacos servers to bypass this filter and therefore skip authentication checks. This mechanism relies on the user-agent HTTP header so it can be easily spoofed. This issue may allow any user to carry out... • https://github.com/bysinks/CVE-2021-29441 • CWE-290: Authentication Bypass by Spoofing •

CVE-2021-29442 – Authentication bypass
https://notcve.org/view.php?id=CVE-2021-29442
27 Apr 2021 — Nacos is a platform designed for dynamic service discovery and configuration and service management. In Nacos before version 1.4.1, the ConfigOpsController lets the user perform management operations like querying the database or even wiping it out. While the /data/remove endpoint is properly protected with the @Secured annotation, the /derby endpoint is not protected and can be openly accessed by unauthenticated users. These endpoints are only valid when using embedded storage (derby DB) so this issue shou... • https://github.com/VictorShem/QVD-2024-26473 • CWE-306: Missing Authentication for Critical Function •

CVE-2020-19676
https://notcve.org/view.php?id=CVE-2020-19676
30 Sep 2020 — Nacos 1.1.4 is affected by: Incorrect Access Control. An environment can be set up locally to get the service details interface. Then other Nacos service names can be accessed through the service list interface. Service details can then be accessed when not logged in. (detail:https://github.com/alibaba/nacos/issues/2284) Nacos versión 1.1.4, está afectado por: Un Control de Acceso Incorrecto. • https://github.com/alibaba/nacos/issues/2284 •

CVE-2017-18349
https://notcve.org/view.php?id=CVE-2017-18349
23 Oct 2018 — parseObject in Fastjson before 1.2.25, as used in FastjsonEngine in Pippo 1.11.0 and other products, allows remote attackers to execute arbitrary code via a crafted JSON request, as demonstrated by a crafted rmi:// URI in the dataSourceName field of HTTP POST data to the Pippo /json URI, which is mishandled in AjaxApplication.java. parseObject en Fastjson en versiones anteriores a la 1.2.25, tal y como se emplea en FastjsonEngine en Pippo 1.11.0 y otros productos, permite que atacantes remotos ejecuten códi... • https://github.com/h0cksr/Fastjson--CVE-2017-18349- • CWE-20: Improper Input Validation •