You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2017/05/05 08:24:04 UTC

[jira] [Updated] (FLINK-6421) Unchecked reflection calls in PojoSerializer

     [ https://issues.apache.org/jira/browse/FLINK-6421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Metzger updated FLINK-6421:
----------------------------------
    Component/s: Type Serialization System

> Unchecked reflection calls in PojoSerializer
> --------------------------------------------
>
>                 Key: FLINK-6421
>                 URL: https://issues.apache.org/jira/browse/FLINK-6421
>             Project: Flink
>          Issue Type: Bug
>          Components: Type Serialization System
>            Reporter: Ted Yu
>            Priority: Minor
>
> Here is one example:
> {code}
>       String subclassName = source.readUTF();
>       try {
>         actualSubclass = Class.forName(subclassName, true, cl);
> {code}
> subclassName may carry tainted value, allowing an attacker to bypass security checks, obtain unauthorized data, or execute arbitrary code



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)