31.0k views
2 votes
Which security issue CANNOT be identified using Oracle Cloud Infrastructure (OCI) Vulnerability scanning service?

Cross-Site Scripting (XSS)
OS configurations that hackers might exploit
OS packages that require updates and patches to address vulnerabilities
Ports that are unintentionally left open

User Zarwan
by
7.8k points

1 Answer

6 votes

Answer:

Cross-Site Scripting (XSS) cannot be identified using Oracle Cloud Infrastructure (OCI) Vulnerability scanning service.

Step-by-step explanation:

Oracle Cloud Infrastructure (OCI) Vulnerability Scanning Service is designed to scan for known vulnerabilities in the operating system (OS) configurations and installed packages, and identify any open ports that may pose a security risk. However, it does not scan for Cross-Site Scripting (XSS) vulnerabilities, which are a type of security flaw that allow attackers to inject malicious scripts into web pages viewed by other users. To identify and address XSS vulnerabilities, developers need to implement secure coding practices and regularly test their applications for security issues.

User Pedrohreis
by
6.8k points