AppSec Tales I | Sign-up
2024-2-12 19:31:26 Author: infosecwriteups.com(查看原文) 阅读量:15 收藏

Karol Mazurek

InfoSec Write-ups

Application Security Testing of the Register form guidelines.

This is the first article in the AppSec series that describes how to test Registration forms to ensure a secure authentication process.
The advice in this article is based on the following:

  • OWASP Web Security Testing Guide
  • OWASP Application Security Verification Standard
  • NIST recommendations
  • bug bounty reports
  • Own experience.

I will provide a short test sample, a potential impact or an attack scenario, and a possible solution to the problem at each point.

I. IMPERSONATION

Register twice using the same data but changing the sign-up component.

  • The victim’s account could be hijacked if the application allows resetting the password based on one of the sign-up components.
    (Example of hijacking based on the username)
  • The attacker may impersonate the victim by using his data from another account.
  • The victim’s data can be removed entirely from the database or replaced with new ones entered by the attacker.
Source: Own study — An example of the email address’s impersonation.

Username and other sensitive data such as document number, phone number, personal identification number, International Bank Account Number, etc., must be linked to the existing account and blocked from being used again.

II. SPOOFING

Register twice using: the same email | + |. |uppercase|unicode.

  • The attacker could smuggle messages to the victim based on the registration form, which could help in a phishing campaign.
  • A victim’s mailbox can be flooded with vast amounts of email messages. Asa result, the mail server can place messages from the target domain in the spam or block them entirely from delivery.
  • An attacker could get registration bonuses multiple times.

文章来源: https://infosecwriteups.com/appsec-tales-i-sign-up-de279f4a4354?source=rss----7b722bfd1b8d---4
如有侵权请联系:admin#unsafe.sh