CVE Scouter

Showing 50 of 378437 · Home · API docs
IDCVE identifier (e.g. CVE-2024-3094). SeverityQualitative severity from the source (CRITICAL / HIGH / MEDIUM / LOW). CVSSCommon Vulnerability Scoring System base score (0–10). Higher = more severe. EPSSFIRST Exploit Prediction Scoring System (0–1). Estimated chance of exploitation in the next ~30 days. RiskCVE Scouter triage score (0–100) from CVSS + EPSS + KEV. Higher = patch sooner. KEVYes if listed in CISA's Known Exploited Vulnerabilities catalog (actively exploited). PoCYes if PacketStorm (or other PoC sources) listed a public exploit / PoC for this CVE. PublishedDate the advisory / CVE was first published. ModifiedDate the record was last updated in our sources. SourcesFeeds that contributed to this record (nvd, cnvd, euvd, cisa.gov, packetstorm, github, …). DescriptionShort summary of the vulnerability. Hover the text for the full description.
CVE-2020-7722CRITICAL9.80.0191639.87NoNo2020-09-012024-09-16euvdAll versions of package nodee-utils are vulnerable to Prototype Pollution via the deepSet function.All versions of package nodee-utils are vulnerable to Prototype Pollution via the deepSet function.
CVE-2023-24276CRITICAL9.80.019239.87NoNo2023-02-062025-03-25euvdTOTOlink A7100RU(V7.4cu.2313_B20191024) was discovered to contain a command injection vulnerability via the country parameter at setting/del…TOTOlink A7100RU(V7.4cu.2313_B20191024) was discovered to contain a command injection vulnerability via the country parameter at setting/delStaticDhcpRules.
CVE-2023-25915CRITICAL9.90.0077739.87NoNo2023-08-212025-01-09euvdDue to improper input validation, an authenticated remote attacker could execute arbitrary commands on the target system.Due to improper input validation, an authenticated remote attacker could execute arbitrary commands on the target system.
CVE-2020-7723CRITICAL9.80.0191639.87NoNo2020-09-012024-09-16euvdAll versions of package promisehelpers are vulnerable to Prototype Pollution via the insert function.All versions of package promisehelpers are vulnerable to Prototype Pollution via the insert function.
CVE-2017-20149CRITICAL9.80.0191939.87NoNo2022-10-152025-05-14euvdThe Mikrotik RouterOS web server allows memory corruption in releases before Stable 6.38.5 and Long-term 6.37.5, aka Chimay-Red. A remote an…The Mikrotik RouterOS web server allows memory corruption in releases before Stable 6.38.5 and Long-term 6.37.5, aka Chimay-Red. A remote and unauthenticated user can trigger the vulnerability by sending a crafted HTTP request. An attacker can use this vulnerability to execute arbitrary code on the affected system, as exploited in the wild in mid-2017 and later.
CVE-2020-7713CRITICAL9.80.0191639.87NoNo2020-09-012024-09-16euvdAll versions of package arr-flatten-unflatten are vulnerable to Prototype Pollution via the constructor.All versions of package arr-flatten-unflatten are vulnerable to Prototype Pollution via the constructor.
CVE-2025-27429CRITICAL9.90.0077539.87NoNo2025-04-082026-02-26euvdSAP S/4HANA allows an attacker with user privileges to exploit a vulnerability in the function module exposed via RFC. This flaw enables the…SAP S/4HANA allows an attacker with user privileges to exploit a vulnerability in the function module exposed via RFC. This flaw enables the injection of arbitrary ABAP code into the system, bypassing essential authorization checks. This vulnerability effectively functions as a backdoor, creating the risk of full system compromise, undermining the confidentiality, integrity and availability of the system.
CVE-2023-23970CRITICAL9.90.0078539.87NoNo2023-12-202026-04-28euvdUnrestricted Upload of File with Dangerous Type vulnerability in WooRockets Corsa.This issue affects Corsa: from n/a through 1.5.Unrestricted Upload of File with Dangerous Type vulnerability in WooRockets Corsa.This issue affects Corsa: from n/a through 1.5.
CVE-2024-34833CRITICAL9.80.0192339.87NoNo2024-06-172024-08-05euvdSourcecodester Payroll Management System v1.0 is vulnerable to File Upload. Users can upload images via the "save_settings" page. An unauthe…Sourcecodester Payroll Management System v1.0 is vulnerable to File Upload. Users can upload images via the "save_settings" page. An unauthenticated attacker can leverage this functionality to upload a malicious PHP file instead. Successful exploitation of this vulnerability results in the ability to execute arbitrary code as the user running the web server.
CVE-2023-26978CRITICAL9.80.019239.87NoNo2023-04-072025-02-12euvdTOTOlink A7100RU V7.4cu.2313_B20191024 was discovered to contain a command injection vulnerability via the pppoeAcName parameter at /setting…TOTOlink A7100RU V7.4cu.2313_B20191024 was discovered to contain a command injection vulnerability via the pppoeAcName parameter at /setting/setWanIeCfg.
CVE-2023-26848CRITICAL9.80.019239.87NoNo2023-04-072025-02-12euvdTOTOlink A7100RU(V7.4cu.2313_B20191024) was discovered to contain a command injection vulnerability via the org parameter at setting/delStat…TOTOlink A7100RU(V7.4cu.2313_B20191024) was discovered to contain a command injection vulnerability via the org parameter at setting/delStaticDhcpRules.
CVE-2021-32533CRITICAL9.80.0192439.87NoNo2021-07-072024-09-16euvdThe QSAN SANOS setting page does not filter special parameters. Remote attackers can use this vulnerability to inject and execute arbitrary …The QSAN SANOS setting page does not filter special parameters. Remote attackers can use this vulnerability to inject and execute arbitrary commands without permissions. The referred vulnerability has been solved with the updated version of QSAN SANOS v2.1.0.
CVE-2024-55875CRITICAL9.80.0191839.87NoNo2024-12-122026-06-09euvdhttp4k is a functional toolkit for Kotlin HTTP applications. Prior to version 6.50.0.0, there is a potential XXE (XML External Entity Inject…http4k is a functional toolkit for Kotlin HTTP applications. Prior to version 6.50.0.0, there is a potential XXE (XML External Entity Injection) vulnerability when http4k handling malicious XML contents within requests, which might allow attackers to read local sensitive information on server, trigger Server-side Request Forgery and even execute code under some circumstances. The original fix shipped in v5.41.0.0 / v4.50.0.0 closed the documented external-entity attack class (SSRF, local-file disclosure, code execution) by setting `ACCESS_EXTERNAL_DTD=""`, `ACCESS_EXTERNAL_SCHEMA=""`, and `isExpandEntityReferences=false` on the default `DocumentBuilderFactory`. A residual gap remained: the parser still accepted documents containing `<!DOCTYPE>` declarations even though external entity resolution was blocked. This left open billion-laughs-style internal entity expansion DoS attacks against any application using `Body.xml()` or `Document.asXmlDocument()` on untrusted XML. v6.50.0.0 closes this residual by adding `disallow-doctype-decl=true` and `FEATURE_SECURE_PROCESSING=true` to `defaultXmlParsingConfig`. Any document containing a `<!DOCTYPE>` is now rejected at parse time.
CVE-2023-24138CRITICAL9.80.019239.87NoNo2023-02-032025-03-25euvdTOTOLINK CA300-PoE V6.2c.884 was discovered to contain a command injection vulnerability via the host_time parameter in the NTPSyncWithHost …TOTOLINK CA300-PoE V6.2c.884 was discovered to contain a command injection vulnerability via the host_time parameter in the NTPSyncWithHost function.
CVE-2026-5059CRITICAL9.80.0190839.87NoNo2026-04-112026-04-13euvdaws-mcp-server AWS CLI Command Injection Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrar…aws-mcp-server AWS CLI Command Injection Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of aws-mcp-server. Authentication is not required to exploit this vulnerability. The specific flaw exists within the handling of the allowed commands list. The issue results from the lack of proper validation of a user-supplied string before using it to execute a system call. An attacker can leverage this vulnerability to execute code in the context of the MCP server. Was ZDI-CAN-27969.
CVE-2024-51132CRITICAL9.80.0190439.87NoNo2024-11-052024-11-06euvdAn XML External Entity (XXE) vulnerability in HAPI FHIR before v6.4.0 allows attackers to access sensitive information or execute arbitrary …An XML External Entity (XXE) vulnerability in HAPI FHIR before v6.4.0 allows attackers to access sensitive information or execute arbitrary code via supplying a crafted request containing malicious XML entities.
CVE-2020-7700CRITICAL9.80.0191639.87NoNo2020-08-142024-09-16euvdAll versions of phpjs are vulnerable to Prototype Pollution via parse_str.All versions of phpjs are vulnerable to Prototype Pollution via parse_str.
CVE-2020-7724CRITICAL9.80.0191639.87NoNo2020-09-012024-09-16euvdAll versions of package tiny-conf are vulnerable to Prototype Pollution via the set function.All versions of package tiny-conf are vulnerable to Prototype Pollution via the set function.
CVE-2023-24236CRITICAL9.80.019239.87NoNo2023-02-162025-03-18euvdTOTOlink A7100RU(V7.4cu.2313_B20191024) was discovered to contain a command injection vulnerability via the province parameter at setting/de…TOTOlink A7100RU(V7.4cu.2313_B20191024) was discovered to contain a command injection vulnerability via the province parameter at setting/delStaticDhcpRules.
CVE-2023-22651CRITICAL9.90.0077939.87NoNo2023-05-042025-01-29euvdImproper Privilege Management vulnerability in SUSE Rancher allows Privilege Escalation. A failure in the update logic of Rancher's admissio…Improper Privilege Management vulnerability in SUSE Rancher allows Privilege Escalation. A failure in the update logic of Rancher's admission Webhook may lead to the misconfiguration of the Webhook. This component enforces validation rules and security checks before resources are admitted into the Kubernetes cluster. The issue only affects users that upgrade from 2.6.x or 2.7.x to 2.7.2. Users that did a fresh install of 2.7.2 (and did not follow an upgrade path) are not affected.
CVE-2024-31822CRITICAL9.80.0191939.87NoNo2024-04-292024-08-02euvdAn issue in Ecommerce-CodeIgniter-Bootstrap commit v. d22b54e8915f167a135046ceb857caaf8479c4da allows a remote attacker to execute arbitrary…An issue in Ecommerce-CodeIgniter-Bootstrap commit v. d22b54e8915f167a135046ceb857caaf8479c4da allows a remote attacker to execute arbitrary code via the saveLanguageFiles method of the Languages.php component.
CVE-2024-4197CRITICAL9.90.0077739.87NoNo2024-06-252024-08-01euvdAn unrestricted file upload vulnerability in Avaya IP Office was discovered that could allow remote command or code execution via the One-X …An unrestricted file upload vulnerability in Avaya IP Office was discovered that could allow remote command or code execution via the One-X component. Affected versions include all versions prior to 11.1.3.1.
CVE-2026-47647CRITICAL9.90.0077839.87NoNo2026-06-182026-08-14cnvd, euvdImproper access control in Microsoft Dynamics 365 allows an authorized attacker to elevate privileges over a network.Improper access control in Microsoft Dynamics 365 allows an authorized attacker to elevate privileges over a network.
CVE-2022-43019CRITICAL9.80.0192139.87NoNo2022-10-192025-09-15euvdOpenCATS v0.9.6 was discovered to contain a remote code execution (RCE) vulnerability via the getDataGridPager's ajax functionality.OpenCATS v0.9.6 was discovered to contain a remote code execution (RCE) vulnerability via the getDataGridPager's ajax functionality.
CVE-2026-26142CRITICAL9.80.0191439.87NoNo2026-06-092026-08-14euvd, nvdDeserialization of untrusted data in Nuance PowerScribe allows an unauthorized attacker to execute code over a network.Deserialization of untrusted data in Nuance PowerScribe allows an unauthorized attacker to execute code over a network.
CVE-2020-7727CRITICAL9.80.0191639.87NoNo2020-09-012024-09-16euvdAll versions of package gedi are vulnerable to Prototype Pollution via the set function.All versions of package gedi are vulnerable to Prototype Pollution via the set function.
CVE-2024-31820CRITICAL9.80.0191939.87NoNo2024-04-292024-08-02euvdAn issue in Ecommerce-CodeIgniter-Bootstrap commit v. d22b54e8915f167a135046ceb857caaf8479c4da allows a remote attacker to execute arbitrary…An issue in Ecommerce-CodeIgniter-Bootstrap commit v. d22b54e8915f167a135046ceb857caaf8479c4da allows a remote attacker to execute arbitrary code via the getLangFolderForEdit method of the Languages.php component.
CVE-2020-13572CRITICAL9.80.0191739.87NoNo2021-02-102024-08-04euvdA heap overflow vulnerability exists in the way the GIF parser decodes LZW compressed streams in Accusoft ImageGear 19.8. A specially crafte…A heap overflow vulnerability exists in the way the GIF parser decodes LZW compressed streams in Accusoft ImageGear 19.8. A specially crafted malformed file can trigger a heap overflow, which can result in arbitrary code execution. An attacker can provide a malicious file to trigger this vulnerability.
CVE-2024-45694CRITICAL9.80.019139.87NoNo2024-09-162024-09-16euvdThe web service of certain models of D-Link wireless routers contains a Stack-based Buffer Overflow vulnerability, which allows unauthentica…The web service of certain models of D-Link wireless routers contains a Stack-based Buffer Overflow vulnerability, which allows unauthenticated remote attackers to exploit this vulnerability to execute arbitrary code on the device.
CVE-2022-47853CRITICAL9.80.019239.87NoNo2023-01-172025-04-04euvdTOTOlink A7100RU V7.4cu.2313_B20191024 is vulnerable to Command Injection Vulnerability in the httpd service. An attacker can obtain a stabl…TOTOlink A7100RU V7.4cu.2313_B20191024 is vulnerable to Command Injection Vulnerability in the httpd service. An attacker can obtain a stable root shell through a specially constructed payload.
CVE-2020-7718CRITICAL9.80.0191639.87NoNo2020-09-012024-09-16euvdAll versions of package gammautils are vulnerable to Prototype Pollution via the deepSet and deepMerge functions.All versions of package gammautils are vulnerable to Prototype Pollution via the deepSet and deepMerge functions.
CVE-2023-46226CRITICAL9.80.0191739.87NoNo2024-01-152025-06-20euvdRemote Code Execution vulnerability in Apache IoTDB.This issue affects Apache IoTDB: from 1.0.0 through 1.2.2. Users are recommended to upg…Remote Code Execution vulnerability in Apache IoTDB.This issue affects Apache IoTDB: from 1.0.0 through 1.2.2. Users are recommended to upgrade to version 1.3.0, which fixes the issue.
CVE-2025-21307CRITICAL9.80.0190939.87NoNo2025-01-142026-06-09euvdWindows Reliable Multicast Transport Driver (RMCAST) Remote Code Execution VulnerabilityWindows Reliable Multicast Transport Driver (RMCAST) Remote Code Execution Vulnerability
CVE-2025-34513CRITICAL9.30.0761639.87NoNo2025-10-162026-05-15euvdIlevia EVE X1 Server firmware versions ≤ 4.7.18.0.eden contain an OS command injection vulnerability in mbus_build_from_csv.php that allows …Ilevia EVE X1 Server firmware versions ≤ 4.7.18.0.eden contain an OS command injection vulnerability in mbus_build_from_csv.php that allows an unauthenticated attacker to execute arbitrary code. Ilevia has declined to service this vulnerability, and recommends that customers not expose port 8080 to the internet.
CVE-2023-27232CRITICAL9.80.019239.87NoNo2023-03-282025-02-18euvdTOTOlink A7100RU V7.4cu.2313_B20191024 was discovered to contain a command injection vulnerability via the wanStrategy parameter at /setting…TOTOlink A7100RU V7.4cu.2313_B20191024 was discovered to contain a command injection vulnerability via the wanStrategy parameter at /setting/setWanIeCfg.
CVE-2023-24160CRITICAL9.80.019239.87NoNo2023-02-142025-03-20euvdTOTOLINK CA300-PoE V6.2c.884 was discovered to contain a command injection vulnerability via the admuser parameter in the setPasswordCfg fun…TOTOLINK CA300-PoE V6.2c.884 was discovered to contain a command injection vulnerability via the admuser parameter in the setPasswordCfg function.
CVE-2025-61304CRITICAL9.80.0191739.87NoNo2025-11-052025-11-05euvdOS command injection vulnerability in Dynatrace ActiveGate ping extension up to 1.016 via crafted ip address.OS command injection vulnerability in Dynatrace ActiveGate ping extension up to 1.016 via crafted ip address.
CVE-2025-22912CRITICAL9.80.0191739.87NoNo2025-01-162026-07-07euvdRE11S v1.11 was discovered to contain a command injection vulnerability via the component /goform/formAccept.RE11S v1.11 was discovered to contain a command injection vulnerability via the component /goform/formAccept.
CVE-2025-29384CRITICAL9.80.0190739.87NoNo2025-03-142025-03-19euvdIn Tenda AC9 v1.0 V15.03.05.14_multi, the wanMTU parameter of /goform/AdvSetMacMtuWan has a stack overflow vulnerability, which can lead to …In Tenda AC9 v1.0 V15.03.05.14_multi, the wanMTU parameter of /goform/AdvSetMacMtuWan has a stack overflow vulnerability, which can lead to remote arbitrary code execution.
CVE-2024-31705CRITICAL9.80.0188339.86NoNo2024-04-292025-11-04euvdAn issue in Infotel Conseil GLPI v.10.X.X and after allows a remote attacker to execute arbitrary code via the insufficient validation of us…An issue in Infotel Conseil GLPI v.10.X.X and after allows a remote attacker to execute arbitrary code via the insufficient validation of user-supplied input.
CVE-2024-24707CRITICAL9.90.0074839.86NoNo2024-04-032026-04-28euvdImproper Control of Generation of Code ('Code Injection') vulnerability in Cwicly Builder, SL. Cwicly allows Code Injection.This issue affec…Improper Control of Generation of Code ('Code Injection') vulnerability in Cwicly Builder, SL. Cwicly allows Code Injection.This issue affects Cwicly: from n/a through 1.4.0.2.
CVE-2024-39924HIGH8.80.1332839.86NoNo2024-09-132025-03-18euvdAn issue was discovered in Vaultwarden (formerly Bitwarden_RS) 1.30.3. A vulnerability has been identified in the authentication and authori…An issue was discovered in Vaultwarden (formerly Bitwarden_RS) 1.30.3. A vulnerability has been identified in the authentication and authorization process of the endpoint responsible for altering the metadata of an emergency access. It permits an attacker with granted emergency access to escalate their privileges by changing the access level and modifying the wait time. Consequently, the attacker can gain full control over the vault (when only intended to have read access) while bypassing the necessary wait period.
CVE-2018-11574CRITICAL9.80.0189939.86NoNo2018-06-142025-12-03euvdImproper input validation together with an integer overflow in the EAP-TLS protocol implementation in PPPD may cause a crash, information di…Improper input validation together with an integer overflow in the EAP-TLS protocol implementation in PPPD may cause a crash, information disclosure, or authentication bypass. This implementation is distributed as a patch for PPPD 0.91, and includes the affected eap.c and eap-tls.c files. Configurations that use the `refuse-app` option are unaffected.
CVE-2024-4547CRITICAL9.80.0189539.86NoNo2024-05-062024-08-01euvdA SQLi vulnerability exists in Delta Electronics DIAEnergie v1.10.1.8610 and prior when CEBC.exe processes a 'RecalculateScript' message, wh…A SQLi vulnerability exists in Delta Electronics DIAEnergie v1.10.1.8610 and prior when CEBC.exe processes a 'RecalculateScript' message, which is splitted into 4 fields using the '~' character as the separator. An unauthenticated remote attacker can perform SQLi via the fourth field
CVE-2023-31090CRITICAL9.90.0075739.86NoNo2024-04-242026-04-28euvdUnrestricted Upload of File with Dangerous Type vulnerability in Unlimited Elements Unlimited Elements For Elementor (Free Widgets, Addons, …Unrestricted Upload of File with Dangerous Type vulnerability in Unlimited Elements Unlimited Elements For Elementor (Free Widgets, Addons, Templates) allows Upload a Web Shell to a Web Server.This issue affects Unlimited Elements For Elementor (Free Widgets, Addons, Templates): from n/a through 1.5.60.
CVE-2021-3878CRITICAL9.80.0188639.86NoNo2021-10-152024-08-03euvdcorenlp is vulnerable to Improper Restriction of XML External Entity Referencecorenlp is vulnerable to Improper Restriction of XML External Entity Reference
CVE-2023-30621CRITICAL9.80.0187639.86NoNo2023-04-212025-02-04euvdGipsy is a multi-purpose discord bot which aim to be as modular and user-friendly as possible. In versions prior to 1.3 users can run comman…Gipsy is a multi-purpose discord bot which aim to be as modular and user-friendly as possible. In versions prior to 1.3 users can run command on the host machine with sudoer permission. The `!ping` command when provided with an IP or hostname used to run a bash `ping <IP>` without verification that the IP or hostname was legitimate. This command was executed with root permissions and may lead to arbitrary command injection on the host server. Users are advised to upgrade. There are no known workarounds for this vulnerability.
CVE-2025-46157CRITICAL9.90.0074139.86NoNo2025-06-182026-07-05euvdAn issue in EfroTech Time Trax v.1.0 allows a remote attacker to execute arbitrary code via the file attachment function in the leave reques…An issue in EfroTech Time Trax v.1.0 allows a remote attacker to execute arbitrary code via the file attachment function in the leave request form
CVE-2023-4994CRITICAL9.90.0074839.86NoNo2023-09-162026-04-08euvdThe Allow PHP in Posts and Pages plugin for WordPress is vulnerable to Remote Code Execution in versions up to, and including, 3.0.4 via the…The Allow PHP in Posts and Pages plugin for WordPress is vulnerable to Remote Code Execution in versions up to, and including, 3.0.4 via the 'php' shortcode. This allows authenticated attackers with subscriber-level permissions or above, to execute code on the server.
CVE-2022-38074CRITICAL9.90.0073139.86NoNo2023-03-132026-04-28euvdSQL Injection vulnerability in VeronaLabs WP Statistics plugin <= 13.2.10 versions.SQL Injection vulnerability in VeronaLabs WP Statistics plugin <= 13.2.10 versions.