Skip to content

Blocking prompt in build after powershell update #122393

@ericstj

Description

@ericstj

Description

After installing the latest updates the build is now blocking with the following prompt:

Security Warning: Script Execution Risk
Invoke-WebRequest parses the content of the web page. Script code in the web page might be run when the page is
parsed.
      RECOMMENDED ACTION:
      Use the -UseBasicParsing switch to avoid script code execution.

      Do you want to continue?

Seems to be related to https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-54100.

Answering "No" to the prompt does allow the build to proceed.

Reproduction Steps

Install latest updates on windows, including fix for abovementioned CVE.

build runtime from the root.

Expected behavior

Build proceeds without waiting for user input.

Actual behavior

Build blocked on prompt

Regression?

Yes, seems to be caused by powershell fix - https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-54100

Known Workarounds

Answer "N" to prompt to continue build.

This may not have hit our build machines yet, but we need to get it fixed ASAP because it would block systems without users attached.

Configuration

No response

Other information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions