S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
high·Product Based Web Vulnerabilities·Updated Oct 15, 2025

CVE-2022-29316 Scanner

CVE-2022-29316 Scanner - Cross-Site Scripting vulnerability in Complete Online Job Search System

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsdomain, subdomain, ipv4
CostFree
3.5k
Times Used
continuous scan runs
5.6k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2022-29316
9.8
CVSS

Complete Online Job Search System v1.0 was discovered to contain a SQL injection vulnerability via /eris/index.php?q=result&searchfor=advancesearch.

Attack Vector
-
Privileges Req.
-
User Interaction
-
Affected
n/aby n/a
n/a
Updated Aug 22, 2026View on NVD →
Detail

The Complete Online Job Search System is a platform used by companies and job seekers to post and find job listings efficiently. It is primarily used by small to medium-sized enterprises looking to streamline their recruitment processes. The system allows employers to create job listings and manage applications, while job seekers can search for jobs and apply directly through the platform. Employers find this tool beneficial as it simplifies the recruitment pipeline by providing a unified platform for managing job listings and applicants. Meanwhile, for job seekers, it offers the benefit of accessing numerous job openings in one location, facilitating a more straightforward application process. The software is developed to optimize the recruitment process by providing features such as applicant tracking and customized job alerts for qualified candidates.

Cross-Site Scripting (XSS) is a significant vulnerability that allows an attacker to inject malicious scripts into a web application viewed by other users. This kind of attack can result in the unauthorized execution of scripts in the browser, leading to potential data theft or defacement of webpages. XSS vulnerabilities are problematic because they can be exploited by attackers to gain access to user data, manipulate site content, or perform actions on behalf of users without their consent. In the context of the Complete Online Job Search System, this vulnerability could allow an attacker to execute arbitrary scripts on the website's interface. It is often enabled by inadequate input validation, which fails to properly sanitize user input, allowing malicious scripts to pass through. Addressing such vulnerabilities is critical to ensuring the security and integrity of both user data and the system.

The Cross-Site Scripting vulnerability in the Complete Online Job Search System is primarily found in the 'index.php' page, specifically when the 'q=advancesearch' parameter is attacked. The HTTP request targeting this endpoint involves crafting a POST request with specially formatted script tags. The vulnerability is triggered when the 'SEARCH' parameter fails to sanitize input, allowing JavaScript code to execute in the browser. This vulnerability is further confirmed by validating that the response contains the expected output, typically a JavaScript alert or manipulation of the webpage's Document Object Model (DOM). The vulnerability is significant since it can lead to exploitation, allowing attackers to perform actions or retrieve data by impersonating legitimate users. It's essential to address any parts of the code that handle user input to prevent such vulnerabilities from being exploited.

Exploiting the Cross-Site Scripting vulnerability in an application like the Complete Online Job Search System can lead to severe consequences. An attacker can execute arbitrary scripts within a user's browser, potentially resulting in unauthorized actions or data theft. This can compromise sensitive data, such as user passwords or session cookies, possibly leading to account hijacking. Furthermore, the attacker can deface parts of the application, leading to reputational damage for the operators of the service. If an attacker gains sufficient access, they might use the system as a staging point for further attacks on connected infrastructure or systems. Mitigating these risks requires correcting the underlying vulnerability, educating users on the dangers of XSS, and deploying additional layers of security such as Content Security Policy (CSP).

REFERENCES

Solution Advice
  • Ensure that all user inputs are appropriately sanitized and encoded before processing or reflecting back to the user interface.
  • Implement Content Security Policy (CSP) headers to restrict the types of scripts that can be executed in the browser.
  • Regularly update and patch systems to incorporate security fixes and enhancements.
  • Conduct routine security assessments and code reviews to identify potential vulnerabilities.
  • Deploy web application firewalls to monitor and block harmful requests.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2022-29316 Scanner - Cross-Site Scripting vulnerability in Complete Online Job Search System | S4E