You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Gregory Chanan (JIRA)" <ji...@apache.org> on 2014/09/12 03:23:33 UTC

[jira] [Created] (HADOOP-11087) cancel delegation token succeeds if actual token is a substring of passed token

Gregory Chanan created HADOOP-11087:
---------------------------------------

             Summary: cancel delegation token succeeds if actual token is a substring of passed token
                 Key: HADOOP-11087
                 URL: https://issues.apache.org/jira/browse/HADOOP-11087
             Project: Hadoop Common
          Issue Type: Bug
          Components: security
    Affects Versions: 2.6.0
            Reporter: Gregory Chanan


I'm using the DelegationTokenAuthenticationFilter.  If I get "token" via op=GETDELEGATIONTOKEN and pass "tokenBOGUS" via op=CANCELDELEGATIONTOKEN, the token is successfully cancelled.  It looks like this is because Token.readFields knows the lengths of the token and just crops it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)