SCW Icons
hero bg no divider
Blog

2016년 밝혀진 에퀴팩스 보안 문제

Matias Madou, Ph.D.
Published Sep 12, 2017
Last updated on Mar 09, 2026

Equifax 웹 사이트에서 2016년에 확인된 보안 문제는 아직 해결되지 않았습니다.문제를 식별하는 것은 한 단계이지만 문제를 해결하는 것은 훨씬 더 큰 과제입니다.다시 코드로 돌아가 컨텍스트를 이해하고 문제를 해결하려면 시간과 기술이 필요합니다.

Equifax의 개발자들은 많은 스트레스를 받았고 알려진 많은 취약점이 수정되지 않았음이 분명합니다.안타깝게도 이러한 조치 부재로 인해 최악의 반응이 초래되었습니다.

보안은 처음부터 통합되어야 하며 개발자에게는 알려진 취약점 작성을 최소화할 수 있는 기술, 교육 및 In-IDE 도구가 필요합니다.식별된 문제를 해결하려면 특정 언어 및 프레임워크 지식이 필요합니다.XSS 문제 해결에 대한 일반적인 원칙은 동일하지만 실제 구현은 해당 프레임워크에 따라 달라집니다.

Struts에서 XSS 문제를 해결하는 방법에 대한 대화형 교육을 받고 싶다면 다음을 확인하세요. https://portal.securecodewarrior.com/#/simple-flow/web/xss/reflected/java/struts

2016년으로 건너뛰면 x0rz라는 이름의 연구원의 트윗에 따르면 한 보안 연구원이 주요 Equifax 웹 사이트에서 크로스 사이트 스크립팅 (XSS) 이라는 일반적인 취약점을 발견했습니다.이러한 XSS 버그를 통해 공격자는 특수 제작된 링크를 Equifax 고객에게 보낼 수 있으며, 공격 대상이 사이트를 클릭하여 로그인하면 해커에게 사용자 이름과 암호가 노출될 수 있습니다.

https://www.forbes.com/sites/thomasbrewster/2017/09/08/equifax-data-breach-history/#552ab1c9677c

리소스 보기
리소스 보기

2016년으로 건너뛰면 x0rz라는 이름의 연구원의 트윗에 따르면 한 보안 연구원이 주요 Equifax 웹 사이트에서 크로스 사이트 스크립팅 (XSS) 이라는 일반적인 취약점을 발견했습니다.

더 많은 것에 관심이 있으세요?

Matias Madou, Ph.D. is a security expert, researcher, and CTO and co-founder of Secure Code Warrior. Matias obtained his Ph.D. in Application Security from Ghent University, focusing on static analysis solutions. He later joined Fortify in the US, where he realized that it was insufficient to solely detect code problems without aiding developers in writing secure code. This inspired him to develop products that assist developers, alleviate the burden of security, and exceed customers' expectations. When he is not at his desk as part of Team Awesome, he enjoys being on stage presenting at conferences including RSA Conference, BlackHat and DefCon.

learn more

Secure Code Warrior는 전체 소프트웨어 개발 라이프사이클에서 코드를 보호하고 사이버 보안을 최우선으로 생각하는 문화를 조성할 수 있도록 조직을 위해 여기 있습니다.AppSec 관리자, 개발자, CISO 또는 보안 관련 누구든 관계없이 조직이 안전하지 않은 코드와 관련된 위험을 줄일 수 있도록 도와드릴 수 있습니다.

데모 예약
공유 대상:
linkedin brandsSocialx logo
작성자
Matias Madou, Ph.D.
Published Sep 12, 2017

Matias Madou, Ph.D. is a security expert, researcher, and CTO and co-founder of Secure Code Warrior. Matias obtained his Ph.D. in Application Security from Ghent University, focusing on static analysis solutions. He later joined Fortify in the US, where he realized that it was insufficient to solely detect code problems without aiding developers in writing secure code. This inspired him to develop products that assist developers, alleviate the burden of security, and exceed customers' expectations. When he is not at his desk as part of Team Awesome, he enjoys being on stage presenting at conferences including RSA Conference, BlackHat and DefCon.

Matias is a researcher and developer with more than 15 years of hands-on software security experience. He has developed solutions for companies such as Fortify Software and his own company Sensei Security. Over his career, Matias has led multiple application security research projects which have led to commercial products and boasts over 10 patents under his belt. When he is away from his desk, Matias has served as an instructor for advanced application security training courses and regularly speaks at global conferences including RSA Conference, Black Hat, DefCon, BSIMM, OWASP AppSec and BruCon.

Matias holds a Ph.D. in Computer Engineering from Ghent University, where he studied application security through program obfuscation to hide the inner workings of an application.

공유 대상:
linkedin brandsSocialx logo

Equifax 웹 사이트에서 2016년에 확인된 보안 문제는 아직 해결되지 않았습니다.문제를 식별하는 것은 한 단계이지만 문제를 해결하는 것은 훨씬 더 큰 과제입니다.다시 코드로 돌아가 컨텍스트를 이해하고 문제를 해결하려면 시간과 기술이 필요합니다.

Equifax의 개발자들은 많은 스트레스를 받았고 알려진 많은 취약점이 수정되지 않았음이 분명합니다.안타깝게도 이러한 조치 부재로 인해 최악의 반응이 초래되었습니다.

보안은 처음부터 통합되어야 하며 개발자에게는 알려진 취약점 작성을 최소화할 수 있는 기술, 교육 및 In-IDE 도구가 필요합니다.식별된 문제를 해결하려면 특정 언어 및 프레임워크 지식이 필요합니다.XSS 문제 해결에 대한 일반적인 원칙은 동일하지만 실제 구현은 해당 프레임워크에 따라 달라집니다.

Struts에서 XSS 문제를 해결하는 방법에 대한 대화형 교육을 받고 싶다면 다음을 확인하세요. https://portal.securecodewarrior.com/#/simple-flow/web/xss/reflected/java/struts

2016년으로 건너뛰면 x0rz라는 이름의 연구원의 트윗에 따르면 한 보안 연구원이 주요 Equifax 웹 사이트에서 크로스 사이트 스크립팅 (XSS) 이라는 일반적인 취약점을 발견했습니다.이러한 XSS 버그를 통해 공격자는 특수 제작된 링크를 Equifax 고객에게 보낼 수 있으며, 공격 대상이 사이트를 클릭하여 로그인하면 해커에게 사용자 이름과 암호가 노출될 수 있습니다.

https://www.forbes.com/sites/thomasbrewster/2017/09/08/equifax-data-breach-history/#552ab1c9677c

리소스 보기
리소스 보기

보고서를 다운로드하려면 아래 양식을 작성하세요.

당사 제품 및/또는 관련 보안 코딩 주제에 대한 정보를 보내실 수 있도록 귀하의 동의를 구합니다.당사는 항상 귀하의 개인 정보를 최대한의 주의를 기울여 취급하며 마케팅 목적으로 다른 회사에 절대 판매하지 않습니다.

제출
scw success icon
scw error icon
양식을 제출하려면 'Analytics' 쿠키를 활성화하십시오.완료되면 언제든지 다시 비활성화할 수 있습니다.

Equifax 웹 사이트에서 2016년에 확인된 보안 문제는 아직 해결되지 않았습니다.문제를 식별하는 것은 한 단계이지만 문제를 해결하는 것은 훨씬 더 큰 과제입니다.다시 코드로 돌아가 컨텍스트를 이해하고 문제를 해결하려면 시간과 기술이 필요합니다.

Equifax의 개발자들은 많은 스트레스를 받았고 알려진 많은 취약점이 수정되지 않았음이 분명합니다.안타깝게도 이러한 조치 부재로 인해 최악의 반응이 초래되었습니다.

보안은 처음부터 통합되어야 하며 개발자에게는 알려진 취약점 작성을 최소화할 수 있는 기술, 교육 및 In-IDE 도구가 필요합니다.식별된 문제를 해결하려면 특정 언어 및 프레임워크 지식이 필요합니다.XSS 문제 해결에 대한 일반적인 원칙은 동일하지만 실제 구현은 해당 프레임워크에 따라 달라집니다.

Struts에서 XSS 문제를 해결하는 방법에 대한 대화형 교육을 받고 싶다면 다음을 확인하세요. https://portal.securecodewarrior.com/#/simple-flow/web/xss/reflected/java/struts

2016년으로 건너뛰면 x0rz라는 이름의 연구원의 트윗에 따르면 한 보안 연구원이 주요 Equifax 웹 사이트에서 크로스 사이트 스크립팅 (XSS) 이라는 일반적인 취약점을 발견했습니다.이러한 XSS 버그를 통해 공격자는 특수 제작된 링크를 Equifax 고객에게 보낼 수 있으며, 공격 대상이 사이트를 클릭하여 로그인하면 해커에게 사용자 이름과 암호가 노출될 수 있습니다.

https://www.forbes.com/sites/thomasbrewster/2017/09/08/equifax-data-breach-history/#552ab1c9677c

웨비나 보기
시작하기
learn more

아래 링크를 클릭하고 이 리소스의 PDF를 다운로드하십시오.

Secure Code Warrior는 전체 소프트웨어 개발 라이프사이클에서 코드를 보호하고 사이버 보안을 최우선으로 생각하는 문화를 조성할 수 있도록 조직을 위해 여기 있습니다.AppSec 관리자, 개발자, CISO 또는 보안 관련 누구든 관계없이 조직이 안전하지 않은 코드와 관련된 위험을 줄일 수 있도록 도와드릴 수 있습니다.

보고서 보기데모 예약
리소스 보기
공유 대상:
linkedin brandsSocialx logo
더 많은 것에 관심이 있으세요?

공유 대상:
linkedin brandsSocialx logo
작성자
Matias Madou, Ph.D.
Published Sep 12, 2017

Matias Madou, Ph.D. is a security expert, researcher, and CTO and co-founder of Secure Code Warrior. Matias obtained his Ph.D. in Application Security from Ghent University, focusing on static analysis solutions. He later joined Fortify in the US, where he realized that it was insufficient to solely detect code problems without aiding developers in writing secure code. This inspired him to develop products that assist developers, alleviate the burden of security, and exceed customers' expectations. When he is not at his desk as part of Team Awesome, he enjoys being on stage presenting at conferences including RSA Conference, BlackHat and DefCon.

Matias is a researcher and developer with more than 15 years of hands-on software security experience. He has developed solutions for companies such as Fortify Software and his own company Sensei Security. Over his career, Matias has led multiple application security research projects which have led to commercial products and boasts over 10 patents under his belt. When he is away from his desk, Matias has served as an instructor for advanced application security training courses and regularly speaks at global conferences including RSA Conference, Black Hat, DefCon, BSIMM, OWASP AppSec and BruCon.

Matias holds a Ph.D. in Computer Engineering from Ghent University, where he studied application security through program obfuscation to hide the inner workings of an application.

공유 대상:
linkedin brandsSocialx logo

Equifax 웹 사이트에서 2016년에 확인된 보안 문제는 아직 해결되지 않았습니다.문제를 식별하는 것은 한 단계이지만 문제를 해결하는 것은 훨씬 더 큰 과제입니다.다시 코드로 돌아가 컨텍스트를 이해하고 문제를 해결하려면 시간과 기술이 필요합니다.

Equifax의 개발자들은 많은 스트레스를 받았고 알려진 많은 취약점이 수정되지 않았음이 분명합니다.안타깝게도 이러한 조치 부재로 인해 최악의 반응이 초래되었습니다.

보안은 처음부터 통합되어야 하며 개발자에게는 알려진 취약점 작성을 최소화할 수 있는 기술, 교육 및 In-IDE 도구가 필요합니다.식별된 문제를 해결하려면 특정 언어 및 프레임워크 지식이 필요합니다.XSS 문제 해결에 대한 일반적인 원칙은 동일하지만 실제 구현은 해당 프레임워크에 따라 달라집니다.

Struts에서 XSS 문제를 해결하는 방법에 대한 대화형 교육을 받고 싶다면 다음을 확인하세요. https://portal.securecodewarrior.com/#/simple-flow/web/xss/reflected/java/struts

2016년으로 건너뛰면 x0rz라는 이름의 연구원의 트윗에 따르면 한 보안 연구원이 주요 Equifax 웹 사이트에서 크로스 사이트 스크립팅 (XSS) 이라는 일반적인 취약점을 발견했습니다.이러한 XSS 버그를 통해 공격자는 특수 제작된 링크를 Equifax 고객에게 보낼 수 있으며, 공격 대상이 사이트를 클릭하여 로그인하면 해커에게 사용자 이름과 암호가 노출될 수 있습니다.

https://www.forbes.com/sites/thomasbrewster/2017/09/08/equifax-data-breach-history/#552ab1c9677c

목차

PDF 다운로드
리소스 보기
더 많은 것에 관심이 있으세요?

Matias Madou, Ph.D. is a security expert, researcher, and CTO and co-founder of Secure Code Warrior. Matias obtained his Ph.D. in Application Security from Ghent University, focusing on static analysis solutions. He later joined Fortify in the US, where he realized that it was insufficient to solely detect code problems without aiding developers in writing secure code. This inspired him to develop products that assist developers, alleviate the burden of security, and exceed customers' expectations. When he is not at his desk as part of Team Awesome, he enjoys being on stage presenting at conferences including RSA Conference, BlackHat and DefCon.

learn more

Secure Code Warrior는 전체 소프트웨어 개발 라이프사이클에서 코드를 보호하고 사이버 보안을 최우선으로 생각하는 문화를 조성할 수 있도록 조직을 위해 여기 있습니다.AppSec 관리자, 개발자, CISO 또는 보안 관련 누구든 관계없이 조직이 안전하지 않은 코드와 관련된 위험을 줄일 수 있도록 도와드릴 수 있습니다.

데모 예약다운로드
공유 대상:
linkedin brandsSocialx logo
리소스 허브

시작하는 데 도움이 되는 리소스

더 많은 게시물
리소스 허브

시작하는 데 도움이 되는 리소스

더 많은 게시물