N

Open Redirect Vulnerability

· 8개월 전 · 385 · 1
# Vulnerability
CWE-601: URL Redirection to Untrusted Site ('Open Redirect')

# Summary
The login page URL can include a url parameter, and after authentication, users will be redirected to this URL. If an attacker provides a url pointing to a phishing or other malicious website, users will be redirected there after logging in.

# Details
## Taint source
`GET /bbs/login`

<img width="1610" height="1490" alt="Image" src="https://github.com/user-attachments/assets/4d2ac20b-1f26-4efc-99ba-57f03d65d5fb" />

On the login page, the view passes the url parameter from the URL to the template. When the template renders the page, it fills this url into an input field in the form. When users POST login data (i.e., POST /bbs/login), upon successful authentication, they will be redirected to the url value from the form.

<img width="804" height="1170" alt="Image" src="https://github.com/user-attachments/assets/6ad54a0c-5b33-4afb-ae1f-b31ef248728c" />

## Taint sink
`POST /bbs/login`

# POC
For example, if the BBS website is at 127.0.0.1:8000, requesting http://127.0.0.1:8000/bbs/login?url=http://google.com will cause the browser to open the Google homepage after successful authentication.
|

댓글 1개

댓글을 작성하시려면 로그인이 필요합니다.

그누보드6 이슈

좋은 댓글과 좋아요는 제작자에게 큰힘이 됩니다.

+
제목 글쓴이 날짜 조회
8개월 전 조회 453
8개월 전 조회 386
8개월 전 조회 484
mmingijunggra...
10개월 전 조회 419
mmingijunggra...
10개월 전 조회 400
1년 전 조회 456
sseiblog-nand...
1년 전 조회 668
1년 전 조회 790
sseiblog-nand...
1년 전 조회 631
sseiblog-nand...
1년 전 조회 532
sseiblog-nand...
1년 전 조회 634
sseiblog-nand...
1년 전 조회 539
sseiblog-nand...
1년 전 조회 559
sseiblog-nand...
1년 전 조회 488
sseiblog-nand...
1년 전 조회 530
sseiblog-nand...
1년 전 조회 595
sseiblog-nand...
1년 전 조회 601
sseiblog-nand...
1년 전 조회 542
sseiblog-nand...
1년 전 조회 593
sseiblog-nand...
1년 전 조회 549