{"id":26833353,"url":"https://github.com/mr-won/word_press","last_synced_at":"2025-03-30T15:28:45.511Z","repository":{"id":276716050,"uuid":"929666752","full_name":"mr-won/Word_Press","owner":"mr-won","description":"워드 프레스 공격","archived":false,"fork":false,"pushed_at":"2025-02-10T02:08:06.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T02:27:16.434Z","etag":null,"topics":["wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mr-won.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-09T04:45:59.000Z","updated_at":"2025-02-10T02:08:26.000Z","dependencies_parsed_at":"2025-02-10T03:22:02.877Z","dependency_job_id":"a7536632-2c6c-40ff-856b-8d591f15ee94","html_url":"https://github.com/mr-won/Word_Press","commit_stats":null,"previous_names":["chihyeonwon/word_press","mr-won/word_press"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-won%2FWord_Press","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-won%2FWord_Press/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-won%2FWord_Press/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-won%2FWord_Press/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mr-won","download_url":"https://codeload.github.com/mr-won/Word_Press/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246337794,"owners_count":20761269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress-plugin"],"created_at":"2025-03-30T15:28:44.953Z","updated_at":"2025-03-30T15:28:45.498Z","avatar_url":"https://github.com/mr-won.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"워드프레스(WordPress)는 전 세계적으로 가장 많이 사용되는 CMS(Content Management System) 중 하나지만, 그만큼 보안 취약점도 자주 발견됩니다.\n\n### 1. 주요 보안 취약점\n① 플러그인 및 테마의 취약점     \n서드파티 플러그인과 테마는 보안 점검이 부족한 경우가 많아 해킹의 주요 경로가 됩니다.\n예: 플러그인 취약점을 이용한 SQL 인젝션(SQLi), 원격 코드 실행(RCE) 등.\n② 관리자 페이지(로그인) 취약점     \n기본적으로 /wp-admin 또는 /wp-login.php 경로에서 로그인하는데, **브루트포스 공격(무차별 대입 공격)**이 쉽게 이루어질 수 있음.\n해결책: 강력한 비밀번호 사용, 로그인 제한 플러그인 적용, CAPTCHA 사용.\n③ XML-RPC 취약점     \nxmlrpc.php 파일을 이용한 DDoS 공격 및 패스워드 크래킹이 가능.\n해결책: 필요하지 않다면 XML-RPC 비활성화.\n④ 파일 업로드 취약점      \n워드프레스는 미디어 파일 업로드 기능을 제공하는데, 악성 코드가 포함된 파일을 업로드하여 원격 코드 실행이 가능할 수 있음.\n해결책: MIME 타입 검사 및 실행 가능한 확장자 제한.\n⑤ SQL 인젝션(SQLi) 공격     \n데이터베이스 쿼리 조작을 통해 관리자 계정 탈취 또는 데이터 유출이 가능.\n해결책: 최신 업데이트 적용 및 입력값 검증 강화.\n⑥ 크로스사이트 스크립팅(XSS)     \n악성 스크립트를 삽입하여 방문자의 브라우저에서 실행되도록 유도.\n해결책: 입력값 필터링 및 CSP(Content Security Policy) 설정.\n### 2. 주요 공격 기법      \n① 브루트포스 공격        \n약한 관리자 비밀번호를 대상으로 무차별 대입 공격 수행.\n대응 방법: 2단계 인증(2FA) 활성화, 로그인 시도 제한 설정.\n② 악성 플러그인 및 테마 이용     \n신뢰할 수 없는 출처에서 플러그인 및 테마를 다운로드하면 악성 코드 포함 가능.\n대응 방법: 공식 워드프레스 마켓플레이스에서만 다운로드.\n③ 백도어 삽입      \n취약한 플러그인, 테마, 파일 업로드 기능을 이용해 백도어(backdoor) 파일을 삽입.\n대응 방법: 정기적인 코드 검사 및 보안 플러그인 사용.\n④ 피싱 및 소셜 엔지니어링 공격      \n관리자를 속여 악성 링크 클릭 또는 가짜 로그인 페이지 입력을 유도.\n대응 방법: 관리자 계정 보안 교육 및 URL 확인 철저.\n⑤ 워드프레스 REST API 공격         \n취약한 REST API 엔드포인트를 이용해 게시물 수정, 계정 정보 탈취 가능.\n대응 방법: REST API 접근을 제한하는 보안 플러그인 사용.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-won%2Fword_press","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-won%2Fword_press","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-won%2Fword_press/lists"}