Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api 요청시 유효한 사용자인지 검증하지 않음 #19

Closed
Tracked by #18
minmoong opened this issue Jan 12, 2024 · 1 comment
Closed
Tracked by #18

api 요청시 유효한 사용자인지 검증하지 않음 #19

minmoong opened this issue Jan 12, 2024 · 1 comment
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@minmoong
Copy link
Owner

minmoong commented Jan 12, 2024

이는 외부에서 사이트의 api 요청에 접근할 수 있으며, 사이트의 데이터를 외부 사용자가 열람할 수 있다는 것을 의미합니다.

크리티컬한 보안 이슈이므로 서둘러 해결해야 합니다.

@minmoong minmoong added the invalid This doesn't seem right label Jan 12, 2024
@minmoong minmoong mentioned this issue Jan 12, 2024
1 task
@minmoong minmoong changed the title api 요청시 유효한 사용자인지 인증하지 않음 api 요청시 유효한 사용자인지 검증하지 않음 Jan 12, 2024
@minmoong
Copy link
Owner Author

minmoong commented Jan 12, 2024

hooks.server.ts의 라우트 프로텍트 코드에서 해당 취약점이 발견되었습니다.
#17 에서 해결하였습니다.

@minmoong minmoong added the bug Something isn't working label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant