Ticket #39611

Vulnerability : Missing SPF

Date d'ouverture: 2019-09-26 05:06 Dernière mise à jour: 2020-06-01 11:40

Rapporteur:
(del#102895)
Propriétaire:
Type:
État:
Atteints
Composant:
Jalon:
(Aucun)
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Rejected
Fichier:
Aucun
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Détails

Hi,

I'm an independent cyber security researcher i have found multiple issues in your website.

Vulnerability : Missing SPF

I am just looking at your SPF records then found following. SPF Records missing safe check which can allow me to send mail and phish easily any victim.

PoC:

<?php

$to = "VICTIM@example.com";

$subject = "Password Change";

$txt = "Change your password by visiting here - LINK HEREl";

$headers = "From: https://www.alidropstore.com/";

mail($to,$subject,$txt,$headers);

?>

The TXT records found for your domain are:

v=spf1 +ip4:202.221.179.0/24 ~all

Checking to see if there is a valid SPF record.

Found v=spf1 record for osdn.net: v=spf1 +ip4:202.221.179.0/24 ~all

Fix:

The TXT records found for your domain are:

v=spf1 +ip4:202.221.179.0/24 -all

Checking to see if there is a valid SPF record.

Found v=spf1 record for osdn.net: v=spf1 +ip4:202.221.179.0/24 -all

You can refer this https://www.digitalocean.com/community/tutorials/how-to-use-an-spf-record-to-prevent-spoofing-improve-e-mail-reliability

Let me know if any further info is required. Regards. Found More bugs on your website reply me so that i may disclose them further.

Ticket History (2/2 Histories)

2019-09-26 05:06 Updated by: (del#102895)
  • New Ticket "Vulnerability : Missing SPF" created
2020-06-01 11:40 Updated by: ishikawa
  • Résolution Update from Aucun to Rejected
  • État Update from Ouvert to Atteints

Attachment File List

No attachments

Modifier

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Connexion