任务单 #39611

Vulnerability : Missing SPF

开放日期: 2019-09-26 05:06 最后更新: 2020-06-01 11:40

报告人:
(del#102895)
属主:
类型:
状态:
关闭
组件:
里程碑:
(无)
优先:
5 - Medium
严重性:
5 - Medium
处理结果:
Rejected
文件:
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Details

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.

任务单历史 (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
  • 处理结果 Update from to Rejected
  • 状态 Update from 开启 to 关闭

Attachment File List

No attachments

编辑

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