Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-0370: CSRF For personal theme · LiveHelperChat/livehelperchat@9f5bc33

Cross-site Scripting (XSS) - Stored in Packagist remdex/livehelperchat prior to 3.93v.

CVE
#xss#csrf#js

@@ -4,7 +4,23 @@

<?php include(erLhcoreClassDesign::designtpl(‘lhkernel/csfr_token.tpl.php’));?>

<div role="tabpanel" ng-controller="IClickToCallFormGenerator as cform" ng-init=’<?php if ($form->static_content != ‘’) : ?>cform.staticResources = <?php echo $form->static_content?>;<?php endif;?><?php if ($form->static_js_content != ‘’) : ?>cform.staticJSResources = <?php echo $form->static_js_content?>;<?php endif;?><?php if ($form->static_css_content != ‘’) : ?>cform.staticCSSResources = <?php echo $form->static_css_content?>;<?php endif;?>’>

<script>

window.PersonalTheme = {};

<?php if ($form->static_content != ‘’) : ?>

window.PersonalTheme.staticResources = <?php echo $form->static_content;?>

<?php endif; ?>

<?php if ($form->static_js_content != ‘’) : ?>

window.PersonalTheme.staticJSResources = <?php echo $form->static_js_content;?>

<?php endif; ?>

<?php if ($form->static_css_content != ‘’) : ?>

window.PersonalTheme.staticCSSResources = <?php echo $form->static_css_content;?>

<?php endif; ?>

</script>

<div role="tabpanel" ng-controller="IClickToCallFormGenerator as cform" ng-init="cform.initVariables();">

<!-- Nav tabs -->

<ul class="nav nav-tabs" role="tablist">

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