Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2021-43779: fix Remote Command Execution vulnerability · pluginsGLPI/addressing@6f55964

GLPI is an open source IT Asset Management, issue tracking system and service desk system. The GLPI addressing plugin in versions < 2.9.1 suffers from authenticated Remote Code Execution vulnerability, allowing access to the server’s underlying operating system using command injection abuse of functionality. There is no workaround for this issue and users are advised to upgrade or to disable the addressing plugin.

CVE
#vulnerability#php#rce#auth

@@ -59,6 +59,9 @@

} else {

Html::popHeader(__s('IP reservation’, ‘addressing’), $_SERVER[‘PHP_SELF’]);

$PluginAddressingReserveip = new PluginAddressingReserveip();

$PluginAddressingReserveip->showReservationForm($_GET[“ip”], $_GET[‘id_addressing’], $_GET[‘rand’]);

if(filter_var($_GET[“ip”], FILTER_VALIDATE_IP)) {

$PluginAddressingReserveip->showReservationForm($_GET[“ip”], $_GET[‘id_addressing’], $_GET[‘rand’]);

}

Html::popFooter();

}

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