You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2018/03/01 18:06:00 UTC

[jira] [Closed] (LOG4J2-2279) Allow SystemPropertiesPropertySource to run with a SecurityManager that rejects system property access

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

Gary Gregory closed LOG4J2-2279.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0
                   2.11.0

> Allow SystemPropertiesPropertySource to run with a SecurityManager that rejects system property access
> ------------------------------------------------------------------------------------------------------
>
>                 Key: LOG4J2-2279
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2279
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 2.10.0
>            Reporter: Gary Gregory
>            Assignee: Gary Gregory
>            Priority: Major
>             Fix For: 2.11.0, 3.0.0
>
>
> Allow {{SystemPropertiesPropertySource}} to run with a SecurityManager that rejects system property access. This is similar to [LOG4J2-2274].
> A security manager can blow up an app like this:
> {noformat}
> java.lang.ExceptionInInitializerError
> 	at org.apache.logging.log4j.util.SystemPropertiesPropertySourceSecurityManagerTest.test(SystemPropertiesPropertySourceSecurityManagerTest.java:64)
> 	...
> Caused by: java.lang.SecurityException
> 	at org.apache.logging.log4j.util.SystemPropertiesPropertySourceSecurityManagerTest$TestSecurityManager.checkPermission(SystemPropertiesPropertySourceSecurityManagerTest.java:49)
> 	at java.lang.SecurityManager.checkPropertiesAccess(SecurityManager.java:1265)
> 	at java.lang.System.getProperties(System.java:624)
> 	at org.apache.logging.log4j.util.SystemPropertiesPropertySource.forEach(SystemPropertiesPropertySource.java:40)
> 	at org.apache.logging.log4j.util.PropertiesUtil$Environment.reload(PropertiesUtil.java:330)
> 	at org.apache.logging.log4j.util.PropertiesUtil$Environment.<init>(PropertiesUtil.java:322)
> 	at org.apache.logging.log4j.util.PropertiesUtil$Environment.<init>(PropertiesUtil.java:310)
> 	at org.apache.logging.log4j.util.PropertiesUtil.<init>(PropertiesUtil.java:69)
> 	at org.apache.logging.log4j.util.PropertiesUtil.<clinit>(PropertiesUtil.java:49)
> 	... 26 more
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)