Merge pull request #8252 from thehlopster/vercel_source_exposure

Added vercel-source-exposure template
patch-1
Dhiyaneshwaran 2023-10-09 14:44:57 +05:30 committed by GitHub
commit 16bde8739c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
id: vercel-source-exposure
info:
name: Vercel Source Code Exposure
author: hlop
severity: medium
reference:
- https://vercel.com/docs/projects/overview#logs-and-source-protection
description: |
The Vercel Source Code Exposure misconfiguration allows an attacker to access sensitive source code files on the Vercel platform.
impact: |
This misconfiguration can lead to the exposure of sensitive information, such as API keys, credentials, and proprietary code, which can be used for further attacks or unauthorized access.
metadata:
fofa-query: cname_domain="vercel.app" || icon_hash="-2070047203"
tags: vercel,exposure,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/_src"
redirects: true
max-redirects: 3
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Deployment Source</title>"
- "Deployment Source Dashboard Vercel"
condition: or
- type: word
part: body
words:
- "<title>Login Vercel</title>"
negative: true