Want more timely Centmin Mod News Updates?
Become a Member

Beta Branch nginx 1.15.4 openssl 1.1.1 renegotiation security bug fix

Discussion in 'Centmin Mod Github Commits' started by eva2000, Sep 27, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:05 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
  2. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:05 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    testssl tests before fix versus after fix

    before
    Code (Text):
     Testing vulnerabilities
    
     Heartbleed (CVE-2014-0160)                not vulnerable (OK), no heartbeat extension
     CCS (CVE-2014-0224)                       not vulnerable (OK)
     Ticketbleed (CVE-2016-9244), experiment.  not vulnerable (OK), no session tickets
     ROBOT                                     not vulnerable (OK)
     Secure Renegotiation (CVE-2009-3555)      not vulnerable (OK)
     Secure Client-Initiated Renegotiation     VULNERABLE (NOT ok), DoS threat
     CRIME, TLS (CVE-2012-4929)                not vulnerable (OK)
    

    after
    Code (Text):
    Testing vulnerabilities
    
     Heartbleed (CVE-2014-0160)                not vulnerable (OK), no heartbeat extension
     CCS (CVE-2014-0224)                       not vulnerable (OK)
     Ticketbleed (CVE-2016-9244), experiment.  not vulnerable (OK), no session tickets
     ROBOT                                     not vulnerable (OK)
     Secure Renegotiation (CVE-2009-3555)      not vulnerable (OK)
     Secure Client-Initiated Renegotiation     not vulnerable (OK)
     CRIME, TLS (CVE-2012-4929)                not vulnerable (OK)
    
     
  3. rdan

    rdan Well-Known Member

    5,452
    1,418
    113
    May 25, 2014
    Ratings:
    +2,212
    Local Time:
    9:05 PM
    Mainline
    10.2
    While applying this patch and rebuilding Nginx again, I still encounter the same issue:
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:05 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+