CVE-2022-29316
published 2022-05-11CVE-2022-29316: Complete Online Job Search System v1.0 was discovered to contain a SQL injection vulnerability via /eris/index.php?q=result&searchfor=advancesearch.
PriorityP356critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
3.07%
86.0th percentile
Complete Online Job Search System v1.0 was discovered to contain a SQL injection vulnerability via /eris/index.php?q=result&searchfor=advancesearch.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| complete_online_job_search_system_project | complete_online_job_search_system | — | — |
Detection & IOCsextracted from sources · hover to see the quote
url/index.php?q=result&searchfor=advancesearch
- →Look for POST requests to /index.php?q=result&searchfor=advancesearch with a Content-Type of application/x-www-form-urlencoded; the SEARCH parameter is the injection point for both SQLi and XSS payloads.
- →A successful XSS exploitation response body will contain the string 'Result : alert(document.domain)' alongside the string 'ERIS', with HTTP 200 and Content-Type text/html.
- →The application fingerprint string 'ERIS' appears in the response body and can be used to identify the vulnerable Complete Online Job Search System instance.
- ·The Nuclei template targets both XSS (CWE-79) and SQLi on the same endpoint; the CVE is officially classified as SQL injection, but the template's matcher is tuned for XSS response confirmation — ensure the correct attack class is selected when deploying.
- ·The vulnerable path may be served under the /eris/ subdirectory (as noted in the NVD entry) or directly at the web root; adjust the base path accordingly when scanning. ↗
CVSS provenance
nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
Complete Online Job Search System 1.0 - Cross-Site Scripting
nuclei·CVSS 9.8
CVE-2022-29316 [CRITICAL] Complete Online Job Search System 1.0 - Cross-Site Scripting
Complete Online Job Search System 1.0 - Cross-Site Scripting
Complete Online Job Search System 1.0 contains a cross-site scripting vulnerability via index.php?q=advancesearch.
Template:
id: CVE-2022-29316
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.
impact: |
Attackers can inject malicious JavaScript through the search functionality, potentially stealing session cookies and credentials from job seekers and employers using the platform.
remediation: |
Update Complete Online Job Search System to a patched version that properly sanitizes search parameters and encodes output to prevent XSS attacks.
No writeups or analysis indexed.
2022-05-11
Published