Debian’s security tracker says a CVE is fixed, while BlackDuck scanner detects it

I stumbled across a vulnerability considered a critical security risk (CVE-2023-25139) in one of container images I build.
Debian’s security tracker states it’s fixed: https://security-tracker.debian.org/tracker/CVE-2023-25139 – specifical… Continue reading Debian’s security tracker says a CVE is fixed, while BlackDuck scanner detects it

Is it worth doing a vulnerability scan on a load balancer?

As far as I know, a load balancer distributes incoming network traffic based on the load/charge of resources (=> health checks) and on the volume of the inbound traffic
I was wondering if it is worth running a vulnerability scanner on a… Continue reading Is it worth doing a vulnerability scan on a load balancer?

Why is the absence of a Content-Type header with a HTTP 204 response considered a security vulnerability and what should we do about it?

We have recently developed a web application with a RESTful API backend. This web app need to have a certain security certification (something called PCI-DSS), and thus it is being scanned occasionally to identify potential vulnerabilities… Continue reading Why is the absence of a Content-Type header with a HTTP 204 response considered a security vulnerability and what should we do about it?

Tool to do unattended VAPT / security scan of the system(s) [migrated]

I am trying to set up an automated VAPT and Security audit tool to test our production systems in detail. The tool needs to run

automatically and unattended
at regular intervals and
tests/audits the system comprehensively

so that we know… Continue reading Tool to do unattended VAPT / security scan of the system(s) [migrated]