Search

Find a vulnerability

Search criteria Use this form to refine search results.
Full-text search supports keyword queries with ranking and filtering.
You can combine vendor, product, and sources to narrow results.
Enable “Apply ordering” to sort by date instead of relevance.

    2 vulnerabilities by Harsh21Patel

    CVE-2026-71248 (GCVE-0-2026-71248)

    Vulnerability from nvd – Published: 2026-08-05 10:57 – Updated: 2026-08-10 11:46
    VLAI
    Title
    Inventory-Management-System-PHP - Unauthenticated SQL Injection in Login and Product Deletion
    Summary
    Inventory-Management-System-PHP's login.php constructs its authentication query via direct string concatenation of raw POST parameters: = "select * from user where email = '' and password = ''", with no escaping or parameterization, allowing authentication bypass via a payload such as email=' OR 1=1 LIMIT 1-- -.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    References
    Impacted products
    Date Public
    2026-08-05 10:57
    Credits
    Javokhir Tursunboyev
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71248",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-05T12:42:37.726279Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-05T12:42:56.633Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unknown",
              "product": "Inventory-Management-System-PHP",
              "programFiles": [
                "login.php",
                "delete.php"
              ],
              "vendor": "Harsh21Patel",
              "versions": [
                {
                  "status": "affected",
                  "version": "0"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Javokhir Tursunboyev"
            }
          ],
          "datePublic": "2026-08-05T10:57:02.860Z",
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eInventory-Management-System-PHP\u0027s login.php constructs its authentication query via direct string concatenation of raw POST parameters: = \"select * from user where email = \u0027\u0027 and password = \u0027\u0027\", with no escaping or parameterization, allowing authentication bypass via a payload such as email=\u0027 OR 1=1 LIMIT 1-- -.\u003c/p\u003e"
                }
              ],
              "value": "Inventory-Management-System-PHP\u0027s login.php constructs its authentication query via direct string concatenation of raw POST parameters: = \"select * from user where email = \u0027\u0027 and password = \u0027\u0027\", with no escaping or parameterization, allowing authentication bypass via a payload such as email=\u0027 OR 1=1 LIMIT 1-- -."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.8,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-89",
                  "description": "CWE-89 SQL Injection",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T11:46:02.909Z",
            "orgId": "309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c",
            "shortName": "TuranSec"
          },
          "references": [
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://github.com/Harsh21Patel/Inventory-Management-System-PHP"
            },
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://github.com/Harsh21Patel/Inventory-Management-System-PHP/pull/3"
            }
          ],
          "source": {
            "discovery": "EXTERNAL"
          },
          "title": "Inventory-Management-System-PHP - Unauthenticated SQL Injection in Login and Product Deletion"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c",
        "assignerShortName": "TuranSec",
        "cveId": "CVE-2026-71248",
        "datePublished": "2026-08-05T10:57:02.860Z",
        "dateReserved": "2026-08-05T10:53:53.176Z",
        "dateUpdated": "2026-08-10T11:46:02.909Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-71248 (GCVE-0-2026-71248)

    Vulnerability from cvelistv5 – Published: 2026-08-05 10:57 – Updated: 2026-08-10 11:46
    VLAI
    Title
    Inventory-Management-System-PHP - Unauthenticated SQL Injection in Login and Product Deletion
    Summary
    Inventory-Management-System-PHP's login.php constructs its authentication query via direct string concatenation of raw POST parameters: = "select * from user where email = '' and password = ''", with no escaping or parameterization, allowing authentication bypass via a payload such as email=' OR 1=1 LIMIT 1-- -.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    References
    Impacted products
    Date Public
    2026-08-05 10:57
    Credits
    Javokhir Tursunboyev
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-71248",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-08-05T12:42:37.726279Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-05T12:42:56.633Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "defaultStatus": "unknown",
              "product": "Inventory-Management-System-PHP",
              "programFiles": [
                "login.php",
                "delete.php"
              ],
              "vendor": "Harsh21Patel",
              "versions": [
                {
                  "status": "affected",
                  "version": "0"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Javokhir Tursunboyev"
            }
          ],
          "datePublic": "2026-08-05T10:57:02.860Z",
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eInventory-Management-System-PHP\u0027s login.php constructs its authentication query via direct string concatenation of raw POST parameters: = \"select * from user where email = \u0027\u0027 and password = \u0027\u0027\", with no escaping or parameterization, allowing authentication bypass via a payload such as email=\u0027 OR 1=1 LIMIT 1-- -.\u003c/p\u003e"
                }
              ],
              "value": "Inventory-Management-System-PHP\u0027s login.php constructs its authentication query via direct string concatenation of raw POST parameters: = \"select * from user where email = \u0027\u0027 and password = \u0027\u0027\", with no escaping or parameterization, allowing authentication bypass via a payload such as email=\u0027 OR 1=1 LIMIT 1-- -."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "NETWORK",
                "availabilityImpact": "HIGH",
                "baseScore": 9.8,
                "baseSeverity": "CRITICAL",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "NONE",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              }
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-89",
                  "description": "CWE-89 SQL Injection",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-10T11:46:02.909Z",
            "orgId": "309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c",
            "shortName": "TuranSec"
          },
          "references": [
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://github.com/Harsh21Patel/Inventory-Management-System-PHP"
            },
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://github.com/Harsh21Patel/Inventory-Management-System-PHP/pull/3"
            }
          ],
          "source": {
            "discovery": "EXTERNAL"
          },
          "title": "Inventory-Management-System-PHP - Unauthenticated SQL Injection in Login and Product Deletion"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c",
        "assignerShortName": "TuranSec",
        "cveId": "CVE-2026-71248",
        "datePublished": "2026-08-05T10:57:02.860Z",
        "dateReserved": "2026-08-05T10:53:53.176Z",
        "dateUpdated": "2026-08-10T11:46:02.909Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }