CVE-Datenbank
Archiv bekannter Schwachstellen (CVEs) mit CVSS-Wert, Schweregrad, betroffenen Produkten und Herstellern. Nach Jahr und Schweregrad filterbar.
- CVE-2024-38080Hoch7.8
Windows Hyper-V Elevation of Privilege Vulnerability
- CVE-2024-39891Mittel5.3
In the Twilio Authy API, accessed by Authy Android before 25.1.0 and Authy iOS before 26.1.0, an unauthenticated endpoint provided access to certain phone-number data, as exploited in the wild in June 2024. Specifically, the endpoint accepted a stream of requests containing phone numbers, and responded with information about whether each phone number was registered with Authy. (Authy accounts were not compromised, however.)
- CVE-2024-38475Kritisch9.1
Improper escaping of output in mod_rewrite in Apache HTTP Server 2.4.59 and earlier allows an attacker to map URLs to filesystem locations that are permitted to be served by the server but are not intentionally/directly reachable by any URL, resulting in code execution or source code disclosure. Substitutions in server context that use a backreferences or variables as the first segment of the substitution are affected. Some unsafe RewiteRules will be broken by this change and the rewrite flag "UnsafePrefixStat" can be used to opt back in once ensuring the substitution is appropriately constrained.
- CVE-2024-20399Mittel6.0
A vulnerability in the CLI of Cisco NX-OS Software could allow an authenticated user in possession of Administrator credentials to execute arbitrary commands as root on the underlying operating system of an affected device. This vulnerability is due to insufficient validation of arguments that are passed to specific configuration CLI commands. An attacker could exploit this vulnerability by including crafted input as the argument of an affected configuration CLI command. A successful exploit could allow the attacker to execute arbitrary commands on the underlying operating system with the privileges of root. Note: To successfully exploit this vulnerability on a Cisco NX-OS device, an attacker must have Administrator credentials. The following Cisco devices already allow administrative users to access the underlying operating system through the bash-shell feature, so, for these devices, this vulnerability does not grant any additional privileges: Nexus 3000 Series Switches Nexus 7000 Series Switches that are running Cisco NX-OS Software releases 8.1(1) and later Nexus 9000 Series Switches in standalone NX-OS mode
- CVE-2024-36401Kritisch9.8
GeoServer ist ein Open-Source-Server, der es Benutzern ermöglicht, Geodaten gemeinsam zu nutzen und zu bearbeiten. Vor den Versionen 2.22.6, 2.23.6, 2.24.4 und 2.25.2 ermöglichen mehrere OGC-Request-Parameter Remote Code Execution (RCE) durch nicht authentifizierte Benutzer mittels speziell erstellter Eingaben gegen eine Standardinstallation von GeoServer, da Eigenschaftsnamen unsicher als XPath-Ausdrücke ausgewertet werden. Die GeoTools-Bibliotheks-API, die GeoServer aufruft, wertet Property-/Attributnamen für Feature-Typen so aus, dass sie unsicher an die commons-jxpath-Bibliothek übergeben werden, die bei der Auswertung von XPath-Ausdrücken beliebigen Code ausführen kann. Diese XPath-Auswertung ist nur für komplexe Feature-Typen (d. h. Application Schema Data Stores) vorgesehen, wird aber fälschlicherweise auch auf einfache Feature-Typen angewendet, wodurch diese Schwachstelle für **ALLE** GeoServer-Instanzen gilt. Es wird kein öffentlicher PoC bereitgestellt, aber es wurde bestätigt, dass diese Schwachstelle über WFS GetFeature-, WFS GetPropertyValue-, WMS GetMap-, WMS GetFeatureInfo-, WMS GetLegendGraphic- und WPS Execute-Requests ausnutzbar ist. Diese Schwachstelle kann zur Ausführung beliebigen Codes führen. Die Versionen 2.22.6, 2.23.6, 2.24.4 und 2.25.2 enthalten einen Patch für das Problem. Ein Workaround besteht darin, die Datei `gt-complex-x.y.jar` aus dem GeoServer zu entfernen, wobei `x.y` die GeoTools-Version ist (z. B. `gt-complex-31.1.jar` bei Ausführung von GeoServer 2.25.1). Dadurch wird der verwundbare Code aus GeoServer entfernt, es können jedoch einige GeoServer-Funktionen beeinträchtigt werden oder die Bereitstellung von GeoServer verhindert werden, wenn das gt-complex-Modul benötigt wird.
- CVE-2024-4885Kritisch9.8
In WhatsUp Gold versions released before 2023.1.3, an unauthenticated Remote Code Execution vulnerability in Progress WhatsUpGold. The WhatsUp.ExportUtilities.Export.GetFileWithoutZip allows execution of commands with iisapppool\nmconsole privileges.
- CVE-2024-37085Mittel6.8
VMware ESXi enthält eine Schwachstelle zur Umgehung der Authentifizierung. Ein böswilliger Akteur mit ausreichenden Active Directory (AD)-Berechtigungen kann vollen Zugriff auf einen ESXi-Host erlangen, der zuvor für die Benutzerverwaltung über AD konfiguriert wurde https://blogs.vmware.com/vsphere/2012/09/joining-vsphere-hosts-to-active-directory.html, indem er die konfigurierte AD-Gruppe ('ESXi Admins' standardmäßig) neu erstellt, nachdem sie aus AD gelöscht wurde.
- CVE-2024-37079Kritisch9.8
vCenter Server contains a heap-overflow vulnerability in the implementation of the DCERPC protocol. A malicious actor with network access to vCenter Server may trigger this vulnerability by sending a specially crafted network packet potentially leading to remote code execution.
- CVE-2024-6047Kritisch9.8
Certain EOL GeoVision devices fail to properly filter user input for the specific functionality. Unauthenticated remote attackers can exploit this vulnerability to inject and execute arbitrary system commands on the device.
- CVE-2024-32896Hoch7.8
there is a possible way to bypass due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is needed for exploitation.
- CVE-2024-34102Kritisch9.8
Adobe Commerce versions 2.4.7, 2.4.6-p5, 2.4.5-p7, 2.4.4-p8 and earlier are affected by an Improper Restriction of XML External Entity Reference ('XXE') vulnerability that could result in arbitrary code execution. An attacker could exploit this vulnerability by sending a crafted XML document that references external entities. Exploitation of this issue does not require user interaction.
- CVE-2024-35250Hoch7.8
Windows Kernel-Mode Driver Elevation of Privilege Vulnerability
- CVE-2024-30088Hoch7.0
Windows Kernel Elevation of Privilege Vulnerability
- CVE-2024-36971Hoch7.8
In the Linux kernel, the following vulnerability has been resolved: net: fix __dst_negative_advice() race __dst_negative_advice() does not enforce proper RCU rules when sk->dst_cache must be cleared, leading to possible UAF. RCU rules are that we must first clear sk->sk_dst_cache, then call dst_release(old_dst). Note that sk_dst_reset(sk) is implementing this protocol correctly, while __dst_negative_advice() uses the wrong order. Given that ip6_negative_advice() has special logic against RTF_CACHE, this means each of the three ->negative_advice() existing methods must perform the sk_dst_reset() themselves. Note the check against NULL dst is centralized in __dst_negative_advice(), there is no need to duplicate it in various callbacks. Many thanks to Clement Lecigne for tracking this issue. This old bug became visible after the blamed commit, using UDP sockets.
- CVE-2024-4577Kritisch9.8
In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-CGI on Windows, if the system is set up to use certain code pages, Windows may use "Best-Fit" behavior to replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and thus reveal the source code of scripts, run arbitrary PHP code on the server, etc.
- CVE-2024-4610Hoch7.8
Use After Free vulnerability in Arm Ltd Bifrost GPU Kernel Driver, Arm Ltd Valhall GPU Kernel Driver allows a local non-privileged user to make improper GPU memory processing operations to gain access to already freed memory.This issue affects Bifrost GPU Kernel Driver: from r34p0 through r40p0; Valhall GPU Kernel Driver: from r34p0 through r40p0.
- CVE-2024-37383Mittel6.1
Roundcube Webmail before 1.5.7 and 1.6.x before 1.6.7 allows XSS via SVG animate attributes.
- CVE-2024-28995Hoch8.6
SolarWinds Serv-U was susceptible to a directory transversal vulnerability that would allow access to read sensitive files on the host machine.
- CVE-2024-29824Hoch8.8
An unspecified SQL Injection vulnerability in Core server of Ivanti EPM 2022 SU5 and prior allows an unauthenticated attacker within the same network to execute arbitrary code.
- CVE-2024-23692Kritisch9.8
Rejetto HTTP File Server, up to and including version 2.3m, is vulnerable to a template injection vulnerability. This vulnerability allows a remote, unauthenticated attacker to execute arbitrary commands on the affected system by sending a specially crafted HTTP request. As of the CVE assignment date, Rejetto HFS 2.3m is no longer supported.
This product uses the NVD API but is not endorsed or certified by the NVD.