No CORS header is a valid state
When Access-Control-Allow-Origin is absent, browser same-origin policy remains the default for cross-origin script reads.
Website security
See whether the response relaxes the browser same-origin policy and which isolation/resource headers are present.
Result
What to review
When Access-Control-Allow-Origin is absent, browser same-origin policy remains the default for cross-origin script reads.
A wildcard is often appropriate for a genuinely public resource or API. It needs context rather than an automatic red mark.
Credentialed cross-origin access should use intentional origins; wildcard plus credentials is a confused policy that browsers reject.
Cross-origin isolation can be valuable for some applications but can also break legitimate embeds and third-party resources.