Lucene search
+L

343 matches found

Nuclei
Nuclei
added 2026/09/15 5:39 a.m.42 views

Django RasterField - SQL Injection

Django 6.0.2, 5.2.11, and 4.2.28 contains a SQL injection caused by improper sanitization of the band index parameter in RasterField on PostGIS, letting remote attackers inject SQL, exploit requires crafted input. id: CVE-2026-1207 info: name: Django RasterField - SQL Injection author: omarkurt...

8.3CVSS6.9AI score0.12976EPSS
SaveExploits1References3
Kitploit
Kitploit
added 2026/09/10 1:03 a.m.9 views

CVE-2026-3909

CVE-2026-3909 Chromium Browser PoC This repository contains a proof-of-concept PoC for CVE-2026-3909 that can be reliably triggered in the Chromium browser. Background The official Skia fix for this vulnerability only included a simplified demonstration test case: Official Demo : AtlasOobTest.cpp...

8.8CVSS7.6AI score0.01629EPSS
SaveExploits1
EUVD
EUVD
added 2026/09/02 11:39 p.m.17 views

EUVD-2026-63659

Mailpit: Thumbnail generation decodes unbounded image dimensions before scaling...

5.3CVSS5.9AI score0.00371EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.12 views

Astra Linux – Vulnerability in cups

The vulnerability of the raster-interpret.c component in the CUPS printing server is related to insufficient validation of input data. Exploiting this vulnerability allows a remote attacker to cause service failures...

7.5CVSS6.1AI score
SaveExploits0References1
OSV
OSV
added 2026/08/18 6:00 p.m.6 views

GHSA-P23G-MVHJ-JH3J GeoLens: Cross-dataset authorization bypass discloses private dataset metadata, schema, sample values, table rows, and raster/vector tile data

Summary Multiple GeoLens read/link endpoints authorized only the resource named in the request URL a map, a VRT, a source dataset, an AI request and failed to re-authorize a second, caller-influenced dataset that the request reached through a relationship, layer reference, mosaic source, or reque...

7.5CVSS5.6AI score
SaveExploits0References7
OSV
OSV
added 2026/08/07 6:29 a.m.10 views

MGASA-2026-0324 Updated python-django packages fix security vulnerabilities

The updated package fixes security vulnerabilities: Signed cookie salt namespace collision in django.http.HttpRequest.getsignedcookie. CVE-2026-6873 Potential unencrypted email transmission via STARTTLS in the SMTP backend. CVE-2026-7666 Potential exposure of private data via case-sensitive...

6.3CVSS6.2AI score0.00437EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/08/06 1:36 a.m.11 views

SUSE CVE-2026-15307

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. GeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the django.contrib.gis.gdal.GDALRaster constructor. Any value used in a spatial lookup against a GeometryField or...

9.9CVSS6.1AI score0.00895EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/05 8:16 a.m.12 views

CVE-2026-71202

The raster Rust crate's crop function src/editor.rs clamps the crop width/height against source dimensions but only clamps the offsetx/offsety parameters against 0, never against the source width/height...

7.5CVSS0.00263EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/08/05 8:14 a.m.10 views

CVE-2026-71202

A flaw was found in the raster Rust crate. A remote attacker could exploit an integer underflow vulnerability in the image cropping function by sending a specially crafted request. This could lead to a denial of service DoS, causing the application to crash and become unavailable. Mitigation...

7.5CVSS5AI score0.00263EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/05 6:58 a.m.62 views

CVE-2026-71202

The CVE-2026-71202 entry concerns the raster Rust crate. The crop() implementation clamps width/height but only clamps offset_x/offset_y against 0, not against the source width/height. If an offset exceeds the source dimension, width2 - offset_x underflows to a negative i32, which is then cast to...

7.5CVSS5.2AI score0.00263EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/05 6:58 a.m.11 views

EUVD-2026-53199

The raster Rust crate's crop function src/editor.rs clamps the crop width/height against source dimensions but only clamps the offsetx/offsety parameters against 0, never against the source width/height. When an offset exceeds the corresponding source dimension, width2 - offsetx or the height...

7.5CVSS5.5AI score0.00263EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/05 6:58 a.m.45 views

CVE-2026-71202 raster - Integer Underflow in crop() Offset Handling Causes Capacity-Overflow Panic

The raster Rust crate's crop function src/editor.rs clamps the crop width/height against source dimensions but only clamps the offsetx/offsety parameters against 0, never against the source width/height...

7.5CVSS0.00263EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/05 6:58 a.m.10 views

CVE-2026-71202 raster - Integer Underflow in crop() Offset Handling Causes Capacity-Overflow Panic

The raster Rust crate's crop function src/editor.rs clamps the crop width/height against source dimensions but only clamps the offsetx/offsety parameters against 0, never against the source width/height...

7.5CVSS5.2AI score0.00263EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/08/04 6:13 p.m.13 views

External Control of File Name or Path

Overview Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Affected versions of this package are vulnerable to External Control of File Name or Path via the GDALRaster constructor in spatial lookups. An attacker can write arbitrary files or...

9.9CVSS6.7AI score0.00895EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/04 5:16 p.m.15 views

CVE-2026-15307

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. GeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the django.contrib.gis.gdal.GDALRaster constructor. Any value used in a spatial lookup against a GeometryField or...

8.8CVSS0.00895EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/04 5:16 p.m.10 views

UBUNTU-CVE-2026-15307

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. GeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the django.contrib.gis.gdal.GDALRaster constructor. Any value used in a spatial lookup against a GeometryField or...

8.8CVSS5.9AI score0.00895EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/04 3:48 p.m.30 views

CVE-2026-15307 Server-side file-write and request forgery via spatial lookups

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. GeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the django.contrib.gis.gdal.GDALRaster constructor. Any value used in a spatial lookup against a GeometryField or...

8.7CVSS5.8AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/08/04 3:48 p.m.9 views

CVE-2026-15307

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. GeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the django.contrib.gis.gdal.GDALRaster constructor. Any value used in a spatial lookup against a GeometryField or...

8.8CVSS5.8AI score0.00895EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/08/04 3:48 p.m.53 views

CVE-2026-15307 Server-side file-write and request forgery via spatial lookups

An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. GeoDjango spatial lookups optimistically parse the right-hand-side value as a raster by passing it to the django.contrib.gis.gdal.GDALRaster constructor. Any value used in a spatial lookup against a GeometryField or...

8.8CVSS0.00895EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/04 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-15307

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in Django 5.2 before 5.2.17 and 6.0 before 6.0.8. GeoDjango spatial lookups optimistically parse the right-hand-side value as a raster b...

8.8CVSS6.2AI score0.00895EPSS
SaveExploits0References3
Rows per page
Query Builder