| शीर्षक | Rizwan17 inventory-management-system bfe78a330d01bb26b9daec5dc9ecd5c77900e03f Missing Authentication |
|---|
| विवरण | The affected component is `includes/invoice_bill.php`, which generates PDF invoices via FPDF from GET parameters and writes them under `PDF_INVOICE/` using attacker-controlled `invoice_no`. The script starts a session but never validates login:
```php
session_start();
include_once("../fpdf/fpdf.php");
if ($_GET["order_date"] && $_GET["invoice_no"]) {
...
$pdf->Output("../PDF_INVOICE/PDF_INVOICE_".$_GET["invoice_no"].".pdf","F");
$pdf->Output();
}
```
An unauthenticated attacker can generate and persist arbitrary invoice PDFs on the server using crafted GET parameters.
|
|---|
| स्रोत | ⚠️ https://github.com/Rizwan17/inventory-management-system/issues/14 |
|---|
| उपयोगकर्ता | Missa (UID 98182) |
|---|
| सबमिशन | 30/07/2026 06:13 PM (1 महीना पहले) |
|---|
| संयम | 09/09/2026 06:12 PM (1 month later) |
|---|
| स्थिति | स्वीकृत |
|---|
| VulDB प्रविष्टि | 401811 [Rizwan17 inventory-management-system तक bfe78a330d01bb26b9daec5dc9ecd5c77900e03f Invoice Generation invoice_bill.php order_date/invoice_no कमजोर प्रमाणीकरण] |
|---|
| अंक | 20 |
|---|