Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-28843: refs #36741 · 202ecommerce/paypal@2f6884e

PrestaShop/paypal is an open source module for the PrestaShop web commerce ecosystem which provides paypal payment support. A SQL injection vulnerability found in the PrestaShop paypal module from release from 3.12.0 to and including 3.16.3 allow a remote attacker to gain privileges, modify data, and potentially affect system availability. The cause of this issue is that SQL queries were being constructed with user input which had not been properly filtered. Only deployments on PrestaShop 1.6 are affected. Users are advised to upgrade to module version 3.16.4. There are no known workarounds for this vulnerability.

CVE
#sql#vulnerability#web#js#perl

@@ -255,5 +255,5 @@ public function getResult()

}

} elseif (Tools::isSubmit(‘custom’) && (int)Configuration::get(‘PAYPAL_PAYMENT_METHOD’) == HSS) {

$custom = Tools::jsonDecode(Tools::getValue(‘custom’), true);

Db::getInstance()->insert('paypal_hss_email_error’, array(‘id_cart’ => $custom[‘id_cart’], ‘email’ => Tools::getValue(‘receiver_email’)));

Db::getInstance()->insert('paypal_hss_email_error’, array(‘id_cart’ => (int) $custom[‘id_cart’], ‘email’ => pSQL(Tools::getValue('receiver_email’, ‘’))));

}

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907