Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-5591: Fix MAC search sql injection (#15402) · librenms/librenms@908aef6

SQL Injection in GitHub repository librenms/librenms prior to 23.10.0.

CVE
#sql#mac#git

Expand Up @@ -37,7 +37,8 @@ } } elseif ($vars[‘search_type’] == ‘mac’) { $sql = ' FROM `ports` AS I, `devices` AS D’; $sql .= " WHERE I.device_id = D.device_id AND `ifPhysAddress` LIKE '%" . trim(str_replace([':’, ' ', '-', '.’, ‘0x’], ‘’, $vars[‘address’])) . "%’ $where "; $sql .= " WHERE I.device_id = D.device_id AND `ifPhysAddress` LIKE ? $where "; $param[] = ‘%’ . trim(str_replace([':’, ' ', '-', '.’, ‘0x’], '’, $vars[‘address’])) . '%’; }//end if if (is_numeric($vars[‘device_id’])) { $sql .= ' AND I.device_id = ?’; Expand Down

Related news

GHSA-mr6h-7x2m-rgmq: SQL injection in librenms/librenms

SQL Injection in GitHub repository librenms/librenms prior to 23.10.0.

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