cbcvebase.
CVE-2022-29316
published 2022-05-11

CVE-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
VendorProductVersion rangeFixed in
complete_online_job_search_system_projectcomplete_online_job_search_system

Detection & IOCsextracted from sources · hover to see the quote

url/index.php?q=result&searchfor=advancesearch
url/eris/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.