exam questions

Exam CV0-003 All Questions

View all questions & answers for the CV0-003 exam

Exam CV0-003 topic 1 question 247 discussion

Actual exam question from CompTIA's CV0-003
Question #: 247
Topic #: 1
[All CV0-003 Questions]

A security audit related to confidentiality controls found the following transactions occurring in the system:

GET http://gateway.securetransaction.com/privileged/api/v1/changeResource?id=123&user=277

Which of the following solutions will solve the audit finding?

  • A. Using a TLS-protected API endpoint
  • B. Implementing a software firewall
  • C. Deploying a HIDS on each system
  • D. Implementing a Layer 4 load balancer
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
BigM
5 months, 2 weeks ago
Selected Answer: A
Explanation: The issue in the security audit relates to confidentiality since the API request is being sent over HTTP, which is unencrypted. This means sensitive data (e.g., id=123&user=277) can be intercepted by attackers. 🔹 Solution: Implement TLS (Transport Layer Security) to encrypt communications by using HTTPS instead of HTTP. 🔹 Impact: This ensures end-to-end encryption, preventing unauthorized access or interception of sensitive data.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...