You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Benjamin Teke (Jira)" <ji...@apache.org> on 2021/06/25 17:43:00 UTC

[jira] [Updated] (YARN-10833) RM logs endpoint vulnerable to clickjacking

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

Benjamin Teke updated YARN-10833:
---------------------------------
    Description: 
The /logs endpoint is missing the x-frame options in the response header, even though YARN is configured to do so.


{code:java}
Request URL: http://{{rm_host}}:8088/logs/
Request Method: GET
Status Code: 200 OK
Remote Address: [::1]:8088
Referrer Policy: strict-origin-when-cross-origin

HTTP/1.1 200 OK
Date: Fri, 25 Jun 2021 17:38:38 GMT
Cache-Control: no-cache
Expires: Fri, 25 Jun 2021 17:38:38 GMT
Date: Fri, 25 Jun 2021 17:38:38 GMT
Pragma: no-cache
Content-Type: text/html;charset=utf-8
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Content-Length: 469 
{code}


  was:The /logs endpoint is missing the x-frame options in the response header, even though it is configured. 


> RM logs endpoint vulnerable to clickjacking
> -------------------------------------------
>
>                 Key: YARN-10833
>                 URL: https://issues.apache.org/jira/browse/YARN-10833
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Benjamin Teke
>            Assignee: Benjamin Teke
>            Priority: Major
>
> The /logs endpoint is missing the x-frame options in the response header, even though YARN is configured to do so.
> {code:java}
> Request URL: http://{{rm_host}}:8088/logs/
> Request Method: GET
> Status Code: 200 OK
> Remote Address: [::1]:8088
> Referrer Policy: strict-origin-when-cross-origin
> HTTP/1.1 200 OK
> Date: Fri, 25 Jun 2021 17:38:38 GMT
> Cache-Control: no-cache
> Expires: Fri, 25 Jun 2021 17:38:38 GMT
> Date: Fri, 25 Jun 2021 17:38:38 GMT
> Pragma: no-cache
> Content-Type: text/html;charset=utf-8
> X-Content-Type-Options: nosniff
> X-XSS-Protection: 1; mode=block
> Content-Length: 469 
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org