Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soap.wsdl_cache_dir: False positive (directory name /tmp[...]) #103

Open
strarsis opened this issue Dec 1, 2016 · 1 comment
Open

soap.wsdl_cache_dir: False positive (directory name /tmp[...]) #103

strarsis opened this issue Dec 1, 2016 · 1 comment

Comments

@strarsis
Copy link

strarsis commented Dec 1, 2016

When using a directory different to /tmp which directory name starts with tmp,
iniscan issues a false positive:

[...]
soap.wsdl_cache_dir="/temp-php-wsdl"
[...]

Without the directory present:

[...]
FAIL   | WARNING  |             |               | soap.wsdl_cache_dir           | The SOAP WSDL cache directory did not resolve to a valid directory
[...]

With the directory present:

[...]
FAIL   | WARNING  |             |               | soap.wsdl_cache_dir           | The SOAP WSDL cache directory is inside of "/tmp/" which allows local users to conduct WSDL injection attacks (CVE-2013-6501)
[...]

Using a directory which directory name does not start with /tmp[...]:

[...]
soap.wsdl_cache_dir="/temp-php-wsdl"
[...]

Directory has been ensured being present, this iniscan passes then:

[...]
PASS   | WARNING  |             |               | soap.wsdl_cache_dir           | Security checks for CVE-2013-1635 and CVE-2013-6501
[...]
@spelcaster
Copy link

Follow #108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants