[jira] [Updated] (XERCESC-2254) Some NetAccessors attempt to resolve relative URLs

"Scott Cantor (Jira)" <[email protected]> Mon, 30 Sep 2024 13:16:00 +0000 (UTC)
Newsgroups gmane.text.xml.xerces-c.devel
Message-ID <[email protected]>
     [ https://issues.apache.org/jira/browse/XERCESC-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor updated XERCESC-2254:
----------------------------------
    Description: 
It was noted that the NetAccessors don't have any guard against being handed a relative URL, which is not a sensible thing for them to be trying to resolve. Further, at least one of the implemented NetAccessors can do protocol inference for scheme-less URLs, making them unsafe to use.

All applications should have an entity/resource resolver guarding URLs anyway, but we should harden the code to just prevent it from happening by the supplied implementations.

Thanks to Wild Pointer / Barak Sternberg for finding this issue.

  was:
It was noted that the NetAccessors don't have any guard against being handed a relative URL, which is not a sensible thing for them to be trying to resolve. Further, at least one of the implemented NetAccessors can do protocol inference for scheme-less URLs, making them unsafe to use.

All applications should have an entity/resource resolver guarding URLs anyway, but we should harden the code to just prevent it from happening by the supplied implementations.


> Some NetAccessors attempt to resolve relative URLs
> --------------------------------------------------
>
>                 Key: XERCESC-2254
>                 URL: https://issues.apache.org/jira/browse/XERCESC-2254
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: NetAccessors
>    Affects Versions: 3.0.0, 3.0.1, 3.0.2, 3.1.0, 3.1.1, 3.1.2, 3.2.0, 3.1.3, 3.1.4, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5
>            Reporter: Scott Cantor
>            Assignee: Scott Cantor
>            Priority: Major
>             Fix For: 3.3.0
>
>
> It was noted that the NetAccessors don't have any guard against being handed a relative URL, which is not a sensible thing for them to be trying to resolve. Further, at least one of the implemented NetAccessors can do protocol inference for scheme-less URLs, making them unsafe to use.
> All applications should have an entity/resource resolver guarding URLs anyway, but we should harden the code to just prevent it from happening by the supplied implementations.
> Thanks to Wild Pointer / Barak Sternberg for finding this issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)