nerdexam
CompTIA

SY0-501 · Question #187

Which of the following would MOST likely appear in an uncredentialed vulnerability scan?

The correct answer is A. Self-signed certificates. Uncredentialed (unauthenticated) scans assess a system from an external perspective without logging in, so they can only detect externally visible information. Self-signed certificates are observable from the network without credentials.

Submitted by yuki_2020· Mar 4, 2026Security operations

Question

Which of the following would MOST likely appear in an uncredentialed vulnerability scan?

Options

  • ASelf-signed certificates
  • BMissing patches
  • CAuditing parameters
  • DInactive local accounts

How the community answered

(35 responses)
  • A
    83% (29)
  • B
    9% (3)
  • C
    3% (1)
  • D
    6% (2)

Why each option

Uncredentialed (unauthenticated) scans assess a system from an external perspective without logging in, so they can only detect externally visible information. Self-signed certificates are observable from the network without credentials.

ASelf-signed certificatesCorrect

Self-signed certificates are exposed during the TLS/SSL handshake and are fully visible to any external scanner without requiring authentication. An uncredentialed scanner can inspect the certificate presented by a service on an open port, making this the type of finding most likely discovered without credentials. No login or system access is needed to evaluate certificate properties such as issuer, expiration, or trust chain.

BMissing patches

Missing patches require authenticated access to query the operating system or package manager for installed software versions, which is only possible with a credentialed scan.

CAuditing parameters

Auditing parameters such as log settings, audit policies, and security configurations reside within the OS and require credentialed access to read registry keys, configuration files, or Group Policy settings.

DInactive local accounts

Inactive local accounts are stored in the operating system's user database (e.g., SAM database on Windows), which requires authenticated/credentialed access to enumerate and evaluate.

Concept tested: Uncredentialed vs. credentialed vulnerability scanning capabilities

Source: https://docs.tenable.com/nessus/Content/CredentialedChecksOnWindows.htm

Topics

#vulnerability scanning#uncredentialed scan#self-signed certificates#network assessment

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice