Skip to content

Commit efa60e7

Browse files
committed
Merge branch 'main' of github.com:cve-search/vulnerability-lookup.org
2 parents c9130bd + 3a67232 commit efa60e7

File tree

53 files changed

+3885
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3885
-68
lines changed

content/_index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Vulnerability-Lookup facilitates quick [correlation](/user-manual/correlations)
1313
independent of vulnerability IDs, and streamlines the management of
1414
Coordinated Vulnerability Disclosure (CVD).
1515

16+
From the beginning, Vulnerability-Lookup was designed to operate independently of specific vulnerability
17+
identifiers, making it inherently compatible with the
18+
[Global CVE Allocation System (GCVE)](https://gcve.eu).
1619

1720
## Explore
1821

@@ -33,8 +36,8 @@ feel free to create an account on the [the official instance](https://vulnerabil
3336
- **Track vulnerabilities** with your custom product watch lists and receive [email notifications](/user-manual/email-notification).
3437
- **API**: A comprehensive and fast lookup API for searching vulnerabilities and identifying correlations by vulnerability identifier.
3538
- **Feeders**: Modular system to import vulnerabilities from [different vulnerability sources](/sources).
36-
- **CVD process**: Creation, edition and fork/copy of Security Advisories with the [vulnogram editor](https://github.com/Vulnogram).
37-
Support of local vulnerability source per Vulnerability-Lookup instance.
39+
- **CVD process**: Management of **Security Advisories** and **[Vulnerability Disclosures](https://www.circl.lu/pub/coordinated-vulnerability-disclosure)**.
40+
- **Global CVE Allocation System**: Support of the [Global CVE Allocation System (GCVE)](https://gcve.eu).
3841
- **Sightings**: Users have the possibility to add [observations](/user-manual/sightings) to vulnerabilities with different types of sightings, such as:
3942
*seen*, *exploited*, *not exploited*, *confirmed*, *not confirmed*, *patched*, and *not patched*.
4043
- **Comments**: Ability to add, review and share comments on vulnerability advisories.

content/events.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ toc: true
77

88
## Past conferences
99

10+
### 2025
11+
12+
#### FIRST Cyber Threat Intelligence Conference
13+
14+
*When:* {{< fixedtime `22th April 2025 15:30-16:00 CEST` `Scoring vulnerabilities by leveraging activity data from the Fediverse` `20250422T1330` >}}
15+
16+
*Where:* Berlin, Germany
17+
18+
*Summary agenda:* Scoring vulnerabilities by leveraging activity data from the Fediverse
19+
20+
*Event link:* https://www.first.org/conference/firstcti25
21+
22+
*Support:*
23+
24+
- [Paper](/files/events/2025/FIRST-CTI-Berlin_Scoring-vulnerabilities-by-leveraging-activity-data-from-the-Fediverse.pdf)
25+
- [Presentation](/files/events/2025/FIRST-CTI-Berlin_Scoring-vulnerabilities-by-leveraging-activity-data-from-the-Fediverse_presentation.pdf)
26+
- [Recording](https://www.youtube.com/live/2pSjbSx8J1Q?si=HQqJKOLez97HGb00&t=25760)
27+
28+
1029
### 2024
1130

1231
#### CSAF Community Days 2024
@@ -47,7 +66,7 @@ toc: true
4766
*Summary agenda:*
4867
- Vulnerability Lookup - An Open Source Tool to Support CVS Processes
4968

50-
*Event link:* https://cfp.pass-the-salt.org/pts2024/
69+
*Event link:* https://pretalx.com/hack-lu-2024/talk/TGV7MK/
5170

5271
*Presentation support:* [20241024-Vulnerability-Lookup-hacklu.pdf](/files/events/2024/20241024-Vulnerability-Lookup-hacklu.pdf)
5372

content/news/2025-02-14-vulnerability-lookup-2-6-0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ layout: news
55
date: 2025-02-14
66
tags:
77
- release
8+
- screencast
89
excludeSearch: true
910
---
1011

content/news/2025-02-26-nlp-vulnerability-lookup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For a quick demo, check out our vulnerability classification space:
5858
👉 https://huggingface.co/spaces/CIRCL/vulnerability-severity-classification
5959

6060
This is a demo of our **text classification** model with a mapping on CVSS scores.
61-
It's a fine-tuned model built on [distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased), trained on our hardware featuring two GPUs NVIDIA L40.
61+
It's a fine-tuned model built on [distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased), trained on our hardware featuring two GPUs NVIDIA L40S.
6262
We will test various BERT-based model, and of course [RoBERTa](https://arxiv.org/abs/1907.11692).
6363

6464
If you're interested in **text generation**, we've trained a larger model to assist in writing vulnerability descriptions, using [GPT-2](https://huggingface.co/openai-community/gpt2) as base.

content/news/2025-03-01-vulnerability-report-february-2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The final section focuses on exploitations observed through [The Shadowserver Fo
3030

3131
[![Month at a glance](/images/news/2025/02/february-report-month-view.png)](/images/news/2025/02/february-report-month-view.png)
3232

33-
Repartition of [all type of sightings](https://www.vulnerability-lookup.org/documentation/sightings.html) per day for the month of January.
33+
Repartition of [all type of sightings](https://www.vulnerability-lookup.org/documentation/sightings.html) per day for the month of February.
3434

3535
For more detailed information, check out the Vulnerability-Lookup dashboard:
3636
https://vulnerability.circl.lu
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
title: "Vulnerability-Lookup 2.7.0 released"
3+
slug: vulnerability-lookup-2-7-0
4+
layout: news
5+
date: 2025-03-27
6+
tags:
7+
- release
8+
- screencast
9+
excludeSearch: true
10+
---
11+
12+
We’re delighted to announce the release of Vulnerability-Lookup 2.7.0,
13+
packed with new features, enhancements, and bug fixes.
14+
15+
{{< video src="/images/news/2025/03/2025-03-27-notifications-organizations.webm" type="video/webm" preload="auto" >}}
16+
17+
## What's New
18+
19+
### Vendor and Product Management
20+
21+
Added support for extending or aliasing CPE names, allowing vendor and product names to be mapped.
22+
This addresses the issue of CPE fragmentation or inconsistency, where an organization might have multiple vendor names,
23+
or a single product is referenced by different CPE identifiers (e.g., `"cpe:/a:oracle:java"` vs. `"cpe:/a:sun:java"` for the same product).
24+
25+
The solution introduces organizations as unified containers, consolidating known CPE vendor names under a single entity.
26+
Related products are linked to this entity. Additionally, a curated list of CPE product name
27+
synonyms helps resolve naming discrepancies.
28+
29+
A point of contact (email/URL) can be added to an organization.
30+
[#110](https://github.com/vulnerability-lookup/vulnerability-lookup/pull/110)
31+
32+
33+
### Public pages
34+
35+
[![List of organizations](/images/news/2025/03/2025-03-27-list-organizations.png)](/images/news/2025/03/2025-03-27-list-organizations.png)
36+
[![Organization page](/images/news/2025/03/2025-03-27-organization-circl.png)](/images/news/2025/03/2025-03-27-organization-circl.png)
37+
[![Product page](/images/news/2025/03/2025-03-27-product-MISP.png)](/images/news/2025/03/2025-03-27-product-MISP.png)
38+
39+
40+
### Management pages
41+
[![Management of products](/images/news/2025/03/2025-03-27-products-management.png)](/images/news/2025/03/2025-03-27-products-management.png)
42+
43+
[![CPE product name management](/images/news/2025/03/2025-03-27-cpe_product_name_management.png)](/images/news/2025/03/2025-03-27-cpe_product_name_management.png)
44+
45+
46+
### New notifications for users
47+
48+
[![User notifications](/images/news/2025/03/2025-03-27-your-notifications.png)](/images/news/2025/03/2025-03-27-your-notifications.png)
49+
50+
51+
### Organization Membership
52+
53+
Users can now be part of one or multiple organizations in Vulnerability-Lookup.
54+
[#110](https://github.com/vulnerability-lookup/vulnerability-lookup/pull/110)
55+
56+
57+
### New API endpoints
58+
59+
Introduced new endpoints to retrieve information about organizations and products.
60+
It is as well possible to get all CPE information related to a product or an organization, as a JSON file.
61+
(``/organization/<uuid>/export_cpe_information`` and ``/product/<uuid>/export_cpe_information``)
62+
[#110](https://github.com/vulnerability-lookup/vulnerability-lookup/pull/110)
63+
64+
An example of export is available here:
65+
[CIRCL_CPE.json](https://vulnerability.circl.lu/organization/1a89b78e-f703-45f3-bb86-59eb712668bd/export_cpe_information)
66+
67+
68+
📂 To see the full rundown of the changes, users can visit the changelog on GitHub:
69+
https://github.com/vulnerability-lookup/vulnerability-lookup/releases/tag/v2.7.0
70+
71+
72+
🙏 Thank you very much to all the contributors and testers!
73+
74+
75+
## New community on OSSBase
76+
77+
The Vulnerability-Lookup community is now hosted on OSSBase! 🎉
78+
79+
🔗 Join the discussion:
80+
https://discourse.ossbase.org/t/vulnerability-lookup-2-7-0-released/35
81+
82+
Account creation is fully open!
83+
Sign up, explore, and share your feedback—we’d love to hear your thoughts! 💡
84+
85+
86+
87+
## Feedback and Support
88+
89+
If you encounter issues or have suggestions, please feel free to open a ticket on our GitHub repository. Your feedback is invaluable to us!
90+
https://github.com/vulnerability-lookup/vulnerability-lookup/issues/
91+
92+
93+
## Follow us on Fediverse/Mastodon
94+
95+
You can follow us on Mastodon and get real time informationa about security advisories:
96+
https://social.circl.lu/@vulnerability_lookup/
97+
98+
99+
## Hackathon
100+
101+
Join our upcoming Hackathon and contribute to Vulnerability-Lookup!
102+
103+
📅 When: 8th & 9th April in Luxembourg
104+
📍 Where: www.parc-hotel.lu (120 Route d’Echternach L-1453 Luxembourg)
105+
106+
https://hackathon.lu

0 commit comments

Comments
 (0)