Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-43647: Merge pull request from GHSA-ggj4-78rm-6xgv · baserproject/basercms@eb59775

baserCMS is a website development framework. Prior to version 4.8.0, there is a cross-site scripting vulnerability in the file upload feature of baserCMS. Version 4.8.0 contains a patch for this issue.

CVE
#xss#vulnerability#web#php

Expand Up

@@ -36,7 +36,7 @@

<?php if ($uploaderCategories): ?>

<?php echo $this->BcForm->input('UploaderFile.uploader_category_id’, [‘type’ => 'select’, ‘options’ => $uploaderCategories, ‘empty’ => __d('baser’, ‘カテゴリ指定なし’), ‘id’ => ‘UploaderFileUploaderCategoryId’ . $listId, ‘style’ => ‘width:100px’]) ?> 

<?php endif ?>

<span id="SpanUploadFile<?php echo $listId ?>">

<span id="SpanUploadFile<?php echo h($listId) ?>">

<?php echo $this->BcForm->input('UploaderFile.file’, [‘type’ => 'file’, ‘id’ => ‘UploaderFileFile’ . $listId, ‘class’ => 'uploader-file-file’, ‘div’ => false]) ?>

</span>

</div>

Expand All

@@ -58,7 +58,7 @@

<?php if ($uploaderCategories): ?>

<?php echo $this->BcForm->input('UploaderFile.uploader_category_id’, [‘type’ => 'select’, ‘options’ => $uploaderCategories, ‘empty’ => __d('baser’, ‘カテゴリ指定なし’), ‘id’ => ‘UploaderFileUploaderCategoryId’ . $listId]) ?>

<?php endif ?>

<span id="SpanUploadFile<?php echo $listId ?>">

<span id="SpanUploadFile<?php echo h($listId) ?>">

<?php echo $this->BcForm->input('UploaderFile.file’, [‘type’ => 'file’, ‘id’ => ‘UploaderFileFile’ . $listId, ‘class’ => 'uploader-file-file’, ‘div’ => false]) ?>

</span>

</div>

Expand Down

Related news

GHSA-ggj4-78rm-6xgv: baserCMS Cross-site Scripting vulnerability in File upload Feature

There is a XSS Vulnerability in File upload Feature to baserCMS. This is a vulnerability that needs to be addressed when the management system is used by an unspecified number of users. If you are eligible, please update to the new version as soon as possible. ### Target baserCMS 4.7.8 and earlier versions ### Vulnerability Malicious code may be executed in File upload Feature. ### Countermeasures Update to the latest version of baserCMS Please refer to the following page to reference for more information. https://basercms.net/security/JVN_45547161 ### Credits Shiga Takuma@BroadBand Security, Inc

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