Lucene search
+L

74053 matches found

OSV
OSV
•added 2026/09/10 5:38 p.m.•10 views

CVE-2026-88052 Tesseract: Heap out-of-bounds write in UNICHARSET::load_via_fgets via count/insert desynchronization

Tesseract is an open source OCR engine. In version 5.5.3 and earlier, UNICHARSET::loadviafgets in src/ccutil/unicharset.cpp trusts the declared unichar count as a loop bound and uses id as an unchecked index into the unichars vector. unicharinsertbackwardscompatible can leave the vector unchanged...

7.8CVSS6AI score
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/10 5:38 p.m.•12 views

CVE-2026-88052

Tesseract is an open source OCR engine. In version 5.5.3 and earlier, UNICHARSET::loadviafgets in src/ccutil/unicharset.cpp trusts the declared unichar count as a loop bound and uses id as an unchecked index into the unichars vector. unicharinsertbackwardscompatible can leave the vector unchanged...

7.8CVSS5.9AI score0.00183EPSS
SaveExploits1
CVE
CVE
•added 2026/09/10 5:37 p.m.•29 views

CVE-2026-88051

Tesseract (open-source OCR engine) versions 5.5.3 and earlier contain a heap out-of-bounds write in the callback form of GenericVector::read (src/ccutil/genericvector.h). The function reads independent reserved and size_used_ int32 fields from a .traineddata model without a cap or invariant check...

8.6CVSS5.8AI score0.00176EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
•added 2026/09/10 5:37 p.m.•46 views

CVE-2026-88051 Tesseract: Heap out-of-bounds write in GenericVector<T>::read due to independent reserved/size_used_ fields

Tesseract is an open source OCR engine. In version 5.5.3 and earlier, the callback form of GenericVector::read in src/ccutil/genericvector.h reads the independent int32 fields reserved and sizeused from a .traineddata model without a cap or an invariant check. reservereserved allocates the backin...

8.6CVSS0.00176EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
•added 2026/09/10 5:37 p.m.•5 views

CVE-2026-88051 Tesseract: Heap out-of-bounds write in GenericVector<T>::read due to independent reserved/size_used_ fields

Tesseract is an open source OCR engine. In version 5.5.3 and earlier, the callback form of GenericVector::read in src/ccutil/genericvector.h reads the independent int32 fields reserved and sizeused from a .traineddata model without a cap or an invariant check. reservereserved allocates the backin...

8.6CVSS5.8AI score0.00176EPSS
SaveExploits1References2
OSV
OSV
•added 2026/09/10 5:37 p.m.•10 views

CVE-2026-88051 Tesseract: Heap out-of-bounds write in GenericVector<T>::read due to independent reserved/size_used_ fields

Tesseract is an open source OCR engine. In version 5.5.3 and earlier, the callback form of GenericVector::read in src/ccutil/genericvector.h reads the independent int32 fields reserved and sizeused from a .traineddata model without a cap or an invariant check. reservereserved allocates the backin...

8.6CVSS6AI score
SaveExploits0References4
EUVD
EUVD
•added 2026/09/10 5:37 p.m.•10 views

EUVD-2026-75627

Tesseract is an open source OCR engine. In version 5.5.3 and earlier, the callback form of GenericVector::read in src/ccutil/genericvector.h reads the independent int32 fields reserved and sizeused from a .traineddata model without a cap or an invariant check. reservereserved allocates the backin...

8.6CVSS5.8AI score0.00176EPSS
SaveExploits1References2
Debian CVE
Debian CVE
•added 2026/09/10 5:37 p.m.•15 views

CVE-2026-88051

Tesseract is an open source OCR engine. In version 5.5.3 and earlier, the callback form of GenericVector::read in src/ccutil/genericvector.h reads the independent int32 fields reserved and sizeused from a .traineddata model without a cap or an invariant check. reservereserved allocates the backin...

8.6CVSS5.8AI score0.00176EPSS
SaveExploits1
RedhatCVE
RedhatCVE
•added 2026/09/10 5:27 p.m.•18 views

CVE-2026-88050

A flaw was found in Tesseract. It was discovered that the RecodedCharID::DeSerialize function accepts negative code values from a specially crafted .traineddata recoder component. This can lead to an out-of-bounds write when SetupDecoder attempts to index a zero-sized vector with a negative code....

6.9CVSS5.6AI score0.00144EPSS
SaveExploits0References5
NVD
NVD
•added 2026/09/10 5:17 p.m.•16 views

CVE-2026-88049

Tesseract is an open source OCR engine. In version 5.5.3 and earlier, prior .traineddata hardening added bounds checks to NetworkIO::CopyTimeStepGeneral and NetworkIO::Randomize in src/lstm/networkio.cpp but left NetworkIO::WriteTimeStepPart and NetworkIO::AddTimeStepPart unchecked. In...

8.6CVSS0.00144EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/10 5:17 p.m.•8 views

DEBIAN-CVE-2026-88050

Tesseract is an open source OCR engine. In version 5.5.3 and earlier, RecodedCharID::DeSerialize in src/ccutil/unicharcompress.h validates length but accepts negative code values from a crafted .traineddata recoder component. UnicharCompress::ComputeCodeRange in src/ccutil/unicharcompress.cpp can...

5.5CVSS5.9AI score0.00144EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/10 5:17 p.m.•10 views

CVE-2026-88050

Tesseract is an open source OCR engine. In version 5.5.3 and earlier, RecodedCharID::DeSerialize in src/ccutil/unicharcompress.h validates length but accepts negative code values from a crafted .traineddata recoder component. UnicharCompress::ComputeCodeRange in src/ccutil/unicharcompress.cpp can...

6.9CVSS0.00144EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/10 5:17 p.m.•9 views

DEBIAN-CVE-2026-88049

Tesseract is an open source OCR engine. In version 5.5.3 and earlier, prior .traineddata hardening added bounds checks to NetworkIO::CopyTimeStepGeneral and NetworkIO::Randomize in src/lstm/networkio.cpp but left NetworkIO::WriteTimeStepPart and NetworkIO::AddTimeStepPart unchecked. In...

5.5CVSS5.9AI score0.00144EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/10 5:17 p.m.•8 views

DEBIAN-CVE-2026-88048

Tesseract is an open source OCR engine. In version 5.5.3 and earlier, FullyConnected::DeSerialize in src/lstm/fullyconnected.cpp does not validate the deserialized layer scalars ni and no against the weight-matrix dimensions. During FullyConnected::Forward, MatrixDotVector in...

7.1CVSS5.9AI score0.0016EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/10 5:17 p.m.•7 views

CVE-2026-68487

Path traversal in Plesk's Backup Manager causes arbitrary file write as root by an authenticated customer...

9.9CVSS0.00647EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
•added 2026/09/10 4:55 p.m.•13 views

CVE-2026-88049

A flaw was found in Tesseract, an open-source Optical Character Recognition OCR engine. A remote attacker could exploit a heap out-of-bounds write vulnerability in the LSTM::Forward function by providing a specially crafted input. This could lead to heap corruption, application crashes, or...

8.6CVSS6.3AI score0.00144EPSS
SaveExploits0References5
PyPA
PyPA
•added 2026/09/10 4:42 p.m.•11 views

pytorch-lightning vulnerable to Arbitrary File Write via /v1/runs API endpoint

A vulnerability in the /v1/runs API endpoint of lightning-ai/pytorch-lightning v2.2.4 allows attackers to exploit path traversal when extracting tar.gz files. When the LightningApp is running with the pluginserver, attackers can deploy malicious tar.gz plugins that embed arbitrary files with path...

9.8CVSS8.2AI score0.01318EPSS
SaveExploits1References8Affected Software1
PyPA
PyPA
•added 2026/09/10 4:42 p.m.•11 views

Remote code execution in pytorch lightning

A remote code execution RCE vulnerability exists in the lightning-ai/pytorch-lightning library version 2.2.1 due to improper handling of deserialized user input and mismanagement of dunder attributes by the deepdiff library. The library uses deepdiff.Delta objects to modify application state base...

9.8CVSS8.5AI score0.26831EPSS
SaveExploits3References8Affected Software1
OSV
OSV
•added 2026/09/10 4:42 p.m.•12 views

PYSEC-2026-3975 pytorch-lightning vulnerable to Arbitrary File Write via /v1/runs API endpoint

A vulnerability in the /v1/runs API endpoint of lightning-ai/pytorch-lightning v2.2.4 allows attackers to exploit path traversal when extracting tar.gz files. When the LightningApp is running with the pluginserver, attackers can deploy malicious tar.gz plugins that embed arbitrary files with path...

9.1CVSS8.5AI score0.01318EPSS
SaveExploits1References8
CVE
CVE
•added 2026/09/10 4:24 p.m.•40 views

CVE-2026-68487

CVE-2026-68487 is a path traversal vulnerability in Plesk's Backup Manager caused by an unsigned backup header , allowing an authenticated customer to perform an arbitrary file write as root . The vulnerability is scored CVSS 9.9 (Critical) with a changed scope, reflecting high impact on confiden...

9.9CVSS8.3AI score0.00647EPSS
SaveExploits0References1
Rows per page
Query Builder