Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2020-11455: Fixed issue [security] #16018: Path Traversal Vulnerability (Matthew … · LimeSurvey/LimeSurvey@daf50eb

LimeSurvey before 4.1.12+200324 contains a path traversal vulnerability in application/controllers/admin/LimeSurveyFileManager.php.

CVE
#vulnerability#js#php

@@ -380,11 +380,7 @@ public function downloadFiles() { $checkFileCreate = $archive->create($arrayOfFiles, PCLZIP_OPT_REMOVE_ALL_PATH); $urlFormat = Yii::app()->getUrlManager()->getUrlFormat(); $getFileLink = Yii::app()->createUrl(‘admin/filemanager/sa/getZipFile’); if($urlFormat == ‘path’) { $getFileLink .= '?path=’.$zipfile; } else { $getFileLink .= '&path=’.$zipfile; } $_SESSION[‘__path’] = $zipfile;
$this->_printJsonResponse( [ @@ -395,15 +391,16 @@ public function downloadFiles() { ); }
public function getZipFile($path) { /** * @return void */ public function getZipFile() { $path = $_SESSION[‘__path’]; unset($_SESSION[‘__path’]); $filename = basename($path);
// echo "<pre>"; // echo $path."\n"; // echo $filename."\n"; // echo "isFile => ".is_file($path) ? ‘isFile’ : 'isNoFile’."\n"; // echo "</pre>"; if (is_file($path) || true) { if (is_file($path)) { // Send the file for download! header(“Expires: 0”); header(“Cache-Control: must-revalidate”);

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