Skip to content

[BUG / possible BUG] - TLS_FALLBACK_SCSV and POODLE #2708

@accampato

Description

@accampato

Hi all,
I would like to report a possible minor bug.
In some case, also if POODLE check are enabled testssl return exit_code=1 with warning message Rerun including POODLE SSL check

I am running version testssl.sh version 3.2rc4 from https://testssl.sh/dev/

Command line / docker command to reproduce

  testssl.sh -U  www.kappamed.it -> output is correct -> exit code = 0
  testssl.sh  -p -U  www.kappamed.it -> "Rerun including POODLE SSL check" warning message is provided -> exit code = 1
  testssl.sh  www.kappamed.it -> "Rerun including POODLE SSL check" warning message is provided -> exit code = 1

Expected behavior:

testssl.sh -U  www.kappamed.it -> output is correct -> exit code = 0
The expected output should be: 
 POODLE, SSL (CVE-2014-3566)               not vulnerable (OK)
 TLS_FALLBACK_SCSV (RFC 7507)              Downgrade attack prevention NOT supported
testssl.sh  www.kappamed.it
The wrong message is:
POODLE, SSL (CVE-2014-3566)               not vulnerable (OK), no SSLv3 support
TLS_FALLBACK_SCSV (RFC 7507)              Rerun including POODLE SSL check. Downgrade attack prevention NOT supported

System

OS: Ubuntu 24.10
Platform: Linux 6.11.0-18-generic x86_64

Additional context

none

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions