Fix guide · low · x_powered_by_leak

X-Powered-By header reveals server framework

What this rule means

Your responses include an X-Powered-By header revealing the framework + version.

Why it matters

Useful for attacker fingerprinting. Knowing you run Express 4.17.1 lets them target known CVEs for that exact version.

How to fix it

Disable the header:

Did vibecheck flag this on your app?

If you reached this page from a vibecheck inspection report, the redacted match in your scan output is the exact string we found in your bundle. After applying the fix above, run the inspection again — the finding should clear.

Run another inspection