<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>0dd - The Zero (0) Day Division</title>
        <description>The Zero (0) Day Division is a group of security professionals working towards a common goal; securing open-source projects</description>
        <link>http://0dd.zone/</link>
        <atom:link href="http://0dd.zone/feed.xml" rel="self" type="application/rss+xml"/>
        <pubDate>Tue, 28 May 2019 08:04:49 +0000</pubDate>
        <lastBuildDate>Tue, 28 May 2019 08:04:49 +0000</lastBuildDate>
        <generator>Jekyll v3.8.5</generator>
        
            <item>
                <title>ZoneMinder PHP Objection Injection</title>
                <description>&lt;h2&gt;The Issue&lt;/h2&gt;

&lt;p&gt;PHP Object Deserialization Injection attacks utilise the &lt;code class=&quot;highlighter-rouge&quot;&gt;unserialize&lt;/code&gt; function within PHP. The deserialisation of the PHP object can trigger certain methods within the object, allowing the attacker to perform unauthorised actions like execution of code, disclosure of information, etc.&lt;/p&gt;

&lt;p&gt;The ZoneMinder project overly trusted user input when processing the data obtained from a form.&lt;/p&gt;

&lt;!--more--&gt;

&lt;h2&gt;Where the Issue Occurred&lt;/h2&gt;
&lt;p&gt;Displayed below is the code within the ZoneMinder project containing the vulnerable code (line 176 &lt;a href=&quot;https://github.com/ZoneMinder/zoneminder/blob/18850d8779ebff0ce65e282189afb3e74531d367/web/skins/classic/views/monitor.php#L176&quot;&gt;zoneminder/web/skins/classic/views/monitor.php#L176&lt;/a&gt;):&lt;/p&gt;

&lt;div class=&quot;language-php highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nv&quot;&gt;$probe&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;unserialize&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;base64_decode&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nv&quot;&gt;$_REQUEST&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;'probe'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;]));&lt;/span&gt; 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2&gt;Disclosure Timeline&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Issue Reported: 24th October 2018&lt;/li&gt;
  &lt;li&gt;Blog Post Published: 28th October 2018&lt;/li&gt;
  &lt;li&gt;Applied for CVE:&lt;/li&gt;
&lt;/ul&gt;
</description>
                <pubDate>Sun, 28 Oct 2018 00:00:00 +0000</pubDate>
                <link>http://0dd.zone/2018/10/28/zoneminder-Object-Injection/</link>
                <guid isPermaLink="true">http://0dd.zone/2018/10/28/zoneminder-Object-Injection/</guid>
                
                <category>php</category>
                
                <category>object injection</category>
                
                
            </item>
        
            <item>
                <title>ZoneMinder PHP Objection Injection (2)</title>
                <description>&lt;h2&gt;The Issue&lt;/h2&gt;

&lt;p&gt;PHP Object Deserialization Injection attacks utilise the &lt;code class=&quot;highlighter-rouge&quot;&gt;unserialize&lt;/code&gt; function within PHP. The deserialisation of the PHP object can trigger certain methods within the object, allowing the attacker to perform unauthorised actions like execution of code, disclosure of information, etc.&lt;/p&gt;

&lt;p&gt;The ZoneMinder project overly trusted user input when processing the data obtained from a form.&lt;/p&gt;

&lt;!--more--&gt;

&lt;h2&gt;Where the Issue Occurred&lt;/h2&gt;
&lt;p&gt;Displayed below is the code within the ZoneMinder project containing the vulnerable code (line 216 &lt;a href=&quot;https://github.com/ZoneMinder/zoneminder/blob/18850d8779ebff0ce65e282189afb3e74531d367/web/skins/classic/views/onvifprobe.php#L216&quot;&gt;zoneminder/web/skins/classic/views/onvifprobe.php#L216&lt;/a&gt;):&lt;/p&gt;

&lt;div class=&quot;language-php highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nv&quot;&gt;$probe&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;unserialize&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;base64_decode&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nv&quot;&gt;$_REQUEST&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;'probe'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;]));&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2&gt;Disclosure Timeline&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Issue Reported: 24th October 2018&lt;/li&gt;
  &lt;li&gt;Blog Post Published: 28th October 2018&lt;/li&gt;
  &lt;li&gt;Applied for CVE:&lt;/li&gt;
&lt;/ul&gt;
</description>
                <pubDate>Sun, 28 Oct 2018 00:00:00 +0000</pubDate>
                <link>http://0dd.zone/2018/10/28/zoneminder-Object-Injection-2/</link>
                <guid isPermaLink="true">http://0dd.zone/2018/10/28/zoneminder-Object-Injection-2/</guid>
                
                <category>php</category>
                
                <category>object injection</category>
                
                
            </item>
        
            <item>
                <title>XR3Player XXE</title>
                <description>&lt;h2&gt;The Issue&lt;/h2&gt;

&lt;p&gt;An XML External Entity attack is a type of attack against an application that parses XML input. This attack occurs when XML input containing a reference to an external entity is processed by a weakly configured XML parser. This attack may lead to the disclosure of confidential data, denial of service, server side request forgery, port scanning from the perspective of the machine where the parser is located, and other system impacts.&lt;/p&gt;

&lt;p&gt;XR3Player insecurely parses user-supplied XML content within the ParsePlaylist.java file, allowing attackers to perform XXE attacks.&lt;/p&gt;

&lt;!--more--&gt;

&lt;h2&gt;Where the Issue Occurred&lt;/h2&gt;

&lt;p&gt;Found on line 42 &lt;a href=&quot;https://github.com/goxr3plus/XR3Player/blob/55ffcea838def592c41aaa3d32c2c52986200ce5/releases/futurecode/rubbishCode/ParsePlaylist.java#L42&quot;&gt;XR3Player/releases/futurecode/rubbishCode/ParsePlaylist.java#L42&lt;/a&gt;:&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-java&quot; data-lang=&quot;java&quot;&gt;&lt;span class=&quot;n&quot;&gt;parser&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;parse&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;url&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;toString&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(),&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;contentType&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;is&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;playlist&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;);&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;p&gt;Found on line 92 &lt;a href=&quot;https://github.com/wseemann/JavaPlaylistParser/blob/c2c6c9fb54d135b02cfe8d9452566997cd86d9b1/src/wseemann/media/jplaylistparser/parser/AutoDetectParser.java#L92&quot;&gt;JavaPlaylistParser/src/wseemann/media/jplaylistparser/parser/AutoDetectParser.java#L92&lt;/a&gt;:&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-java&quot; data-lang=&quot;java&quot;&gt;&lt;span class=&quot;n&quot;&gt;parser&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;parse&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;uri&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;stream&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;playlist&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;);&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;p&gt;Found on line 136 &lt;a href=&quot;https://github.com/wseemann/JavaPlaylistParser/blob/c2c6c9fb54d135b02cfe8d9452566997cd86d9b1/src/wseemann/media/jplaylistparser/parser/asx/ASXPlaylistParser.java#L136&quot;&gt;JavaPlaylistParser/src/wseemann/media/jplaylistparser/parser/asx/ASXPlaylistParser.java#L136&lt;/a&gt;:&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-java&quot; data-lang=&quot;java&quot;&gt;&lt;span class=&quot;n&quot;&gt;doc&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;builder&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;build&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;);&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;h2&gt;Disclosure Timeline&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Issue Reported: 24th October 2018&lt;/li&gt;
  &lt;li&gt;Blog Post Published: 28th October 2018&lt;/li&gt;
  &lt;li&gt;Applied for CVE:&lt;/li&gt;
&lt;/ul&gt;
</description>
                <pubDate>Sun, 28 Oct 2018 00:00:00 +0000</pubDate>
                <link>http://0dd.zone/2018/10/28/xr3player-XXE/</link>
                <guid isPermaLink="true">http://0dd.zone/2018/10/28/xr3player-XXE/</guid>
                
                <category>xxe</category>
                
                <category>java</category>
                
                
            </item>
        
            <item>
                <title>UML Designer XXE</title>
                <description>&lt;h2&gt;The Issue&lt;/h2&gt;

&lt;p&gt;An XML External Entity attack is a type of attack against an application that parses XML input. This attack occurs when XML input containing a reference to an external entity is processed by a weakly configured XML parser. This attack may lead to the disclosure of confidential data, denial of service, server side request forgery, port scanning from the perspective of the machine where the parser is located, and other system impacts.&lt;/p&gt;

&lt;p&gt;UML Designer insecurely parses user-supplied XML content within the ProfileDiagramServices.java file, allowing attackers to perform XXE attacks.&lt;/p&gt;

&lt;!--more--&gt;

&lt;h2&gt;Where the Issue Occurred&lt;/h2&gt;

&lt;p&gt;Found on line 163 - 173 &lt;a href=&quot;https://github.com/ObeoNetwork/UML-Designer/blob/d99728e2dd48c6b16748f6c8288be24363446a56/plugins/org.obeonetwork.dsl.uml2.design/src/org/obeonetwork/dsl/uml2/design/api/services/ProfileDiagramServices.java#L163-L173&quot;&gt;UML-Designer/plugins/org.obeonetwork.dsl.uml2.design/src/org/obeonetwork/dsl/uml2/design/api/services/ProfileDiagramServices.java#L163-173&lt;/a&gt;:&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-java&quot; data-lang=&quot;java&quot;&gt;&lt;span class=&quot;kd&quot;&gt;final&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;DocumentBuilderFactory&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;builderFactory&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;DocumentBuilderFactory&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;newInstance&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;();&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;DocumentBuilder&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;builder&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;kc&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;try&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;{&lt;/span&gt;
	&lt;span class=&quot;n&quot;&gt;builder&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;builderFactory&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;newDocumentBuilder&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;();&lt;/span&gt;
&lt;span class=&quot;o&quot;&gt;}&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;catch&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;kd&quot;&gt;final&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;ParserConfigurationException&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;{&lt;/span&gt;
	&lt;span class=&quot;n&quot;&gt;LogServices&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;INSTANCE&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;error&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;exceptionMsg&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;e&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;o&quot;&gt;}&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;org&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;w3c&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;dom&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;Document&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;document&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;kc&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;;&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;try&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;{&lt;/span&gt;
	&lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;builder&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;!=&lt;/span&gt; &lt;span class=&quot;kc&quot;&gt;null&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;{&lt;/span&gt;
		&lt;span class=&quot;n&quot;&gt;document&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;builder&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;parse&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;pluginXML&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;getLocation&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;().&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;toFile&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;());&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;h2&gt;Disclosure Timeline&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Issue Reported: 24th October 2018&lt;/li&gt;
  &lt;li&gt;Blog Post Published: 28th October 2018&lt;/li&gt;
  &lt;li&gt;Applied for CVE:&lt;/li&gt;
&lt;/ul&gt;
</description>
                <pubDate>Sun, 28 Oct 2018 00:00:00 +0000</pubDate>
                <link>http://0dd.zone/2018/10/28/uml-designer-XXE/</link>
                <guid isPermaLink="true">http://0dd.zone/2018/10/28/uml-designer-XXE/</guid>
                
                <category>xxe</category>
                
                <category>java</category>
                
                
            </item>
        
            <item>
                <title>UBilling PHP Objection Injection</title>
                <description>&lt;h2&gt;The Issue&lt;/h2&gt;

&lt;p&gt;PHP Object Deserialization Injection attacks utilise the &lt;code class=&quot;highlighter-rouge&quot;&gt;unserialize&lt;/code&gt; function within PHP. The deserialisation of the PHP object can trigger certain methods within the object, allowing the attacker to perform unauthorised actions like execution of code, disclosure of information, etc.&lt;/p&gt;

&lt;p&gt;The UBilling project overly trusted user input when processing the data obtained from a form.&lt;/p&gt;

&lt;!--more--&gt;

&lt;h2&gt;Where the Issue Occurred&lt;/h2&gt;
&lt;p&gt;Displayed below is the code within the UBilling project containing the vulnerable code (&lt;a href=&quot;https://github.com/nightflyza/Ubilling/blob/2c1b339d3ea562f8a352139f41a88e71a5d9115a/modules/general/userreg/index.php#L64&quot;&gt;Ubilling/modules/general/userreg/index.php#L64&lt;/a&gt;):&lt;/p&gt;

&lt;div class=&quot;language-php highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;&lt;span class=&quot;nv&quot;&gt;$newuser_data&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;nb&quot;&gt;unserialize&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;base64_decode&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nv&quot;&gt;$_POST&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;'repostdata'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;]));&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h2&gt;Disclosure Timeline&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Issue Reported: 29th September 2018&lt;/li&gt;
  &lt;li&gt;Blog Post Published: 28th October 2018&lt;/li&gt;
  &lt;li&gt;Applied for CVE:&lt;/li&gt;
&lt;/ul&gt;
</description>
                <pubDate>Sun, 28 Oct 2018 00:00:00 +0000</pubDate>
                <link>http://0dd.zone/2018/10/28/ubilling-Object-Injection/</link>
                <guid isPermaLink="true">http://0dd.zone/2018/10/28/ubilling-Object-Injection/</guid>
                
                <category>php</category>
                
                <category>object injection</category>
                
                
            </item>
        
            <item>
                <title>RunElite XXE</title>
                <description>&lt;h2&gt;The Issue&lt;/h2&gt;

&lt;p&gt;An XML External Entity attack is a type of attack against an application that parses XML input. This attack occurs when XML input containing a reference to an external entity is processed by a weakly configured XML parser. This attack may lead to the disclosure of confidential data, denial of service, server side request forgery, port scanning from the perspective of the machine where the parser is located, and other system impacts.&lt;/p&gt;

&lt;p&gt;RunElite insecurely parses user-supplied XML content within the OSRSNewsServer.java file, allowing attackers to perform XXE attacks.&lt;/p&gt;

&lt;!--more--&gt;

&lt;h2&gt;Where the Issue Occurred&lt;/h2&gt;

&lt;p&gt;The code below retrieves the XML content and performs insecure XML parsing (found on line 72 - 74 &lt;a href=&quot;https://github.com/runelite/runelite/blob/6310f2608665fbec5c4044a3901af049bf3df454/http-service/src/main/java/net/runelite/http/service/feed/osrsnews/OSRSNewsService.java#L72-L74&quot;&gt;runelite/http-service/src/main/java/net/runelite/http/service/feed/osrsnews/OSRSNewsService.java#L72-74&lt;/a&gt;):&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-java&quot; data-lang=&quot;java&quot;&gt;&lt;span class=&quot;n&quot;&gt;Document&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;document&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;DocumentBuilderFactory&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;newInstance&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;()&lt;/span&gt; 
	&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;newDocumentBuilder&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;()&lt;/span&gt; 
	&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;parse&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;);&lt;/span&gt; &lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;p&gt;The URL below can be intercepted (found on line 53 &lt;a href=&quot;https://github.com/runelite/runelite/blob/6310f2608665fbec5c4044a3901af049bf3df454/http-service/src/main/java/net/runelite/http/service/feed/osrsnews/OSRSNewsService.java#L53&quot;&gt;runelite/http-service/src/main/java/net/runelite/http/service/feed/osrsnews/OSRSNewsService.java#L53&lt;/a&gt;):&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-java&quot; data-lang=&quot;java&quot;&gt;&lt;span class=&quot;kd&quot;&gt;private&lt;/span&gt; &lt;span class=&quot;kd&quot;&gt;static&lt;/span&gt; &lt;span class=&quot;kd&quot;&gt;final&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;HttpUrl&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;RSS_URL&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;HttpUrl&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;parse&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;http://services.runescape.com/m=news/latest_news.rss?oldschool=true&quot;&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;);&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;h2&gt;Disclosure Timeline&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Issue Reported: 24th October 2018&lt;/li&gt;
  &lt;li&gt;Blog Post Published: 28th October 2018&lt;/li&gt;
  &lt;li&gt;Applied for CVE:&lt;/li&gt;
&lt;/ul&gt;
</description>
                <pubDate>Sun, 28 Oct 2018 00:00:00 +0000</pubDate>
                <link>http://0dd.zone/2018/10/28/runelite-XXE-MitM/</link>
                <guid isPermaLink="true">http://0dd.zone/2018/10/28/runelite-XXE-MitM/</guid>
                
                <category>xxe</category>
                
                <category>java</category>
                
                
            </item>
        
            <item>
                <title>Microweber XSS</title>
                <description>&lt;h2&gt;The Issue&lt;/h2&gt;

&lt;p&gt;Reflected Cross-Site Scripting (XSS) may allow an attacker to execute JavaScript code in the context of the victim’s browser. This may lead to unauthorised actions being performed, unauthorised access to data, stealing of session information, denial of service, etc. An attacker needs to coerce a user into visiting a link with the XSS payload to be properly exploited against a victim.&lt;/p&gt;

&lt;!--more--&gt;

&lt;h2&gt;Where the Issue Occurred&lt;/h2&gt;

&lt;p&gt;Line 114 &lt;a href=&quot;https://github.com/microweber/microweber/blob/0c60184f835df40a8e9baf544fed90e406ba4e13/userfiles/modules/users/login/templates/admin.php#L114&quot;&gt;microweber/userfiles/modules/users/login/templates/admin.php#L114&lt;/a&gt;:&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-php&quot; data-lang=&quot;php&quot;&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;input&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;class=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;mw-ui-field mw-ui-field-big silver-field&quot;&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;autofocus=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;&quot;&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;tabindex=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;1&quot;&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;required&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;name=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;username&quot;&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;type=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;text&quot;&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;placeholder=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;cp&quot;&gt;&amp;lt;?php&lt;/span&gt; &lt;span class=&quot;nx&quot;&gt;_e&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;s2&quot;&gt;&quot;Username or Email&quot;&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;);&lt;/span&gt; &lt;span class=&quot;cp&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;&lt;/span&gt; &lt;span class=&quot;cp&quot;&gt;&amp;lt;?php&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nb&quot;&gt;isset&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;nv&quot;&gt;$_REQUEST&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;'username'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;])&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;!=&lt;/span&gt; &lt;span class=&quot;kc&quot;&gt;false&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;)&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;:&lt;/span&gt; &lt;span class=&quot;cp&quot;&gt;?&amp;gt;&lt;/span&gt; &lt;span class=&quot;na&quot;&gt;value=&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;&lt;/span&gt;&lt;span class=&quot;cp&quot;&gt;&amp;lt;?php&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;print&lt;/span&gt; &lt;span class=&quot;nv&quot;&gt;$_REQUEST&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;[&lt;/span&gt;&lt;span class=&quot;s1&quot;&gt;'username'&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;]&lt;/span&gt; &lt;span class=&quot;cp&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;span class=&quot;s&quot;&gt;&quot;&lt;/span&gt;  &lt;span class=&quot;cp&quot;&gt;&amp;lt;?php&lt;/span&gt; &lt;span class=&quot;k&quot;&gt;endif&lt;/span&gt;&lt;span class=&quot;p&quot;&gt;;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;h2&gt;Disclosure Timeline&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Issue Reported: 29th September 2018&lt;/li&gt;
  &lt;li&gt;Blog Post Published: 28th October 2018&lt;/li&gt;
  &lt;li&gt;Applied for CVE:&lt;/li&gt;
&lt;/ul&gt;
</description>
                <pubDate>Sun, 28 Oct 2018 00:00:00 +0000</pubDate>
                <link>http://0dd.zone/2018/10/28/microweber-XSS/</link>
                <guid isPermaLink="true">http://0dd.zone/2018/10/28/microweber-XSS/</guid>
                
                <category>xss</category>
                
                <category>php</category>
                
                
            </item>
        
            <item>
                <title>MegaMek Java Objection Injection</title>
                <description>&lt;h2&gt;The Issue&lt;/h2&gt;

&lt;p&gt;The deserialisation of the Java object can trigger certain methods within the object, allowing the attacker to perform unauthorised actions like execution of code, disclosure of information, etc.&lt;/p&gt;

&lt;p&gt;The MegaMek project overly trusted user input when processing the data obtained from a form.&lt;/p&gt;

&lt;!--more--&gt;

&lt;h2&gt;Where the Issue Occurred&lt;/h2&gt;
&lt;p&gt;Displayed below is the code within the MegaMek project containing the vulnerable code (found on line 67 &lt;a href=&quot;https://github.com/MegaMek/megamek/blob/f28ccf9826aab5bdabe0e7631da0562bb79311de/megamek/src/megamek/common/net/ObjectStreamConnection.java#L67&quot;&gt;megamek/megamek/src/megamek/common/net/ObjectStreamConnection.java#67&lt;/a&gt;):&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-java&quot; data-lang=&quot;java&quot;&gt;&lt;span class=&quot;n&quot;&gt;packet&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;NetworkPacket&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;readObject&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;();&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;h2&gt;Disclosure Timeline&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Issue Reported: 29th September2018&lt;/li&gt;
  &lt;li&gt;Blog Post Published: 28th October 2018&lt;/li&gt;
&lt;/ul&gt;
</description>
                <pubDate>Sun, 28 Oct 2018 00:00:00 +0000</pubDate>
                <link>http://0dd.zone/2018/10/28/megamek-Object-Injection/</link>
                <guid isPermaLink="true">http://0dd.zone/2018/10/28/megamek-Object-Injection/</guid>
                
                <category>java</category>
                
                <category>object injection</category>
                
                
            </item>
        
            <item>
                <title>K9Mail XXE</title>
                <description>&lt;h2&gt;The Issue&lt;/h2&gt;

&lt;p&gt;An XML External Entity attack is a type of attack against an application that parses XML input. This attack occurs when XML input containing a reference to an external entity is processed by a weakly configured XML parser. This attack may lead to the disclosure of confidential data, denial of service, server side request forgery, port scanning from the perspective of the machine where the parser is located, and other system impacts.&lt;/p&gt;

&lt;p&gt;K9Mail insecurely parses user-supplied XML content within the WebDavStore.java file, allowing attackers to perform XXE attacks. An attacker can potentially control a malicious WebDAV server or intercept the reponse of a valid WebDAV server to perform this attack.&lt;/p&gt;

&lt;!--more--&gt;

&lt;h2&gt;Where the Issue Occurred&lt;/h2&gt;

&lt;p&gt;The code below retrieves the XML content and performs insecure XML parsing (found on line 943 &lt;a href=&quot;https://github.com/k9mail/k-9/blob/18aee1b92c902dc5e98d89045e09919adf483b4a/mail/protocols/webdav/src/main/java/com/fsck/k9/mail/store/webdav/WebDavStore.java#L943&quot;&gt;k-9/mail/protocols/webdav/src/main/java/com/fsck/k9/mail/store/webdav/WebDavStore.java#L943&lt;/a&gt;):&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-java&quot; data-lang=&quot;java&quot;&gt;&lt;span class=&quot;n&quot;&gt;xr&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;parse&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;k&quot;&gt;new&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;InputSource&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;istream&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;));&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;h2&gt;Disclosure Timeline&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Issue Reported: 24th October 2018&lt;/li&gt;
  &lt;li&gt;Blog Post Published: 28th October 2018&lt;/li&gt;
  &lt;li&gt;Applied for CVE:&lt;/li&gt;
&lt;/ul&gt;
</description>
                <pubDate>Sun, 28 Oct 2018 00:00:00 +0000</pubDate>
                <link>http://0dd.zone/2018/10/28/k9mail-XXE-MitM/</link>
                <guid isPermaLink="true">http://0dd.zone/2018/10/28/k9mail-XXE-MitM/</guid>
                
                <category>xxe</category>
                
                <category>java</category>
                
                
            </item>
        
            <item>
                <title>HAPI FHIR XXE</title>
                <description>&lt;h2&gt;The Issue&lt;/h2&gt;

&lt;p&gt;An XML External Entity attack is a type of attack against an application that parses XML input. This attack occurs when XML input containing a reference to an external entity is processed by a weakly configured XML parser. This attack may lead to the disclosure of confidential data, denial of service, server side request forgery, port scanning from the perspective of the machine where the parser is located, and other system impacts.&lt;/p&gt;

&lt;p&gt;HAPI FHIR insecurely parses user-supplied XML content within the XLSXmlParser.java file, allowing attackers to perform XXE attacks.&lt;/p&gt;

&lt;!--more--&gt;

&lt;h2&gt;Where the Issue Occurred&lt;/h2&gt;

&lt;p&gt;Found on line 165 - 168 &lt;a href=&quot;https://github.com/jamesagnew/hapi-fhir/blob/f601b212ad27e783b61abd8342c1d046fd594816/hapi-fhir-utilities/src/main/java/org/hl7/fhir/utilities/XLSXmlParser.java#L165-L168&quot;&gt;hapi-fhir/hapi-fhir-utilities/src/main/java/org/hl7/fhir/utilities/XLSXmlParser.java#L165-168&lt;/a&gt;:&lt;/p&gt;

&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-java&quot; data-lang=&quot;java&quot;&gt;&lt;span class=&quot;n&quot;&gt;DocumentBuilderFactory&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;factory&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;DocumentBuilderFactory&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;newInstance&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;();&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;factory&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;setNamespaceAware&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;kc&quot;&gt;true&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;);&lt;/span&gt;
&lt;span class=&quot;n&quot;&gt;DocumentBuilder&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;builder&lt;/span&gt; &lt;span class=&quot;o&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;factory&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;newDocumentBuilder&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;();&lt;/span&gt;
&lt;span class=&quot;k&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;n&quot;&gt;builder&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;na&quot;&gt;parse&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;n&quot;&gt;in&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;);&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;

&lt;h2&gt;Disclosure Timeline&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Issue Reported: 24th October 2018&lt;/li&gt;
  &lt;li&gt;Blog Post Published: 28th October 2018&lt;/li&gt;
  &lt;li&gt;Applied for CVE:&lt;/li&gt;
&lt;/ul&gt;
</description>
                <pubDate>Sun, 28 Oct 2018 00:00:00 +0000</pubDate>
                <link>http://0dd.zone/2018/10/28/hapi-fhir-XXE/</link>
                <guid isPermaLink="true">http://0dd.zone/2018/10/28/hapi-fhir-XXE/</guid>
                
                <category>xxe</category>
                
                <category>java</category>
                
                
            </item>
        
    </channel>
</rss>