Update src/content/blog/03-whfinal-writeup/index.md
This commit is contained in:
@@ -355,6 +355,7 @@ export function createUser(username: string, password: string, role: Role = Role
|
|||||||
```
|
```
|
||||||
|
|
||||||
이를 통해 `ATTACH DATABASE` 구문을 실행하여 서버 파일 시스템에 임의의 파일을 생성할 수 있다.
|
이를 통해 `ATTACH DATABASE` 구문을 실행하여 서버 파일 시스템에 임의의 파일을 생성할 수 있다.
|
||||||
|
[CVE-2025-48935](https://nvd.nist.gov/vuln/detail/CVE-2025-48935$0)
|
||||||
|
|
||||||
### 2) IP Validation Logic (Nginx & Middleware)
|
### 2) IP Validation Logic (Nginx & Middleware)
|
||||||
서버는 `routes/api/admin/save.ts` 접근 시 IP가 `127.0.0.1`인지 검사한다.
|
서버는 `routes/api/admin/save.ts` 접근 시 IP가 `127.0.0.1`인지 검사한다.
|
||||||
|
|||||||
Reference in New Issue
Block a user