EMAIL SPOOFING
Medium
K
Khan Academy
Submitted None
Actions:
Reported by
hackthedevil
Vulnerability Details
Technical details and impact analysis
Hey KHANACADEMY,
I have found Email Spoofing type of Vulnerability in your Website.
Attacker can use your E-Mail to send emails to others.
Email spoofing is the creation of email messages with a forged sender address. Because the core email protocols do not have any mechanism for authentication, it is common for spam and phishing emails to use such spoofing to mislead the recipient about the origin of the message
Not Only [email protected] involved in it, All the Emails develop in https://www.khanacademy.org/ may be affect by it...
Steps to Produce this Issue:
1) Goto: https://emkei.cz/
2) Add [email protected] "From Email" in https://emkei.cz/
3) Click Send Button,
4) The Email from [email protected] will be send to the Email you enter.
Another way,
<?php
$to = "[email protected]";
$subject = "Email Spoofing Test";
$txt = "This is Email Spoofing";
$headers = "From: [email protected]";
mail($to,$subject,$txt,$headers);
?>
Save this code in PHP file, & upload it on online server, Execute it & you can see The email will be send to your Desired Email
See Screenshots below, I received Email from your website.
Fix:
1.Improve Your Mailer, Turn on some more Security filters.
2. DMARC Policy Not Enabled-This Warning indicates that the DMARC record for this domain is not currently protected against phishing and spoofing threats. To resolve this Warning you will need to set a Quarantine or Reject policy on the domain's DMARC record. Setting a Quarantine or Reject value will prevent fraudsters from spoofing the domain as mail servers will Quarantine or Reject messages that fail authentication tests. (CHECK IT ON- https://mxtoolbox.com/SuperTool.aspx?action=mx%3akhanacademy.org&run=toolpage# )
Read More about Email Spoofing here:
http://searchsecurity.techtarget.com/definition/email-spoofing
## Impact
IT CAN BE USED TO STEAL USER DATA AND FAKE PAYMENT AND COSTUMERS.
Report Details
Additional information and metadata
State
Closed
Substate
Resolved
Submitted
Weakness
Privilege Escalation