Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View enferas's full-sized avatar

Feras Al-Kassar enferas

  • Jean Monnet University
  • Saint-Etienne, France
View GitHub Profile
@enferas
enferas / CVE-2023-23010.md
Last active January 21, 2023 11:53
XSS in Ecommerce-CodeIgniter-Bootstrap
@enferas
enferas / CVE-2023-23019.md
Last active January 21, 2023 12:09
XSS Blog
@enferas
enferas / CVE-2023-23021.md
Last active January 21, 2023 12:11
XSS Point of Sale System
@enferas
enferas / CVE-2023-23022.md
Last active January 21, 2023 12:12
XSS in employees-payroll
@enferas
enferas / CVE-2023-23011.md
Last active January 21, 2023 11:56
XSS in InvoicePlane

CVE-2023-23011 is assigned

Link: https://github.com/InvoicePlane/InvoicePlane

Multiple XSS vulnerabilities.

Vulnerability1: In file InvoicePlane-development\application\modules\products\controllers\Ajax.php

$filter_product = $this->input->get('filter_product');
@enferas
enferas / CVE-2023-23012.md
Last active January 21, 2023 11:58
XSS in classroombookings

CVE-2023-23012 is assigned

Link: https://github.com/craigrodway/classroombookings

XSS vulnerability.

In file classroombookings-master\application\controllers\Weeks.php in function save_week

the input 'bgcol' will be saved in the DB and passed to the view when it will be printed without sanitization.

@enferas
enferas / CVE-2023-23013.md
Last active January 21, 2023 12:00
XSS in hr-payroll
@enferas
enferas / CVE-2023-23014.md
Last active January 21, 2023 12:01
XSS in InventorySystem
@enferas
enferas / CVE-2023-23015.md
Last active January 21, 2023 12:03
XSS Kalkun

CVE-2023-23015 is assigned

Link: https://github.com/kalkun-sms/Kalkun

XSS vulnerability with the user name.

We see that the username will be setted in the DB without sanitization in file Kalkun-devel\application\models\User_model.php

$this->db->set('username', trim($this->input->post('username')));
@enferas
enferas / CVE-2023-23016.md
Last active January 21, 2023 12:05
XSS_Wscats-cms

CVE-2023-23016 is assigned

Link: https://github.com/Wscats/cms

Many XSS vulnerabilities.

For example,

The injection through the news title. The source will be inserted in the DB, then it will be passed from the DB to the view.