[ https://issues.apache.org/jira/browse/SOLR-15961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484021#comment-17484021 ]
ASF subversion and git services commented on SOLR-15961: -------------------------------------------------------- Commit ae374789d67bb2ed243521e4188f2669b60e24c9 in solr's branch refs/heads/branch_9x from Tomas Eduardo Fernandez Lobbe [ https://gitbox.apache.org/repos/asf?p=solr.git;h=ae37478 ] SOLR-15961: Only consider the number in the SolrAuth header a timestamp if it's between a valid range of digits (#575) > PKIAuthenticationPlugin.parseCipher is too lenient, causing unnecessary > authentication errors > --------------------------------------------------------------------------------------------- > > Key: SOLR-15961 > URL: https://issues.apache.org/jira/browse/SOLR-15961 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Tomas Eduardo Fernandez Lobbe > Priority: Minor > Time Spent: 1h > Remaining Estimate: 0h > > It will accept an input {{SolrAuth}} header as valid with an invalid/outdated > public key as long as the output of {{CryptoKeys.decryptRSA}} ends with a > space followed by a number. It will interpret the number as a (very small) > timestamp, which will cause the request to fail with 401, instead of > re-fetching the public key from the remote host. -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org