Skip to content

Commit 5ecabe4

Browse files
authored
Merge pull request #28 from atomic111/correction
small correction
2 parents 378ccdb + 30038db commit 5ecabe4

4 files changed

+27
-21
lines changed

_includes/head.html

-12
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@
2828
{% if site.parallax %}
2929
<script type="text/javascript" src="{{ site.baseurl }}/assets/js/jquery.stellar.min.js"></script>
3030
{% endif %}
31-
{% if site.google_analytics %}
32-
<!-- Asynchronous Google Analytics snippet
33-
<script>
34-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
35-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
36-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
37-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
38-
39-
ga('create', '{{ site.google_analytics }}', 'auto');
40-
ga('send', 'pageview');
41-
</script>
42-
{% endif %}-->
4331
<!-- Theme Color for Chrome on Android Lollipop -->
4432
<meta name="theme-color" content="#{% if page.theme_color %}{{ page.theme_color }}{% else %}{{ site.theme_color }}{% endif %}">
4533
</head>

_posts/2020-12-18-plc-next-authenticated-xss.markdown

+9-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ As an example, the Vulnerabilites were spotted in the following HTTP-Parameters,
5050

5151
# CVE
5252

53-
- [CVE-2020-12517](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12517)
54-
- [VDE CERT](https://cert.vde.com/en-us/advisories/vde-2020-049)
55-
- [NVD](https://nvd.nist.gov/vuln/detail/CVE-2020-12517)
53+
[CVE-2020-12517](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12517)
54+
55+
[VDE CERT](https://cert.vde.com/en-us/advisories/vde-2020-049)
56+
57+
[NVD](https://nvd.nist.gov/vuln/detail/CVE-2020-12517)
5658

5759
# CVSSv3.1 Base Score
5860

@@ -63,9 +65,13 @@ CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
6365
# Credit
6466

6567
Patrick Muench of [SVA System Vertrieb Alexander GmbH](https://www.sva.de)
68+
6669
Torsten Loebner of [SVA System Vertrieb Alexander GmbH](https://www.sva.de)
70+
6771
Pascal Keul of [SVA System Vertrieb Alexander GmbH](https://www.sva.de)
72+
6873
Maurice Rothe of [SVA System Vertrieb Alexander GmbH](https://www.sva.de)
74+
6975
Daniel Hackel of[SVA System Vertrieb Alexander GmbH](https://www.sva.de)
7076

7177
# Disclaimer

_posts/2020-12-18-plc-next-exposures-of-sensitive-information.markdown

+9-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ While analyzing the the Linux operating system of PLCnext it is possible to read
3939

4040
# CVE
4141

42-
- [CVE-2020-12518](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12518)
43-
- [VDE CERT](https://cert.vde.com/en-us/advisories/vde-2020-049)
44-
- [NVD](https://nvd.nist.gov/vuln/detail/CVE-2020-12518)
42+
[CVE-2020-12518](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12518)
43+
44+
[VDE CERT](https://cert.vde.com/en-us/advisories/vde-2020-049)
45+
46+
[NVD](https://nvd.nist.gov/vuln/detail/CVE-2020-12518)
4547

4648
# CVSSv3.1 Base Score
4749

@@ -52,9 +54,13 @@ CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
5254
# Credit
5355

5456
Patrick Muench of [SVA System Vertrieb Alexander GmbH](https://www.sva.de)
57+
5558
Torsten Loebner of [SVA System Vertrieb Alexander GmbH](https://www.sva.de)
59+
5660
Pascal Keul of [SVA System Vertrieb Alexander GmbH](https://www.sva.de)
61+
5762
Maurice Rothe of [SVA System Vertrieb Alexander GmbH](https://www.sva.de)
63+
5864
Daniel Hackel of[SVA System Vertrieb Alexander GmbH](https://www.sva.de)
5965

6066
# Disclaimer

_posts/2020-12-18-plc-next-improper-privilege-management.markdown

+9-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ While analyzing the implementation of PLCnext it was possible to use a privilege
3939

4040
# CVE
4141

42-
- [CVE-2020-12519](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12519)
43-
- [VDE CERT](https://cert.vde.com/en-us/advisories/vde-2020-049)
44-
- [NVD](https://nvd.nist.gov/vuln/detail/CVE-2020-12519)
42+
[CVE-2020-12519](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-12519)
43+
44+
[VDE CERT](https://cert.vde.com/en-us/advisories/vde-2020-049)
45+
46+
[NVD](https://nvd.nist.gov/vuln/detail/CVE-2020-12519)
4547

4648
# CVSSv3.1 Base Score
4749

@@ -52,9 +54,13 @@ CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
5254
# Credit
5355

5456
Patrick Muench of [SVA System Vertrieb Alexander GmbH](https://www.sva.de)
57+
5558
Torsten Loebner of [SVA System Vertrieb Alexander GmbH](https://www.sva.de)
59+
5660
Pascal Keul of [SVA System Vertrieb Alexander GmbH](https://www.sva.de)
61+
5762
Maurice Rothe of [SVA System Vertrieb Alexander GmbH](https://www.sva.de)
63+
5864
Daniel Hackel of[SVA System Vertrieb Alexander GmbH](https://www.sva.de)
5965

6066
# Disclaimer

0 commit comments

Comments
 (0)