Chapter 5 Flashcards
Tom is reviewing a vulnerability scan report and finds that one of the servers on his network
suffers from an internal IP address disclosure vulnerability. What protocol is likely in use on
this network that resulted in this vulnerability?
A. TLS
B. NAT
C. SSH
D. VPN
B. NAT
Which one of the CVSS metrics would contain information about the type of user account an
attacker must use to execute an attack?
A. AV
B. C
C. PR
D. AC
C. PR (Privileges Required)
Which one of the following values for the CVSS attack complexity metric would indicate that
the specified attack is simplest to exploit?
A. High
B. Medium
C. Low
D. Severe
C. Low
Which one of the following values for the confidentiality, integrity, or availability CVSS
metric would indicate the potential for total compromise of a system?
A. N
B. A
C. H
D. L
C. H ,stands for high
What is the most recent version of CVSS that is currently available?
A. 1.0
B. 2.0
C. 2.5
D. 3.0
D. 3.0
Which one of the following metrics is not included in the calculation of the CVSS exploitability score?
A. Attack vector
B. Vulnerability age
C. Attack complexity
D. Privileges Required
B. Vulnerability age
- Kevin recently identified a new security vulnerability and computed its CVSS base score as
6.5. Which risk category would this vulnerability fall into?
A. Low
B. Medium
C. High
D. Critical
B. Medium
Tara recently analyzed the results of a vulnerability scan report and found that a vulnerability reported by the scanner did not exist because the system was actually patched as specified. What type of error occurred?
A. False positive
B. False negative
C. True positive
D. True negative
A. False positive
Scanner reports a vuln when one doesnt exist
Which one of the following is not a common source of information that may be correlated
with vulnerability scan results?
A. Logs
B. Database tables
C. SIEM
D. Configuration management system
B. Database tables
Which one of the following operating systems should be avoided on production networks?
A. Windows Server 2003
B. Red Hat Enterprise Linux 8
C. CentOS 8
D. Ubuntu 22.04
A. Windows Server 2003
In what type of attack does the attacker place more information in a memory location than is
allocated for that use?
A. SQL injection
B. LDAP injection
C. Cross-site scripting
D. Buffer overflow
D. Buffer overflow
The Dirty COW attack is an example of what type of vulnerability?
A. Malicious code
B. Privilege escalation
C. Buffer overflow
D. LDAP injection
B. Privilege escalation
Which one of the following protocols should never be used on a public network?
A. SSH
B. HTTPS
C. SFTP
D. Telnet
D. Telnet
Betty is selecting a transport encryption protocol for use in a new public website she is creating. Which protocol would be the best choice?
A. SSL 2.0
B. SSL 3.0
C. TLS 1.0
D. TLS 1.3
D. TLS 1.3
. Which one of the following conditions would not result in a certificate warning during a vulnerability scan of a web server?
A. Use of an untrusted CA
B. Inclusion of a public encryption key
C. Expiration of the certificate
D. Mismatch in certificate name
B. Inclusion of a public encryption key
What software component is responsible for enforcing the separation of guest systems in a
virtualized infrastructure?
A. Guest operating system
B. Host operating system
C. Memory controller
D. Hypervisor
D. Hypervisor
In what type of attack does the attacker seek to gain access to resources assigned to a different virtual machine?
A. VM escape
B. Management interface brute force
C. LDAP injection
D. DNS amplification
A. VM escape
Which one of the following terms is not typically used to describe the connection of physical
devices to a network?
A. IoT
B. IDS
C. ICS
D. SCADA
B. IDS
Monica discovers that an attacker posted a message attacking users who visit a web forum
that she manages. Which one of the following attack types is most likely to have occurred?
A. SQL injection
B. Malware injection
C. LDAP injection
D. Cross-site scripting
D. Cross-site scripting
Alan is reviewing web server logs after an attack and finds many records that contain semicolons and apostrophes in queries from end users. What type of attack should he suspect?
A. SQL injection
B. LDAP injection
C. Cross-site scripting
D. Buffer overflow
A. SQL injection