CISSP Exam QuestionsBrowse all questions from this exam

CISSP Exam - Question 88


A web developer is completing a new web application security checklist before releasing the application to production. The task of disabling unnecessary services is on the checklist. Which web application threat is being mitigated by this action?

Show Answer
Correct Answer: B

Disabling unnecessary services in a web application primarily addresses the issue of security misconfiguration. Security misconfiguration involves improper configuration of the system, which can include running services that are not needed. These unnecessary services can present vulnerabilities that attackers may exploit. By ensuring only the essential services are active, the potential attack surface is minimized, thereby reducing the risk of exposing the application to threats arising from misconfigurations.

Discussion

11 comments
Sign in to comment
ygcOption: B
Sep 8, 2022

B is correct, key word is 'disabling'.

dev46Option: B
Sep 20, 2022

A & D can be eliminated as session hijacking and data breach still going to happen after hardening/ disabling unnecessary services I chose Broken Authentication, but it's not true. I read some articles. Example of broken authentication (https://avatao.com/blog-broken-access-control/) - it can still happen B seems right - if we don't disable configuration for directory listing, attacker can list the directory (https://owasp.org/www-project-top-ten/2017/A6_2017-Security_Misconfiguration)

YesPleaseOption: B
Dec 10, 2023

Answer B) Security Misconfigurations https://www.balbix.com/insights/security-misconfiguration-impact-examples-and-prevention/

franbarproOption: B
Oct 13, 2022

This is application hardening..... so check for that human error of misconfiguring stuff.

sphenixfireOption: B
Oct 17, 2022

not completly clear for me but after googleing cissp security missconfiguration all the articles refere to functions that should be disabled if not needed (no default config on). so B

Moose01Option: B
May 18, 2023

B. 8 Examples of Security Misconfigurations 1- Sample Applications Vulnerability. ... 2- Directory Listing Vulnerability. ... 3- Error Message Vulnerability. ... 4- Default Privileges Vulnerability. ... 5- Unnecessary Features Vulnerability. ... 6- Improper Data Validation Vulnerability. ... 7- Unpublished URLs Vulnerability. ... 8- Out-of-date Software Vulnerability.

Bach1968Option: B
Jul 5, 2023

The web application threat being mitigated by disabling unnecessary services is: B. Security misconfiguration. Disabling unnecessary services helps reduce the attack surface of a web application by eliminating potential entry points for attackers. It helps ensure that only essential services are running, reducing the chances of security vulnerabilities arising from misconfigured or unpatched services. By disabling unnecessary services, the web developer minimizes the risk of security misconfigurations that could be exploited by attackers.

dm808Option: A
Mar 28, 2024

Why not A? The question is asking which application THREAT is being mitigated.. Session hijacking is the only threat listed.. Security misconfiguration is a vulnerability Broken access control is a vulnerability Sensitive data exposure is a risk..

Ramye
May 19, 2024

Not sure but if configured properly then chances of session hijacking is less/minimized.

DapengZhangOption: C
Mar 20, 2023

the purpose of "disabling unnecessary services" is to avoid vertical privilege escalation.

jackdryan
May 11, 2023

B is correct

SoleandheelOption: C
Dec 6, 2023

C. Broken Access Controls is the correct answer. Broken access controls pertain to issues related to improper authorization and access permissions, which are often a key aspect of mitigating threats by disabling unnecessary services. However, B. Security misconfiguration in itself will not be an appropriate answer for the question. I see a lot of people selecting answer B. because they are looking at Chatgpt. Please don't blindly accept chatgpt answers, many of them are wrong and this is one of them.

8b48948Option: B
Apr 18, 2024

Terrible question - my choice would be B and not really sure any of them are relevant.