OWASP / owasp-mastg

The Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).
https://mas.owasp.org/
Creative Commons Attribution Share Alike 4.0 International
11.37k stars 2.25k forks source link

New Risk - Weak Hashing [weak-hashing] #2585

Open cpholguera opened 3 months ago

cpholguera commented 3 months ago

Description

Create a new risk for "Weak Hashing (MASVS-CRYPTO-1)" using the following information:

Utilizing weak hashing algorithms such as MD5 and SHA1 in a security sensitive context may compromise data integrity and authenticity.

Create "risks/MASVS-CRYPTO/1-***-****/weak-hashing/risk.md" including the following content:

---
title: Weak Hashing
alias: weak-hashing
platform: [android, ios]
profiles: [L1, L2]
mappings:
  masvs-v1: [MSTG-CRYPTO-4]
  masvs-v2: [MASVS-CRYPTO-1]
  mastg-v1: [MASTG-TEST-0014]

---

## Overview

## Impact

## Modes of Introduction

## Mitigations

To complete the sections follow the guidelines from Writing MASTG Risks & Tests

Use at least the following references:

When creating the corresponding tests, use the following areas to guide you:

MASTG v1 Refactoring:

If the risk has a MASVS v1 ID, you can use it to search for related tests in the MASTG and use them as input to define your risks and associated tests.

Acceptance Criteria

olivandcode commented 2 months ago

I can work on this. Please assign this to me.

cpholguera commented 2 months ago

All yours. Thank you, @olivandcode!