CINXE.COM
Samsung Security Reporting
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"> <title>Samsung Security Reporting</title> <link rel="shortcut icon" href="/image/favicon.ico" type="image/x-icon"> <link rel="stylesheet" href="/css/style.css"> <!--[if IE]> <script src="/js/html5.js"></script> <![endif]--> <script type="text/javascript" src="/js/jquery-2.2.4.min.js"></script> <script type="text/javascript" src="/js/carousel.js"></script> <script type="text/javascript"> var language = ''; $(document).ready(function() { $(".menu li").on("click", function() { $(this).children("a").addClass("on"); $(this).siblings().children("a").removeClass("on"); //if ($(this).attr("id") == "firstmenu") { //$("html, body").animate({scrollTop:720}, 400); //} else { //$("html, body").animate({scrollTop:1440}, 400); //} }); //$("#firstmenu").click(function() { //$("html, body").animate({scrollTop:720}, 400); //}); //$("#secondmenu").click(function() { //$("html, body").animate({scrollTop:1440}, 400); //}); //mobile_ 메뉴 펼치기 $(".m_btn_menu").click(function() { $(this).hide(); $('.m_btn_menu_close').show(); $('.wrap_m_menu').slideDown('fast'); $('.back_bg').fadeIn('fast'); }); $(".m_btn_menu_close").click(function() { $(this).hide(); $('.m_btn_menu').show(); $('.wrap_m_menu').slideUp('fast'); $('.back_bg').fadeOut('fast'); }); $(".m_main_menu li").on("click", function() { $('.m_btn_menu_close').hide(); $('.m_btn_menu').show(); $('.wrap_m_menu').slideUp('fast'); $('.back_bg').fadeOut('fast'); }); //menu fixed function eventMenuFix() { var menu = $('.mh'); var menu_offset = $('.mh').offset(); $(window).scroll(function() { if ($(this).scrollTop() >= menu.height() && $(window).width() > 0){ menu.addClass('menu_fix'); }else { menu.removeClass('menu_fix'); }; }); }; if($(window).width() > 768){ $('#header').addClass('mh'); eventMenuFix(); }else if($(window).width() < 768){ $('#header').addClass('mh'); eventMenuFix(); }; eventMenuFix(); //top btn $(".mtop_wrap button.mtop").click(function() { $("html, body").animate({scrollTop:0}, 400); }); $("button.wtop").click(function() { $("html, body").animate({scrollTop:0}, 400); }); /* 210325 - Channel 마우스 오버 효과 $(".channel-box").on("mouseover",function() { $(this).children("a").stop().fadeIn(); //$(this).children(".channel-img").hide(); }) $(".channel-box").on("mouseleave",function() { $(this).children("a").stop().fadeOut(); //$(this).children(".channel-img").show(); }) */ /* 210325 */ }); function myFunction() { document.getElementById("myDropdown").classList.toggle("show"); } window.onclick = function(event) { var matches = event.target.matches ? event.target.matches('.dropbtn') : event.target.msMatchesSelector('.dropbtn'); if (!matches) { var dropdowns = document.getElementsByClassName("dropdown-content"); var i; for (i = 0; i < dropdowns.length; i++) { var openDropdown = dropdowns[i]; if (openDropdown.classList.contains('show')) { openDropdown.classList.remove('show'); } } } } </script> </head> <body> <!-- skipnav --> <div id="skipnav"><a href="#contents">Go straight to the text</a></div> <!-- //skipnav --> <!-- wrap --> <div id="wrap"> <!-- header --> <header id="header" class=""> <div class="in"> <!-- web --> <div class="wrap_top"> <h1 class="logo"><a href="/">SAMSUNG Security Reporting</a></h1> <div class="gnb"> <!-- menu --> <ul class="menu"> <li id="firstmenu"><a href="#Overview">Overview</a></li> <li id="secondmenu"><a href="#ReportingChannels">Reporting Channels</a></li> <li id="thirdmenu"><a href="#DisclosurePolicy">Disclosure Policy</a></li> </ul> </div> </div> <!-- //web --> <!-- mobile --> <div class="wrap_mobile_menu"> <div class="m_toplink"> <button type="button" class="m_btn_menu">Total Menu</button> <button type="button" class="m_btn_menu_close">Close the entire menu</button> </div> <div class="wrap_m_menu"> <ul class="m_main_menu"> <li><a href="#Overview">Overview</a></li> <li><a href="#ReportingChannels">Reporting Channels</a></li> <li><a href="#DisclosurePolicy">Disclosure Policy</a></li> </ul> </div> </div> <div class="back_bg"></div> <!-- //mobile --> </div> </header> <!-- //header --> <!-- container --> <div id="container"> <!-- wrap_visual --> <div class="wrap_visual"> <div class="visual"> <p class="txt1"><em>Welcome to</em> Samsung Security Reporting</p> <p class="txt2">As the leading provider of innovative products, we recognize the importance of protecting our users' security and privacy</p> <p class="txt3" hidden>As the leading provider of innovative products, we recognize the importance of protecting our users' security and privacy</p> </div> </div> <!-- //wrap_visual --> <!-- section1 --> <div id="Overview" class="wrap_section full"> <div class="section"> <h2>Overview</h2> <p>At Samsung, we recognize the importance of security and privacy of our users as the IT environment is experiencing increased volume of security threats from rapid development and evolution of technologies through mobile platforms, Internet of Things (IoT), appliances, and 5G network infrastructures.</p> <p>We take security and privacy of our Samsung's products and services very seriously, and across all business units in Samsung, our dedicated security team continuously audits Samsung products and services so that our users' security and privacy are protected at all times.</p> <p>One of our priorities is to respond to emerging security threats and vulnerabilities as quickly as possible, and this site is intended to help you report any potential security vulnerabilities in Samsung products or services.</p> <p>Please understand that some business units of Samsung offers bug bounty program for the security vulnerabilities reported, and depending on the target, security impact, severity, and eligibility, security vulnerability reports may or may not be covered through the respective bug bounty programs.</p> <p>For more information, please see below to find out how you can report potential security vulnerabilities found in Samsung products and services.</p> </div> </div> <!-- //section1 --> <!-- contents --> <div id="contents"> <!-- section2 --> <div id="ReportingChannels" class="wrap_section"> <div class="section"> <h2>Reporting Channels</h2> <p>Please report potential security vulnerabilities of Samsung products and services to the corresponding business unit's reporting channel below.</p> <div class="channel clearfix"> <ul> <li> <div class="channel-box gopage" style="cursor:pointer"> <div class="channel-img">channel images</div> <div class="channel-con"> <div> <h3>Mobile<i>home</i></h3> <p>Smartphones, Tablets, Wearables, Smart Home, Computers, Apps & Services</p> <button class="btn_more" type="button" title="Go to Reporting Page">Go to Reporting Page</button> </div> </div> <a href="https://Security.SamsungMobile.com/" target="_blank" class="channel-mask"><span class="after">mask</span></a> </div> </li> <li> <div class="channel-box gopage" style="cursor:pointer"> <div class="channel-img">channel images</div> <div class="channel-con"> <div> <h3>TV & Home Theater<i>home</i></h3> <p>TV, Sound Bar, Apps & Services</p> <button class="btn_more" type="button" title="Go to Reporting Page">Go to Reporting Page</button> </div> </div> <a href="https://Security.SamsungTV.com/" target="_blank" class="channel-mask"><span class="after">mask</span></a> </div> </li> <li> <div class="channel-box gopage" style="cursor:pointer"> <div class="channel-img">channel images</div> <div class="channel-con"> <div> <h3>Appliances<i>home</i></h3> <p>Refrigerators, Dishwashers, Washers & Dryers, Vacuums, Air Conditioners, Air Dressers</p> <button class="btn_more" type="button" title="Go to Reporting Page">Go to Reporting Page</button> </div> </div> <a href="https://Security.SamsungDA.com/" target="_blank" class="channel-mask"><span class="after">mask</span></a> </div> </li> <li> <div class="channel-box goemail" style="cursor:pointer"> <div class="channel-img">channel images</div> <div class="channel-con"> <div> <h3>Network Equipment<i>email</i></h3> <p>Baseband, Radio, Massive MIMO Radio, Access Unit, Cloud Native Core, Automation Platform, Analytics</p> <button class="btn_email" type="button" title="Go to Reporting Page"><em>E-mail</em><i>PSIRT@samsung.com</i></button> </div> </div> <a href="mailto:PSIRT@samsung.com"><span class="after">mask</span></a> </div> </li> <li> <div class="channel-box gopage" style="cursor:pointer"> <div class="channel-img">channel images</div> <div class="channel-con"> <div> <h3>Memory<i>email</i></h3> <p>DRAM, SSD, Memory Card, Magician Software</p> <button class="btn_more" type="button" title="Go to Reporting Page">Go to Reporting Page</button> </div> </div> <a href="https://SemiConductor.Samsung.com/support/quality-support/disclosure-policy/" target="_blank" class="channel-mask"><span class="after">mask</span></a> </div> </li> <li> <div class="channel-box gopage" style="cursor:pointer"> <div class="channel-img">channel images</div> <div class="channel-con"> <div> <h3>Exynos<i>home</i></h3> <p>Application Processor, Communication Processor, SIM, NFC, Secure Element</p> <button class="btn_more" type="button" title="Go to Reporting Page">Go to Reporting Page</button> </div> </div> <a href="https://SemiConductor.Samsung.com/support/quality-support/disclosure-policy/" target="_blank" class="channel-mask"><span class="after">mask</span></a> </div> </li> <li> <div class="channel-box goemail" style="cursor:pointer"> <div class="channel-img">channel images</div> <div class="channel-con"> <div> <h3>Others<i>email</i></h3> <p>e-store, Websites, Other</p> <button class="btn_email" type="button" title="Go to Reporting Page"><em>E-mail</em><i>Security@samsung.com</i></button> </div> </div> <a href="mailto:Security@samsung.com"><span class="after">mask</span></a> </div> </li> </ul> </div> <!--<p class="clear">* If you have difficulties finding the corresponding business unit for the specific security vulnerability you found, you may send it to <a href="mailto:security@samsung.com">security@samsung.com</a> and it will be forwarded to the appropriate business unit. However, please note that response through this channel may experience significant delay.</p>--> </div> </div> <!-- //section2 --> </div> <!-- //contents --> <!-- section3 --> <div id="DisclosurePolicy" class="wrap_section full"> <div class="section"> <h2>Disclosure Policy</h2> <div class="disclosure_cont"> <div class="disclosure_cont_article"> <p>At Samsung, we take security and privacy issues very seriously, and we value the security research community with our commitment to address potential security vulnerabilities as quickly as possible. The responsible disclosure of security vulnerabilities helps us ensure the security and privacy of our end-consumers.</p> </div> <div class="disclosure_cont_article"> <p>We ask our security research community to:</p> <ul> <li>Make every effort to avoid privacy violations, degradation of user experience, disruption to internal or external servers, and destruction of data or physical assets during security testing;</li> <li>Use reporting guidelines stated above to report details of potential vulnerabilities as complete as possible; and</li> <li>Keep information about the potential vulnerability discovered confidential between yourself and Samsung until we have remedy in place.</li> <li>Restrain from using any exploits or vulnerabilities for commercial or business purpose.</li> </ul> </div> <div class="disclosure_cont_article"> <p>In return, we commit to:</p> <ul> <li>Work with you to understand and resolve the potential vulnerability quickly;</li> <li>Make our best effort to resolve security vulnerabilities, and release patches to end-consumers on following Schedule & Reward Program table.</li> </ul> </div> <div class="disclosure_tb_article pc_ver"> <table> <thead> <tr> <th></th> <th>Mobile</th> <th>TV & Home Theater</th> <th>Appliances</th> <th>Network Equipment</th> <th>Memory</th> <th>Exynos</th> <th>Others</th> </tr> </thead> <tbody> <tr> <th>Expected Patch Release schedule(Best Effort)</th> <td><a href="https://Security.SamsungMobile.com/securityReporting.smsb#DisclosurePolicy" target="_blank">Details</a></td> <td colspan="6">Schedule for security updates</td> </tr> <tr> <th>Reward Program</th> <td><span class="ico_o">○</span></td> <td><span class="ico_o">○</span></td> <td><span class="ico_x">-</span></td> <td><span class="ico_x">-</span></td> <td><span class="ico_o">○</span></td> <td><span class="ico_o">○</span></td> <td><span class="ico_x">-</span></td> </tr> </tbody> </table> </div> <div class="disclosure_tb_article m_ver"> <table> <thead> <tr> <th></th> <th>Expected Patch Release schedule<br class="m_br">(Best Effort)</th> <th>Reward Program</th> </tr> </thead> <tbody> <tr> <th>Mobile</th> <td><a href="https://Security.SamsungMobile.com/securityReporting.smsb#DisclosurePolicy" target="_blank">Details</a></td> <td><span class="ico_o">○</span></td> </tr> <tr> <th>TV & Home Theater</th> <td rowspan="6">Schedule for security updates</td> <td><span class="ico_o">○</span></td> </tr> <tr> <th>Appliances</th> <td><span class="ico_x">-</span></td> </tr> <tr> <th>Network Equipment</th> <td><span class="ico_x">-</span></td> </tr> <tr> <th>Memory</th> <td><span class="ico_o">○</span></td> </tr> <tr> <th>Exynos</th> <td><span class="ico_o">○</span></td> </tr> <tr> <th>Others</th> <td><span class="ico_x">-</span></td> </tr> </tbody> </table> </div> <div class="disclosure_cont_article"> <p>After reporting security vulnerabilities, the corresponding business unit may change, and the policy of the business unit in charge is followed.</p> </div> </div> </div> </div> <!-- //section3 --> </div> <!-- //container --> <!-- footer --> <footer id="footer"> <div class="in"> <p class="copy">Copyright© 2020-2024 SAMSUNG All Rights Reserved.</p> <div class="site_link"> <div class="dropdown"> <button onclick="myFunction()" class="dropbtn" title="Privacy Policy">Privacy Policy</button> <div id="myDropdown" class="dropdown-content"> <a href="/privacy/global/privacy_notice.html" target="_blank" title="Global">Global</a> <a href="/privacy/us/privacy_notice.html" target="_blank" title="US">US</a> <a href="/privacy/eu/privacy_notice.html" target="_blank" title="EU">EU</a> <a href="/privacy/korea/privacy_notice.html" target="_blank" title="Korea">Korea</a> <a href="/privacy/brazil/privacy_notice.html" target="_blank" title="Brazil">Brazil</a> </div> </div> <div class="dropdown"><button type="button" onclick="window.open('https://www.samsung.com/')" class="dropbtn_none" title="Samsung.com site new window">Samsung.com</button></div> </div> <button class="wtop" type="button" title="Move the screen to the top">Top</button> </div> </footer> <!-- //footer --> </div> <!-- //wrap --> <script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=1&cb=434360455" async></script></body> </html>