Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2017-20173: Corretta vulnerabilità SQL Injection · AlexRed/contentmap@dd265d2

A vulnerability was found in AlexRed contentmap. It has been rated as critical. Affected by this issue is the function Load of the file contentmap.php. The manipulation of the argument contentid leads to sql injection. The name of the patch is dd265d23ff4abac97422835002c6a47f45ae2a66. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-218492.

CVE
#sql#vulnerability#java#php

@@ -11,6 +11,10 @@ function display($tpl = null)

// Load module || component || plugin parameters. Defaults to plugin

$owner = JRequest::getVar("owner", "", “GET”) or $owner = “plugin"; // getVar() default value doesn’t work with ?owner="”

if (!in_array($owner,array(‘module’,’plugin’,’component’,’article’))){

die();

}

$db = JFactory::getDbo();

jimport(“joomla.database.databasequery”);

$query = $db->getQuery(true);

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