Skip to content

videoplayer enables deprecated TLS 1.1 #143649

@Hixie

Description

@Hixie

We received the following security vulnerability report:

A bit of context – we use Veracode to scan both our applications as well as the associated libraries. Veracode has raised a vulnerability in the videoplayer package and in particular in the CustomSSLSocketFactory.java class at line 72 (also at line 21, I believe the two are related). The flaw it is raising against it is CWE ID 757. When looking at line 72, it shows that the enabled protocols are TLS v1.1 as well as TLS v1.2.

I believe that TLS v1.1 has been deprecated (March 2021) and that TLS v1.2 is the minimum version. Is there consideration to update the class to look for TLS v1.2 or higher? Or is there a way to override the check and enforce TLS v1.2?

Metadata

Metadata

Assignees

No one assigned

    Labels

    p: video_playerThe Video Player pluginpackageflutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyteam-androidOwned by Android platform teamwaiting for customer responseThe Flutter team cannot make further progress on this issue until the original reporter responds

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions