|
16 | 16 | from vulnerabilities.pipelines.v2_importers.libreoffice_importer import parse_advisory_urls |
17 | 17 |
|
18 | 18 | LISTING_HTML = """ |
19 | | -<p><a href="/about-us/security/advisories/cve-2025-1080/">CVE-2025-1080</a> Macro URL</p> |
20 | | -<p><a href="/about-us/security/advisories/cve-2023-2255/">CVE-2023-2255</a> Macro URL</p> |
21 | | -<p><a href="/about-us/security/advisories/cve-2023-4863/">CVE-2023-4863</a> Heap buffer overflow</p> |
| 19 | +<a href="/about-us/security/advisories/cve-2025-1080/">CVE-2025-1080</a> |
| 20 | +<a href="/about-us/security/advisories/cve-2023-2255/">CVE-2023-2255</a> |
| 21 | +<a href="/about-us/security/advisories/cve-2023-4863/">CVE-2023-4863</a> |
22 | 22 | """ |
23 | 23 |
|
24 | 24 | ADVISORY_HTML = """\ |
25 | 25 | <html><body id="cve-2025-1080"> |
26 | | -<section id="content1"><div class="container"><article> |
| 26 | +<section id="content1"> |
27 | 27 | <div class="row col-sm-10 margin-20"> |
28 | | -<ul class="breadcrumb"> |
29 | | -<li><a href="/about-us/security/advisories/">Security Advisories</a></li> |
30 | | -<li class="active">CVE-2025-1080</li> |
31 | | -</ul> |
32 | | -<h3>CVE-2025-1080</h3> |
33 | 28 | <p><strong><span class="label">Title:</span></strong> Macro URL arbitrary script execution</p> |
34 | | -<p><strong>Announced:</strong> March 4, 2025<br/><br/><strong>Fixed in:</strong> LibreOffice 24.8.5 and 25.2.1<br/><br/><strong>Description</strong>:</p> |
| 29 | +<p><strong>Announced:</strong> March 4, 2025<br/><strong>Description</strong>:</p> |
35 | 30 | <p>LibreOffice supports Office URI Schemes to enable browser integration.</p> |
36 | | -<p>In the affected versions a link could call internal macros with arbitrary arguments.</p> |
37 | 31 | <p><strong>Credits</strong>:</p> |
38 | | -<ul><li>Thanks to Amel Bouziane-Leblond for finding this issue.</li></ul> |
39 | | -<p><strong>References</strong>:<br/><br/><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-1080" target="_blank">CVE-2025-1080</a></p> |
| 32 | +<p><strong>References</strong>:<br/><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-1080">CVE-2025-1080</a></p> |
40 | 33 | </div> |
41 | | -<div class="col-sm-2"><aside><nav><h3>About Us</h3></nav></aside></div> |
42 | | -</article></div></section> |
| 34 | +</section> |
43 | 35 | </body></html> |
44 | 36 | """ |
45 | 37 |
|
|
0 commit comments