CVE Database

CVE-2023-34944CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-434

An arbitrary file upload vulnerability in the /fileUpload.lib.php component of Chamilo 1.11.* up to v1.11.18 allows attackers to execute arbitrary code via uploading a crafted SVG file.

CVE-2023-29363CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-122

Windows Pragmatic General Multicast (PGM) Remote Code Execution Vulnerability

CVE-2023-32014CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-191

Windows Pragmatic General Multicast (PGM) Remote Code Execution Vulnerability

CVE-2023-32015CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-20

Windows Pragmatic General Multicast (PGM) Remote Code Execution Vulnerability

CVE-2023-3232CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-502

A vulnerability was found in Zhong Bang CRMEB up to 4.6.0 and classified as critical. This issue affects some unknown processing of the file /api/wechat/app_auth of the component Image Upload. The manipulation leads to deserialization. The exploit has been disclosed to the public and may be used. The associated identifier of this vulnerability is VDB-231503. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.

CVE-2023-3234CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-502

A vulnerability was found in Zhong Bang CRMEB up to 4.6.0. It has been declared as problematic. Affected by this vulnerability is the function put_image of the file api/controller/v1/PublicController.php. The manipulation leads to deserialization. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-231505 was assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.

CVE-2023-3237CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-259

A vulnerability classified as critical was found in OTCMS up to 6.62. This vulnerability affects unknown code. The manipulation of the argument username/password with the input admin leads to use of hard-coded password. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-231508.

CVE-2023-3238CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-918

A vulnerability, which was classified as critical, has been found in OTCMS up to 6.62. This issue affects some unknown processing of the file /admin/read.php?mudi=getSignal. The manipulation of the argument signalUrl leads to server-side request forgery. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. The identifier VDB-231509 was assigned to this vulnerability.

CVE-2023-34747CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-434

File upload vulnerability in ujcms 6.0.2 via /api/backend/core/web-file-upload/upload.

CVE-2023-34750CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

bloofox v0.5.2.1 was discovered to contain a SQL injection vulnerability via the cid parameter at admin/index.php?mode=settings&page=projects&action=edit.

CVE-2023-34751CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

bloofox v0.5.2.1 was discovered to contain a SQL injection vulnerability via the gid parameter at admin/index.php?mode=user&page=groups&action=edit.

CVE-2023-34752CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

bloofox v0.5.2.1 was discovered to contain a SQL injection vulnerability via the lid parameter at admin/index.php?mode=settings&page=lang&action=edit.

CVE-2023-34753CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

bloofox v0.5.2.1 was discovered to contain a SQL injection vulnerability via the tid parameter at admin/index.php?mode=settings&page=tmpl&action=edit.

CVE-2023-34754CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

bloofox v0.5.2.1 was discovered to contain a SQL injection vulnerability via the pid parameter at admin/index.php?mode=settings&page=plugins&action=edit.

CVE-2023-34755CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

bloofox v0.5.2.1 was discovered to contain a SQL injection vulnerability via the userid parameter at admin/index.php?mode=user&action=edit.

CVE-2023-34756CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

bloofox v0.5.2.1 was discovered to contain a SQL injection vulnerability via the cid parameter at admin/index.php?mode=settings&page=charset&action=edit.

CVE-2023-25367CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE NVD-CWE-noinfo

Siglent SDS 1104X-E SDS1xx4X-E_V6.1.37R9.ADS allows unfiltered user input resulting in Remote Code Execution (RCE) with SCPI interface or web server.

CVE-2023-34540CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE NVD-CWE-noinfo

Langchain before v0.0.225 was discovered to contain a remote code execution (RCE) vulnerability in the component JiraAPIWrapper (aka the JIRA API wrapper). This vulnerability allows attackers to execute arbitrary code via crafted input. As noted in the "releases/tag" reference, a fix is available.

CVE-2023-34095CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-121

cpdb-libs provides frontend and backend libraries for the Common Printing Dialog Backends (CPDB) project. In versions 1.0 through 2.0b4, cpdb-libs is vulnerable to buffer overflows via improper use of `scanf(3)`. cpdb-libs uses the `fscanf()` and `scanf()` functions to parse command lines and configuration files, dropping the read string components into fixed-length buffers, but does not limit the length of the strings to be read by `fscanf()` and `scanf()` causing buffer overflows when a string is longer than 1023 characters. A patch for this issue is available at commit f181bd1f14757c2ae0f17cc76dc20421a40f30b7. As all buffers have a length of 1024 characters, the patch limits the maximum string length to be read to 1023 by replacing all occurrences of `%s` with `%1023s` in all calls of the `fscanf()` and `scanf()` functions.

CVE-2023-31671CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

PrestaShop postfinance <= 17.1.13 is vulnerable to SQL Injection via PostfinanceValidationModuleFrontController::postProcess().

CVE-2023-1329CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE NVD-CWE-noinfo

A potential security vulnerability has been identified for certain HP multifunction printers (MFPs). The vulnerability may lead to Buffer Overflow and/or Remote Code Execution when running HP Workpath solutions on potentially affected products.

CVE-2023-32754CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

Thinking Software Efence login function has insufficient validation for user input. An unauthenticated remote attacker can exploit this vulnerability to inject arbitrary SQL commands to access, modify or delete database.

CVE-2023-31746CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-77

There is a command injection vulnerability in the adslr VW2100 router with firmware version M1DV1.0. An unauthenticated attacker can exploit the vulnerability to execute system commands as the root user.

CVE-2021-0701CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE NVD-CWE-noinfo

In PVRSRVBridgeSyncPrimOpCreate of the PowerVR kernel driver, a missing size check means there is a possible integer overflow that could allow out-of-bounds heap access. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.

CVE-2023-3275CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

A vulnerability classified as critical was found in PHPGurukul Rail Pass Management System 1.0. Affected by this vulnerability is an unknown functionality of the file /view-pass-detail.php of the component POST Request Handler. The manipulation of the argument searchdata leads to sql injection. The attack can be launched remotely. The identifier VDB-231625 was assigned to this vulnerability.

CVE-2023-34880CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-22

cmseasy v7.7.7.7 20230520 was discovered to contain a path traversal vulnerability via the add_action method at lib/admin/language_admin.php. This vulnerability allows attackers to execute arbitrary code and perform a local file inclusion.

CVE-2021-0945CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE NVD-CWE-noinfo

In _PMRCreate of the PowerVR kernel driver, a missing bounds check means it is possible to overwrite heap memory via PhysmemNewRamBackedPMR. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.

CVE-2023-21130CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-125

In btm_ble_periodic_adv_sync_lost of btm_ble_gap.cc, there is a possible remote code execution due to a buffer overflow. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-13Android ID: A-273502002

CVE-2023-32753CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-434

OMICARD EDM’s file uploading function does not restrict upload of file with dangerous type. An unauthenticated remote attacker can exploit this vulnerability to upload and run arbitrary executable files to perform arbitrary system commands or disrupt service.

CVE-2023-2686CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-120

Buffer overflow in Wi-Fi Commissioning MicriumOS example in Silicon Labs Gecko SDK v4.2.3 or earlier allows connected device to write payload onto the stack.

CVE-2023-31672CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

In the PrestaShop < 2.4.3 module "Length, weight or volume sell" (ailinear) there is a SQL injection vulnerability.

CVE-2023-34852CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE NVD-CWE-noinfo

PublicCMS <=V4.0.202302 is vulnerable to Insecure Permissions.

CVE-2023-34800CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-78

D-Link Go-RT-AC750 revA_v101b03 was discovered to contain a command injection vulnerability via the service parameter at genacgi_main.

CVE-2023-2080CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Forcepoint Cloud Security Gateway (CSG) Portal on Web Cloud Security Gateway, Email Security Cloud allows Blind SQL Injection.

CVE-2023-32752CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-434

L7 Networks InstantScan IS-8000 & InstantQoS IQ-8000’s file uploading function does not restrict upload of file with dangerous type. An unauthenticated remote attacker can exploit this vulnerability to upload and run arbitrary executable files to perform arbitrary system commands or disrupt service.

CVE-2022-48472CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-78

A Huawei printer has a system command injection vulnerability. Successful exploitation could lead to remote code execution. Affected product versions include:BiSheng-WNM versions OTA-BiSheng-FW-2.0.0.211-beta,BiSheng-WNM FW 3.0.0.325,BiSheng-WNM FW 2.0.0.211.

CVE-2023-34548CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

Simple Customer Relationship Management 1.0 is vulnerable to SQL Injection via the email parameter.

CVE-2023-35782CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-89

The ipandlanguageredirect extension before 5.1.2 for TYPO3 allows SQL Injection.

CVE-2023-25366CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE NVD-CWE-Other

In Siglent SDS 1104X-E SDS1xx4X-E_V6.1.37R9.ADS, insecure SCPI interface discloses web password.

CVE-2023-35855CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-120

A buffer overflow in Counter-Strike through 8684 allows a game server to execute arbitrary code on a remote client's machine by modifying the lservercfgfile console variable.

CVE-2023-34832CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-120

TP-Link Archer AX10(EU)_V1.2_230220 was discovered to contain a buffer overflow via the function FUN_131e8 - 0x132B4.

CVE-2023-35856CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-120

A buffer overflow in Nintendo Mario Kart Wii RMCP01, RMCE01, RMCJ01, and RMCK01 can be exploited by a game client to execute arbitrary code on a client's machine via a crafted packet.

CVE-2023-35784CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-415

A double free or use after free could occur after SSL_clear in OpenBSD 7.2 before errata 026 and 7.3 before errata 004, and in LibreSSL before 3.6.3 and 3.7.x before 3.7.3. NOTE: OpenSSL is not affected.

CVE-2023-35857CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-613

In Siren Investigate before 13.2.2, session keys remain active even after logging out.

CVE-2014-125106CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-787

Nanopb before 0.3.1 allows size_t overflows in pb_dec_bytes and pb_dec_string.

CVE-2023-35839CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-502

A bypass in the component sofa-hessian of Solon before v2.3.3 allows attackers to execute arbitrary code via providing crafted payload.

CVE-2023-35853CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE NVD-CWE-noinfo

In Suricata before 6.0.13, an adversary who controls an external source of Lua rules may be able to execute Lua code. This is addressed in 6.0.13 by disabling Lua unless allow-rules is true in the security lua configuration section.

CVE-2023-27396CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-306

FINS (Factory Interface Network Service) is a message communication protocol, which is designed to be used in closed FA (Factory Automation) networks, and is used in FA networks composed of OMRON products. Multiple OMRON products that implement FINS protocol contain following security issues -- (1)Plaintext communication, and (2)No authentication required. When FINS messages are intercepted, the contents may be retrieved. When arbitrary FINS messages are injected, any commands may be executed on, or the system information may be retrieved from, the affected device. Affected products and versions are as follows: SYSMAC CS-series CPU Units, all versions, SYSMAC CJ-series CPU Units, all versions, SYSMAC CP-series CPU Units, all versions, SYSMAC NJ-series CPU Units, all versions, SYSMAC NX1P-series CPU Units, all versions, SYSMAC NX102-series CPU Units, all versions, and SYSMAC NX7 Database Connection CPU Units (Ver.1.16 or later)

CVE-2023-29531CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-787

An attacker could have caused an out of bounds memory access using WebGL APIs, leading to memory corruption and a potentially exploitable crash. *This bug only affects Firefox and Thunderbird for macOS. Other operating systems are unaffected.* This vulnerability affects Firefox < 112, Firefox ESR < 102.10, and Thunderbird < 102.10.

CVE-2023-32216CRITICALnone
CVSS 9.8
EPSS
Priority 0
CWE CWE-787

Mozilla developers and community members Ronald Crane, Andrew McCreight, Randell Jesup and the Mozilla Fuzzing Team reported memory safety bugs present in Firefox 112. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability affects Firefox < 113.

← PreviousPage 504 / 7034Next →