cve_id
stringlengths
13
16
cve_published
stringlengths
23
23
cve_descriptions
stringlengths
50
2.6k
cve_metrics
dict
cve_references
listlengths
1
281
cve_configurations
listlengths
1
70
cve_primary_cwe
stringclasses
138 values
cve_tags
listlengths
1
5
issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
8.05k
issue_title
stringlengths
1
335
issue_comments_url
stringlengths
56
100
issue_comments_count
int64
0
187
issue_created_at
timestamp[ns]date
2012-06-06 09:34:24
2025-04-02 09:37:20
issue_updated_at
stringdate
2014-12-26 07:13:57
2025-06-23 14:46:52
issue_html_url
stringlengths
37
81
issue_github_id
int64
4.93M
3.04B
issue_number
int64
1
200k
label
bool
2 classes
issue_msg
stringlengths
111
8.19k
issue_msg_n_tokens
int64
111
8.19k
issue_embedding
listlengths
3.07k
3.07k
__index_level_0__
int64
0
21.8k
CVE-2021-23357
2021-03-15T17:15:21.597
All versions of package github.com/tyktechnologies/tyk/gateway are vulnerable to Directory Traversal via the handleAddOrUpdateApi function. This function is able to delete arbitrary JSON files on the disk where Tyk is running via the management API. The APIID is provided by the user and this value is then used to creat...
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.6, "confidentialityImpact": "PARTIAL",...
[ { "source": "report@snyk.io", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/TykTechnologies/tyk/issues/3390" }, { "source": "report@snyk.io", "tags": [ "Third Party Advisory" ], "url": "https://snyk.io/vuln/SNYK-GOLANG-GITHUBCOMTYKTEC...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:tyk:tyk:*:*:*:*:*:*:*:*", "matchCriteriaId": "31F492C7-6DF7-4CCA-9B23-C2063688FDB8", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, ...
22
[ "Exploit", "Third Party Advisory" ]
[ "TykTechnologies", "tyk" ]
**Branch/Environment/Version** - Branch/Version: https://github.com/TykTechnologies/tyk/tree/v3.0.1 - Environment: On-Prem, Linux **Describe the bug** The function at https://github.com/TykTechnologies/tyk/blob/v3.0.1/gateway/api.go#L771 is able to delete arbitrary JSON files on disk where Tyk is running via the ...
[TT-1397] Security: Path Traversal Bug - Able to delete/modify arbitrary JSON files via management API
https://api.github.com/repos/TykTechnologies/tyk/issues/3390/comments
1
2020-11-17T23:13:51
2023-04-12T16:38:52Z
https://github.com/TykTechnologies/tyk/issues/3390
745,156,773
3,390
true
This is a GitHub Issue repo:tyk owner:TykTechnologies Title : [TT-1397] Security: Path Traversal Bug - Able to delete/modify arbitrary JSON files via management API Issue date: --- start body --- **Branch/Environment/Version** - Branch/Version: https://github.com/TykTechnologies/tyk/tree/v3.0.1 - Environment: On-Pre...
1,777
[ -0.03215629234910011, 0.008060742169618607, -0.0024720330256968737, -0.002831371733918786, 0.005373827647417784, 0.033283062279224396, 0.00728067010641098, 0.018086109310388565, 0.00585414981469512, -0.0011087130988016725, 0.013925725594162941, 0.040563732385635376, -0.025265658274292946, ...
1,444
null
null
null
null
null
null
No_CWE
null
[ "haproxy", "haproxy" ]
### Tool Name and Version gcc-15 ### Code Report ```plain src/quic_cc_bbr.o src/quic_cc_bbr.c src/quic_loss.c:313:86: error: potential null pointer dereference [-Werror=null-dereference] 313 | unsigned int period = newest_lost->time_sent_ms - oldest_lost->time_sent_ms; | ...
potential null pointer deref caught by gcc-15 (Fedora Rawhide)
https://api.github.com/repos/haproxy/haproxy/issues/2878/comments
1
2025-02-22T18:18:47
2025-02-22T18:20:21Z
https://github.com/haproxy/haproxy/issues/2878
2,871,134,857
2,878
false
This is a GitHub Issue repo:haproxy owner:haproxy Title : potential null pointer deref caught by gcc-15 (Fedora Rawhide) Issue date: --- start body --- ### Tool Name and Version gcc-15 ### Code Report ```plain src/quic_cc_bbr.o src/quic_cc_bbr.c src/quic_loss.c:313:86: error: potential null pointer dereference [-We...
2,216
[ -0.03796238452196121, 0.023317718878388405, -0.002523716539144516, 0.011665968224406242, 0.020360348746180534, -0.017772652208805084, -0.012910054065287113, 0.042483747005462646, -0.012533273547887802, 0.000024229122573160566, -0.02738410048186779, 0.018654175102710724, 0.017445635050535202,...
15,555
null
null
null
null
null
null
No_CWE
null
[ "alkacon", "opencms-core" ]
Here's a simple example of the issue: We have a resource with a formatter like this: ``` <%@ page contentType="text/html;charset=UTF-8" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <c:redirect url="https://www.google.com"/> ``` In version 16, if the resource is on a page, the redirec...
Different behavior of the c Tag between version 17 and version 18 in OpenCMS
https://api.github.com/repos/alkacon/opencms-core/issues/808/comments
4
2024-11-06T13:31:08
2025-03-26T13:22:00Z
https://github.com/alkacon/opencms-core/issues/808
2,638,106,748
808
false
This is a GitHub Issue repo:opencms-core owner:alkacon Title : Different behavior of the c Tag between version 17 and version 18 in OpenCMS Issue date: --- start body --- Here's a simple example of the issue: We have a resource with a formatter like this: ``` <%@ page contentType="text/html;charset=UTF-8" %> <...
1,171
[ -0.00937643926590681, -0.02282465435564518, -0.014632437378168106, 0.050353750586509705, -0.010155105963349342, -0.0251606535166502, -0.012158549390733242, 0.06177419051527977, -0.04019864648580551, -0.004927497357130051, 0.051586639136075974, 0.011996326968073845, -0.007997551001608372, -...
14,264
null
null
null
null
null
null
No_CWE
null
[ "grafana", "grafana" ]
Work with the Operator Experience squad to complete the Grafana Enterprise documentation [design document](https://docs.google.com/document/d/1wdVS4pMkZQiiVhmDWB2YtmZHb172YjOwxvOQDyBG4OY/edit?tab=t.0#heading=h.5sybau7waq2q) - This will help to identify what next steps will look like (content audit, road mapping new con...
[Doc] Contribute to/complete the Grafana Enterprise manual design document
https://api.github.com/repos/grafana/grafana/issues/101383/comments
2
2025-02-26T22:10:34
2025-05-27T21:24:49Z
https://github.com/grafana/grafana/issues/101383
2,882,927,380
101,383
false
This is a GitHub Issue repo:grafana owner:grafana Title : [Doc] Contribute to/complete the Grafana Enterprise manual design document Issue date: --- start body --- Work with the Operator Experience squad to complete the Grafana Enterprise documentation [design document](https://docs.google.com/document/d/1wdVS4pMkZQii...
658
[ 0.004613828845322132, -0.011060656048357487, -0.01865898258984089, -0.021149979904294014, 0.02393864467740059, 0.015791984274983406, -0.011608988977968693, 0.06529860198497772, -0.001430561183951795, 0.016747651621699333, 0.009815157391130924, -0.0009546866058371961, -0.00298253889195621, ...
13,151
null
null
null
null
null
null
No_CWE
null
[ "netbox-community", "netbox" ]
### NetBox version v4.2.4 ### Feature type Data model extension ### Proposed functionality Add a `tag_id` filter to NetBoxModelFilterSet, which will enable filtering of objects by tag ID. This should function similarly to the existing `tag` filter (which matches by tag slug). For example: `GET /api/dcim/sites/?ta...
Add a `tag_id` filter for all models which support tagging
https://api.github.com/repos/netbox-community/netbox/issues/18783/comments
1
2025-02-28T21:21:53
2025-04-11T16:52:42Z
https://github.com/netbox-community/netbox/issues/18783
2,888,081,211
18,783
false
This is a GitHub Issue repo:netbox owner:netbox-community Title : Add a `tag_id` filter for all models which support tagging Issue date: --- start body --- ### NetBox version v4.2.4 ### Feature type Data model extension ### Proposed functionality Add a `tag_id` filter to NetBoxModelFilterSet, which will enable fi...
735
[ -0.005953564774245024, -0.002539442852139473, -0.02847496047616005, 0.025206085294485092, 0.014620550908148289, -0.005998256616294384, -0.032637666910886765, 0.04819035902619362, 0.008651024661958218, 0.034016724675893784, 0.011428290978074074, 0.0004409309185575694, -0.007157046813517809, ...
17,927
CVE-2019-7581
2019-02-07T18:29:00.193
The parseSWF_ACTIONRECORD function in util/parser.c in libming through 0.4.8 allows remote attackers to have unspecified impact via a crafted swf file that triggers a memory allocation failure, a different vulnerability than CVE-2018-7876.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PART...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/libming/libming/issues/173" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Patch", "Third Party Advisory" ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:libming:libming:*:*:*:*:*:*:*:*", "matchCriteriaId": "47C3E495-3E11-4C91-B3B9-C479BF492011", "versionEndExcluding": null, "versionEndIncluding": "0.4.8", "versionStartExcludi...
770
[ "Exploit", "Patch", "Third Party Advisory" ]
[ "libming", "libming" ]
version: master(**commit 50098023446a5412efcfbd40552821a8cba983a6**) command: **listswf $FILE** OS: **Ubuntu 16.04.4 LTS 64bit** ``` $ ./install-asan/bin/listswf poc>/dev/null header indicates a filesize of 808464488 but filesize is 430 Stream out of sync after parse of blocktype 24 (SWF_PROTECT). 33 but expec...
Memory allocation failure in parseSWF_ACTIONRECORD (parser.c: 1142), different from #109
https://api.github.com/repos/libming/libming/issues/173/comments
2
2019-01-17T09:18:12
2019-03-09T02:21:40Z
https://github.com/libming/libming/issues/173
400,178,750
173
true
This is a GitHub Issue repo:libming owner:libming Title : Memory allocation failure in parseSWF_ACTIONRECORD (parser.c: 1142), different from #109 Issue date: --- start body --- version: master(**commit 50098023446a5412efcfbd40552821a8cba983a6**) command: **listswf $FILE** OS: **Ubuntu 16.04.4 LTS 64bit** ``` $ ...
2,390
[ -0.021518493071198463, 0.025455184280872345, -0.006210876628756523, 0.0020075561478734016, 0.0520082525908947, 0.02979966253042221, -0.017095595598220825, 0.045013174414634705, -0.017158331349492073, 0.03723389282822609, 0.000618048885371536, 0.005920722149312496, 0.013127535581588745, 0.0...
185
null
null
null
null
null
null
No_CWE
null
[ "WebAssembly", "binaryen" ]
The question is in the title. I searched in the code, and I found nothing. I am curious to know if there are any limits in the parser or the static analyzer for the depth of nested blocks or loops. Also, do you know if such limits exist in current engines? Thanks in advance.
Are there any limits on nested blocks/loops in binaryen ?
https://api.github.com/repos/WebAssembly/binaryen/issues/6830/comments
2
2024-08-10T10:18:53
2024-12-13T18:52:59Z
https://github.com/WebAssembly/binaryen/issues/6830
2,459,022,144
6,830
false
This is a GitHub Issue repo:binaryen owner:WebAssembly Title : Are there any limits on nested blocks/loops in binaryen ? Issue date: --- start body --- The question is in the title. I searched in the code, and I found nothing. I am curious to know if there are any limits in the parser or the static analyzer for the...
455
[ -0.03863644599914551, 0.0359748899936676, -0.020283402875065804, -0.003008875297382474, 0.044222790747880936, 0.008196717128157616, 0.011245808564126492, 0.03761276975274086, -0.0043798694387078285, 0.032523639500141144, 0.025825874879956245, 0.0007179439999163151, 0.018645521253347397, 0....
9,494
null
null
null
null
null
null
No_CWE
null
[ "odoo", "odoo" ]
### Odoo Version - [ ] 16.0 - [x] 17.0 - [x] 18.0 - [ ] Other (specify) ### Steps to Reproduce Changing the date on production this error appears `unsupported operand type(s) for -: 'str' and 'datetime.timedelta'` This is the fix https://github.com/odoo/odoo/pull/194325
[17.0] mrp: fix error unsupported operand type(s) for -: 'str' and 'datetime.timedelta'
https://api.github.com/repos/odoo/odoo/issues/194327/comments
0
2025-01-20T09:07:21
2025-01-20T09:07:30Z
https://github.com/odoo/odoo/issues/194327
2,798,648,840
194,327
false
This is a GitHub Issue repo:odoo owner:odoo Title : [17.0] mrp: fix error unsupported operand type(s) for -: 'str' and 'datetime.timedelta' Issue date: --- start body --- ### Odoo Version - [ ] 16.0 - [x] 17.0 - [x] 18.0 - [ ] Other (specify) ### Steps to Reproduce Changing the date on production this error appears...
468
[ -0.0136058758944273, -0.005173176992684603, -0.0042233592830598354, 0.06213419884443283, 0.019220665097236633, -0.017187844961881638, -0.019571151584386826, 0.0483110249042511, -0.0017340306658297777, -0.004976904485374689, 0.04965689033269882, 0.007174453232437372, -0.012918923050165176, ...
7,043
null
null
null
null
null
null
No_CWE
null
[ "emqx", "nanomq" ]
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability_jvmti_j9_1 serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/GetStackTraceAndRetransformTest.java ``` 16:30:07 STDERR: 16:30:07 java.lang.Unsatisfied...
jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox
https://api.github.com/repos/eclipse-openj9/openj9/issues/18809/comments
3
2024-01-24T17:33:00
2024-02-05T22:20:23Z
https://github.com/eclipse-openj9/openj9/issues/18809
2,098,759,653
18,809
false
This is a GitHub Issue repo:nanomq owner:emqx Title : jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox Issue date: --- start body --- https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability_jvm...
1,413
[ 0.026184070855379105, -0.01507057435810566, -0.0018890838837251067, 0.00861576572060585, 0.030421791598200798, -0.0019013619748875499, 0.01542137935757637, 0.0335930660367012, 0.024935204535722733, -0.00012716674245893955, -0.019841520115733147, 0.0268295519053936, 0.02899050898849964, 0.0...
11,792
null
null
null
null
null
null
No_CWE
null
[ "veyon", "veyon" ]
Currently the Kali rolling repo https://pkg.kali.org/pkg/veyon has only the 4.7.5 version of the Veyon package available. Until the Veyon version 4.8.3 it was possible to get it running on Kali using the Debian Buster repo to install all of the requirements but versions after that don't work anymore. I know that Kali r...
Update the Veyon package on Kali or add support for Kali.
https://api.github.com/repos/veyon/veyon/issues/1011/comments
1
2025-02-22T04:06:21
2025-02-26T09:26:47Z
https://github.com/veyon/veyon/issues/1011
2,870,469,678
1,011
false
This is a GitHub Issue repo:veyon owner:veyon Title : Update the Veyon package on Kali or add support for Kali. Issue date: --- start body --- Currently the Kali rolling repo https://pkg.kali.org/pkg/veyon has only the 4.7.5 version of the Veyon package available. Until the Veyon version 4.8.3 it was possible to get i...
639
[ -0.04866769164800644, 0.031043071299791336, -0.016850478947162628, 0.03955862671136856, 0.02096633054316044, 0.010276727378368378, -0.0017885892884805799, 0.037674881517887115, -0.017624620348215103, 0.04995792731642723, 0.010831528343260288, -0.019456753507256508, -0.02313392609357834, 0....
18,722
null
null
null
null
null
null
No_CWE
null
[ "ImageMagick", "ImageMagick" ]
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability_jvmti_j9_1 serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/GetStackTraceAndRetransformTest.java ``` 16:30:07 STDERR: 16:30:07 java.lang.Unsatisfied...
jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox
https://api.github.com/repos/eclipse-openj9/openj9/issues/18809/comments
3
2024-01-24T17:33:00
2024-02-05T22:20:23Z
https://github.com/eclipse-openj9/openj9/issues/18809
2,098,759,653
18,809
false
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox Issue date: --- start body --- https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 servic...
1,425
[ 0.030203191563487053, -0.017241330817341805, -0.0013330484507605433, 0.015910854563117027, 0.020697826519608498, 0.00559966079890728, 0.008702963590621948, 0.02946251444518566, 0.007084445096552372, 0.01275611575692892, -0.003984571900218725, 0.020450934767723083, 0.030230624601244926, 0.0...
5,992
null
null
null
null
null
null
No_CWE
null
[ "sass", "libsass" ]
Per [the `@supports` spec](https://www.w3.org/TR/2013/CR-css3-conditional-20130404/#at-supports) (and also the [more recent version](https://drafts.csswg.org/css-conditional-3/#at-supports)), a condition should only have one of `and` or `or` specified at the top-level. In particular: ```scss @supports (a: b) and (c...
Don't allow mixed "and" and "or" in @supports conditions
https://api.github.com/repos/sass/libsass/issues/3134/comments
0
2020-11-04T03:06:15
2021-03-04T05:35:32Z
https://github.com/sass/libsass/issues/3134
735,775,771
3,134
false
This is a GitHub Issue repo:libsass owner:sass Title : Don't allow mixed "and" and "or" in @supports conditions Issue date: --- start body --- Per [the `@supports` spec](https://www.w3.org/TR/2013/CR-css3-conditional-20130404/#at-supports) (and also the [more recent version](https://drafts.csswg.org/css-conditional-3/...
571
[ -0.013709090650081635, 0.02148243598639965, -0.02209497056901455, 0.00254675536416471, 0.031589243561029434, 0.02560974843800068, -0.022707505151629448, 0.02199288085103035, -0.022226227447390556, 0.0013982543023303151, 0.03333934023976326, 0.027549438178539276, 0.01415390707552433, 0.0134...
11,154
null
null
null
null
null
null
No_CWE
null
[ "wazuh", "wazuh-dashboard-plugins" ]
**Description:** I noticed that the official documentation provides instructions for installing Wazuh Manager and Wazuh Agent from source. However, I could not find any official guidance on installing Wazuh Dashboard from source. For organizations or individuals looking to customize the Wazuh Dashboard or contribute t...
Missing Documentation for Installing Wazuh Dashboard from Source
https://api.github.com/repos/wazuh/wazuh-dashboard-plugins/issues/7315/comments
1
2025-02-20T09:52:18
2025-05-16T10:18:19Z
https://github.com/wazuh/wazuh-dashboard-plugins/issues/7315
2,865,648,373
7,315
false
This is a GitHub Issue repo:wazuh-dashboard-plugins owner:wazuh Title : Missing Documentation for Installing Wazuh Dashboard from Source Issue date: --- start body --- **Description:** I noticed that the official documentation provides instructions for installing Wazuh Manager and Wazuh Agent from source. However, I c...
1,751
[ -0.008570708334445953, -0.0021936933044344187, -0.01662525348365307, -0.019134046509861946, 0.04470212757587433, -0.016241131350398064, 0.031714022159576416, 0.03754786401987076, -0.0032680328004062176, -0.0097110690549016, -0.026432352140545845, -0.003559124656021595, 0.0032470261212438345,...
21,136
CVE-2019-8944
2019-02-20T03:29:00.343
An Information Exposure issue in the Terraform deployment step in Octopus Deploy before 2019.1.8 (and before 2018.10.4 LTS) allows remote authenticated users to view sensitive Terraform output variables via log files.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 4, "confidentialityImpact": "PARTIAL", ...
[ { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github.com/OctopusDeploy/Issues/issues/5314" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github.com/OctopusDeploy/Issues/issues/5315" }, { ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:octopus:octopus_deploy:*:*:*:*:*:*:*:*", "matchCriteriaId": "F2C59C11-94C3-48C8-814F-E5BC1788EBC9", "versionEndExcluding": null, "versionEndIncluding": "2018.9.17", "versionS...
532
[ "Third Party Advisory" ]
[ "OctopusDeploy", "Issues" ]
Sensitive Terraform output variables are saved and exposed as regular variables, and printed in the logs. For example, if you deploy the following Terraform template: ``` {"output":{"test":{"sensitive": true, "value": "hi"}}} ``` The value `hi` would appear in the logs.
Save terraform sensitive values as Octopus sensitive values (CVE-2019-8944)
https://api.github.com/repos/OctopusDeploy/Issues/issues/5314/comments
2
2019-02-19T23:00:07
2019-07-31T08:42:16Z
https://github.com/OctopusDeploy/Issues/issues/5314
412,164,560
5,314
true
This is a GitHub Issue repo:Issues owner:OctopusDeploy Title : Save terraform sensitive values as Octopus sensitive values (CVE-2019-8944) Issue date: --- start body --- Sensitive Terraform output variables are saved and exposed as regular variables, and printed in the logs. For example, if you deploy the following...
470
[ -0.0015979260206222534, -0.004422035533934832, -0.011565323919057846, -0.0161979328840971, 0.04779037833213806, 0.01882847584784031, 0.00042114625102840364, 0.025761190801858902, -0.03555770218372345, 0.01104051060974598, -0.0023454606998711824, 0.008902383968234062, -0.050744883716106415, ...
267
null
null
null
null
null
null
No_CWE
null
[ "phpipam", "phpipam" ]
**Request for help using phpIPAM / Misc question?** ... I'm trying to update my phpIPAM installation from 1.7.0 to 1.7.3 - shouldn't be that hard one might think :-) Latest phpIPAM release 1.7.3 Installed phpIPAM release 1.7.0 Database schema version 1.7 dbversion 41 PHP version 8.3.6 MySQL version 10.11.8-MariaDB-0u...
Trying to update from 1.7.0 to 1.7.3
https://api.github.com/repos/phpipam/phpipam/issues/4390/comments
4
2025-01-30T10:53:47
2025-03-14T14:57:26Z
https://github.com/phpipam/phpipam/issues/4390
2,820,501,739
4,390
false
This is a GitHub Issue repo:phpipam owner:phpipam Title : Trying to update from 1.7.0 to 1.7.3 Issue date: --- start body --- **Request for help using phpIPAM / Misc question?** ... I'm trying to update my phpIPAM installation from 1.7.0 to 1.7.3 - shouldn't be that hard one might think :-) Latest phpIPAM release 1....
5,773
[ -0.028679152950644493, 0.0025094258598983288, -0.00016009356477297843, 0.052327435463666916, 0.006717170123010874, -0.019450552761554718, -0.01985109969973564, 0.04239387437701225, -0.013274122029542923, -0.0044741081073880196, -0.014035160653293133, -0.02403280884027481, 0.00603223498910665...
13,167
null
null
null
null
null
null
No_CWE
null
[ "CouchCMS", "CouchCMS" ]
..just like repeatable.
Mosaic needs `no_default_row` parameter..
https://api.github.com/repos/CouchCMS/CouchCMS/issues/205/comments
1
2023-11-27T19:23:11
2023-11-27T20:15:22Z
https://github.com/CouchCMS/CouchCMS/issues/205
2,012,942,622
205
false
This is a GitHub Issue repo:CouchCMS owner:CouchCMS Title : Mosaic needs `no_default_row` parameter.. Issue date: --- start body --- ..just like repeatable. --- end body ---
175
[ -0.024885712191462517, -0.02119259163737297, -0.01408684067428112, 0.03384581580758095, 0.05734466016292572, 0.011881875805556774, -0.022252222523093224, 0.032038211822509766, -0.01908891648054123, 0.014406288042664528, 0.02702055498957634, 0.01183512806892395, 0.004156708717346191, 0.0122...
21,404
null
null
null
null
null
null
No_CWE
null
[ "Moddable-OpenSource", "moddable" ]
**Build environment:** Windows **Moddable SDK version:** Latest released **Target device:** Win, ESP32 **Description** Another path resolution issue similar to #1372, but this time with preload. It appears that preload is unable to resolve some relative module loads using the private-scope style (`root/#module/....
Some relative module imports fail in preload with `Module "(path)" not found!`
https://api.github.com/repos/Moddable-OpenSource/moddable/issues/1373/comments
2
2024-07-19T16:07:58
2024-09-02T13:51:54Z
https://github.com/Moddable-OpenSource/moddable/issues/1373
2,419,275,388
1,373
false
This is a GitHub Issue repo:moddable owner:Moddable-OpenSource Title : Some relative module imports fail in preload with `Module "(path)" not found!` Issue date: --- start body --- **Build environment:** Windows **Moddable SDK version:** Latest released **Target device:** Win, ESP32 **Description** Another path ...
1,336
[ -0.02721582166850567, -0.0007076841429807246, -0.026328032836318016, -0.006461938377469778, -0.017508359625935555, -0.0017992277862504125, 0.0026360780466347933, 0.02836558222770691, -0.02906416915357113, 0.012188903987407684, -0.0027561478782445192, 0.031028948724269867, 0.01257458329200744...
9,249
CVE-2021-45864
2022-03-02T00:15:08.173
tsMuxer git-c6a0277 was discovered to contain a segmentation fault via DTSStreamReader::findFrame in dtsStreamReader.cpp.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.3, "confidentialityImpact": "NONE...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/justdan96/tsMuxer/issues/476" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:tsmuxer_project:tsmuxer:*:*:*:*:*:*:*:*", "matchCriteriaId": "05AA1A0C-51F5-46F3-A82E-5E73923E2877", "versionEndExcluding": "2021-10-19", "versionEndIncluding": null, "versio...
125
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
[ "justdan96", "tsMuxer" ]
Hi, I found a segmentation fault. **Some info:** ``` Ubuntu 20.04.3 LTS tsMuxeR version git-c6a0277 ``` **To reproduce** 1. Compile tsMuxer 2. Run tsmuxer ``` tsmuxer ./poc ``` **POC** [poc.zip](https://github.com/justdan96/tsMuxer/files/7365611/poc.zip) **ASAN output:** ``` tsMuxeR version gi...
segmentation fault in dtsStreamReader.cpp:193 DTSStreamReader::findFrame
https://api.github.com/repos/justdan96/tsMuxer/issues/476/comments
1
2021-10-18T14:12:22
2022-06-23T07:14:29Z
https://github.com/justdan96/tsMuxer/issues/476
1,029,175,684
476
true
This is a GitHub Issue repo:tsMuxer owner:justdan96 Title : segmentation fault in dtsStreamReader.cpp:193 DTSStreamReader::findFrame Issue date: --- start body --- Hi, I found a segmentation fault. **Some info:** ``` Ubuntu 20.04.3 LTS tsMuxeR version git-c6a0277 ``` **To reproduce** 1. Compile tsMuxer 2...
5,715
[ -0.012384552508592606, 0.015637703239917755, -0.012511573731899261, 0.013083168305456638, 0.05148586630821228, -0.00502791628241539, -0.03161412850022316, 0.03548121452331543, -0.01731720380485058, 0.029779378324747086, -0.040731415152549744, 0.0021805278956890106, 0.01103671733289957, 0.0...
2,032
null
null
null
null
null
null
No_CWE
null
[ "Moddable-OpenSource", "moddable" ]
How do I configure the partition table for an ESP32-S3 controller to use both the internal flash (4MB) and external flash (16MB)?
partition table question
https://api.github.com/repos/Moddable-OpenSource/moddable/issues/1319/comments
2
2024-03-05T11:59:51
2024-03-14T20:12:16Z
https://github.com/Moddable-OpenSource/moddable/issues/1319
2,169,019,327
1,319
false
This is a GitHub Issue repo:moddable owner:Moddable-OpenSource Title : partition table question Issue date: --- start body --- How do I configure the partition table for an ESP32-S3 controller to use both the internal flash (4MB) and external flash (16MB)? --- end body ---
275
[ -0.012338289991021156, 0.01603313907980919, -0.018673371523618698, 0.013201158493757248, 0.033216770738363266, 0.02970629557967186, -0.005453774705529213, 0.06371956318616867, -0.006242894567549229, 0.06189057230949402, 0.029322797432541847, -0.008481191471219063, 0.010037305764853954, -0....
9,272
null
null
null
null
null
null
No_CWE
null
[ "gpac", "gpac" ]
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability_jvmti_j9_1 serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/GetStackTraceAndRetransformTest.java ``` 16:30:07 STDERR: 16:30:07 java.lang.Unsatisfied...
jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox
https://api.github.com/repos/eclipse-openj9/openj9/issues/18809/comments
3
2024-01-24T17:33:00
2024-02-05T22:20:23Z
https://github.com/eclipse-openj9/openj9/issues/18809
2,098,759,653
18,809
false
This is a GitHub Issue repo:gpac owner:gpac Title : jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox Issue date: --- start body --- https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability_jvmti...
1,411
[ 0.028698576614260674, -0.009327732026576996, -0.00370192201808095, 0.0023527692537754774, 0.012474018149077892, -0.0012684117536991835, 0.007931697182357311, 0.03336591646075249, 0.014390961267054081, 0.009306895546615124, -0.019558371976017952, 0.023406147956848145, 0.042256083339452744, ...
4,685
null
null
null
null
null
null
No_CWE
null
[ "libming", "libming" ]
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability_jvmti_j9_1 serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/GetStackTraceAndRetransformTest.java ``` 16:30:07 STDERR: 16:30:07 java.lang.Unsatisfied...
jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox
https://api.github.com/repos/eclipse-openj9/openj9/issues/18809/comments
3
2024-01-24T17:33:00
2024-02-05T22:20:23Z
https://github.com/eclipse-openj9/openj9/issues/18809
2,098,759,653
18,809
false
This is a GitHub Issue repo:libming owner:libming Title : jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox Issue date: --- start body --- https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability...
1,417
[ 0.028064444661140442, -0.004615120589733124, -0.003095550462603569, 0.01395465712994337, 0.02300156280398369, 0.0035221583675593138, 0.0008448420558124781, 0.02786700613796711, 0.011789887212216854, 0.015555317513644695, -0.02514517866075039, 0.024214398115873337, 0.036215826869010925, 0.0...
8,073
null
null
null
null
null
null
No_CWE
null
[ "mRemoteNG", "mRemoteNG" ]
Hi @Kvarkas , Please, reconsider that point: "this build is not production ready so _options savings are still disabled_". Without this functionallity it's **impossible** to test it in several _real_ environments. A lot of options can be _only_ tested loading a _large_ configuration. This limitation is therefore a ma...
NB with SAVING feature
https://api.github.com/repos/mRemoteNG/mRemoteNG/issues/2666/comments
7
2025-01-28T15:16:37
2025-02-12T11:48:22Z
https://github.com/mRemoteNG/mRemoteNG/issues/2666
2,815,990,107
2,666
false
This is a GitHub Issue repo:mRemoteNG owner:mRemoteNG Title : NB with SAVING feature Issue date: --- start body --- Hi @Kvarkas , Please, reconsider that point: "this build is not production ready so _options savings are still disabled_". Without this functionallity it's **impossible** to test it in several _real_ e...
495
[ -0.025634273886680603, 0.003763727843761444, -0.018459463492035866, 0.020496970042586327, 0.01967848464846611, -0.002727559767663479, 0.018999315798282623, 0.05900062620639801, -0.01957399770617485, 0.04120291396975517, 0.04848221316933632, -0.02222101390361786, -0.008985927328467369, 0.02...
16,741
null
null
null
null
null
null
No_CWE
null
[ "slackero", "phpwcms" ]
Verwende ich in der Artikelbasis ein Bild bei **Bild: Artikeldetail**, führt dies bei der Verwendung von **Galeriebild** zu einem Fatal Error. PHP error.log sagt dann folgendes: ``` PHP Fatal error: Uncaught Error: Call to undefined function initSlimbox() in /www/htdocs/xxxx/versuch.uwe367.de/include/inc_front/co...
Artikelbasis Bild Artikeldetail führt zu Fatal Error
https://api.github.com/repos/slackero/phpwcms/issues/348/comments
4
2023-10-01T06:36:14
2023-10-03T07:56:52Z
https://github.com/slackero/phpwcms/issues/348
1,920,595,879
348
false
This is a GitHub Issue repo:phpwcms owner:slackero Title : Artikelbasis Bild Artikeldetail führt zu Fatal Error Issue date: --- start body --- Verwende ich in der Artikelbasis ein Bild bei **Bild: Artikeldetail**, führt dies bei der Verwendung von **Galeriebild** zu einem Fatal Error. PHP error.log sagt dann folgende...
1,867
[ -0.02914111688733101, 0.007328271400183439, -0.008997163735330105, 0.045118700712919235, 0.03251798450946808, 0.0054639591835439205, 0.013312049210071564, 0.04477476328611374, -0.044899832457304, 0.018901078030467033, -0.02074584737420082, 0.037114277482032776, -0.011615798808634281, -0.02...
14,400
CVE-2020-23238
2021-07-26T20:15:08.353
Cross Site Scripting (XSS) vulnerability in Evolution CMS 2.0.2 via the Document Manager feature.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/evolution-cms/evolution/issues/1473" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:evo:evolution_cms:2.0.2:*:*:*:*:*:*:*", "matchCriteriaId": "C327BB7C-09EF-45BD-B0D3-D2266647A597", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcl...
79
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
[ "evolution-cms", "evolution" ]
**Describe the bug** An authenticated malicious user can take advantage of a Reflected XSS vulnerability in the "Document Manager" feature. **To Reproduce** Steps to reproduce the behavior: 1. Log into the /manager 2. Go to "Doc Manager" on Modules ![image](https://user-images.githubusercontent.com/503...
Cross Site Scripting Vulnerability on "Document Manager" feature in Evolution 2.0.2
https://api.github.com/repos/evolution-cms/evolution/issues/1473/comments
3
2020-06-01T07:24:09
2025-05-26T02:35:05Z
https://github.com/evolution-cms/evolution/issues/1473
628,215,038
1,473
true
This is a GitHub Issue repo:evolution owner:evolution-cms Title : Cross Site Scripting Vulnerability on "Document Manager" feature in Evolution 2.0.2 Issue date: --- start body --- **Describe the bug** An authenticated malicious user can take advantage of a Reflected XSS vulnerability in the "Document Manager" featur...
1,211
[ -0.03786436468362808, -0.000003170390300510917, -0.009945386089384556, -0.0035179557744413614, 0.015996495261788368, 0.020325135439634323, 0.017928656190633774, 0.039332207292318344, -0.00305738253518939, 0.022961260750889778, 0.029566556215286255, -0.0002560300345066935, -0.0474502779543399...
1,140
null
null
null
null
null
null
No_CWE
null
[ "Cacti", "cacti" ]
In the technical support page the user is able to view database queries Upon refresh you will get punted to the login screen due to session timed out
[1.3] - Session times out after any timer refresh
https://api.github.com/repos/Cacti/cacti/issues/6019/comments
3
2024-12-27T18:29:12
2025-03-28T00:02:59Z
https://github.com/Cacti/cacti/issues/6019
2,761,166,128
6,019
false
This is a GitHub Issue repo:cacti owner:Cacti Title : [1.3] - Session times out after any timer refresh Issue date: --- start body --- In the technical support page the user is able to view database queries Upon refresh you will get punted to the login screen due to session timed out --- end body ---
304
[ -0.04563213512301445, 0.002629918046295643, -0.004227116703987122, 0.01582762785255909, 0.010371612384915352, -0.032839737832546234, 0.000022368069039657712, 0.055196817964315414, -0.019662385806441307, 0.002035826910287142, 0.03334314376115799, 0.0057299272157251835, -0.018907278776168823, ...
9,371
null
null
null
null
null
null
No_CWE
null
[ "jerryscript-project", "jerryscript" ]
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability_jvmti_j9_1 serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/GetStackTraceAndRetransformTest.java ``` 16:30:07 STDERR: 16:30:07 java.lang.Unsatisfied...
jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox
https://api.github.com/repos/eclipse-openj9/openj9/issues/18809/comments
3
2024-01-24T17:33:00
2024-02-05T22:20:23Z
https://github.com/eclipse-openj9/openj9/issues/18809
2,098,759,653
18,809
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox Issue date: --- start body --- https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0...
1,433
[ 0.032401829957962036, -0.013505394570529461, -0.004227383062243462, 0.009885893203318119, 0.010094309225678444, 0.002072008093819022, 0.01041388139128685, 0.03198499605059624, 0.01106692012399435, 0.010281884111464024, -0.014269588515162468, 0.02494051679968834, 0.032318465411663055, 0.020...
5,381
CVE-2023-31922
2023-05-12T14:15:10.043
QuickJS commit 2788d71 was discovered to contain a stack-overflow via the component js_proxy_isArray at quickjs.c.
{ "cvssMetricV2": null, "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integr...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking" ], "url": "https://github.com/bellard/quickjs/issues/178" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking" ], "url": "https://github.com/bellard/...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:quickjs_project:quickjs:2022-03-06:*:*:*:*:*:*:*", "matchCriteriaId": "99632CE3-97CF-4901-BADD-4E8A8A659528", "versionEndExcluding": null, "versionEndIncluding": null, "versi...
787
[ "Exploit", "Issue Tracking" ]
[ "bellard", "quickjs" ]
QuickJS Version --- Version : https://github.com/bellard/quickjs/commit/2788d71e823b522b178db3b3660ce93689534e6d platform --- Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) Build --- - Address Sanitizer=On - Debug (and Release) PoC --- <details><summary>testcase</summary> <p> ```javascript ...
AddressSanitizer: stack-overflow
https://api.github.com/repos/bellard/quickjs/issues/178/comments
2
2023-04-22T08:59:26
2023-12-01T17:15:15Z
https://github.com/bellard/quickjs/issues/178
1,679,428,623
178
true
This is a GitHub Issue repo:quickjs owner:bellard Title : AddressSanitizer: stack-overflow Issue date: --- start body --- QuickJS Version --- Version : https://github.com/bellard/quickjs/commit/2788d71e823b522b178db3b3660ce93689534e6d platform --- Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) Build --...
2,576
[ -0.05099227651953697, -0.008430411107838154, -0.006406966131180525, 0.015221575275063515, 0.028394093737006187, -0.010325790382921696, -0.006392329931259155, 0.020344221964478493, -0.027911100536584854, 0.00236922362819314, -0.03334110602736473, 0.0053604827262461185, 0.0060227676294744015, ...
3,136
null
null
null
null
null
null
No_CWE
null
[ "SpiderLabs", "owasp-modsecurity-crs" ]
### Type of Issue False positive ### Description Issue with Wordpress JetPack plugin ### Audit Logs / Triggered Rule Numbers --a8dd7334-A-- [11/Apr/2020:15:19:23 +0300] XpG1y2B9vAtGdcg7i3j4AAAAEE 192.0.101.214 1088 123.123.123.123 443 --a8dd7334-B-- POST /?for=jetpack&jetpack=comms&token=&timestamp=&n...
WordPress JetPack False Positive
https://api.github.com/repos/SpiderLabs/owasp-modsecurity-crs/issues/1737/comments
0
2020-04-11T13:36:07
2020-05-06T13:37:24Z
https://github.com/SpiderLabs/owasp-modsecurity-crs/issues/1737
598,267,509
1,737
false
This is a GitHub Issue repo:owasp-modsecurity-crs owner:SpiderLabs Title : WordPress JetPack False Positive Issue date: --- start body --- ### Type of Issue False positive ### Description Issue with Wordpress JetPack plugin ### Audit Logs / Triggered Rule Numbers --a8dd7334-A-- [11/Apr/2020:15:19:23 +0...
5,447
[ -0.05228978767991066, -0.019747428596019745, 0.0026856940239667892, 0.029971688985824585, 0.01492011733353138, 0.0017280825413763523, 0.025969620794057846, 0.004531538113951683, -0.00036150062805972993, 0.014774056151509285, 0.030439084395766258, -0.0016587036661803722, 0.008778258226811886,...
12,425
null
null
null
null
null
null
No_CWE
null
[ "schismtracker", "schismtracker" ]
I installed the schismtracker package from the AUR, but it retuned "Segmentation fault (core dumped)". When I built it from source, I still got a segfault.
Segmentation fault on arch linux
https://api.github.com/repos/schismtracker/schismtracker/issues/607/comments
2
2025-02-07T22:38:15
2025-02-20T22:17:15Z
https://github.com/schismtracker/schismtracker/issues/607
2,839,219,797
607
false
This is a GitHub Issue repo:schismtracker owner:schismtracker Title : Segmentation fault on arch linux Issue date: --- start body --- I installed the schismtracker package from the AUR, but it retuned "Segmentation fault (core dumped)". When I built it from source, I still got a segfault. --- end body ---
308
[ 0.006878305226564407, 0.0014185277977958322, -0.011315499432384968, 0.0070091960951685905, -0.003553682006895542, 0.01693725399672985, -0.04322010278701782, 0.04157087951898575, -0.0038350969552993774, 0.053874604403972626, -0.036309074610471725, 0.01684563048183918, 0.02236921712756157, 0...
14,827
CVE-2024-12183
2024-12-04T23:15:05.760
A vulnerability, which was classified as problematic, was found in DedeCMS 5.7.116. This affects the function RemoveXSS of the file /plus/carbuyaction.php of the component HTTP POST Request Handler. The manipulation leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disc...
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "MEDIUM", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 4, "confidentialityImpact": "NONE", ...
[ { "source": "cna@vuldb.com", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/Hebing123/cve/issues/79" }, { "source": "cna@vuldb.com", "tags": [ "Permissions Required" ], "url": "https://vuldb.com/?ctiid.286905" }, { "source": "c...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:dedecms:dedecms:*:*:*:*:*:*:*:*", "matchCriteriaId": "75A7C6F6-9828-495D-B2F4-55E6EDEB61A8", "versionEndExcluding": "5.7.116", "versionEndIncluding": null, "versionStartExclu...
79
[ "Exploit", "Third Party Advisory" ]
[ "Hebing123", "cve" ]
# Summary A stored XSS vulnerability has been identified in DedeCMS V5.7.116. Attackers can exploit this vulnerability by maliciously inserting an XSS payload in the comment section during the purchase of goods. # Details The vulnerability is located in the file `plus/carbuyaction.php`. Our analysis indicates that ...
DedeCMS V5.7.116 Stored XSS Vulnerability
https://api.github.com/repos/Hebing123/cve/issues/79/comments
1
2024-11-28T03:04:01
2024-12-06T02:29:41Z
https://github.com/Hebing123/cve/issues/79
2,700,547,563
79
true
This is a GitHub Issue repo:cve owner:Hebing123 Title : DedeCMS V5.7.116 Stored XSS Vulnerability Issue date: --- start body --- # Summary A stored XSS vulnerability has been identified in DedeCMS V5.7.116. Attackers can exploit this vulnerability by maliciously inserting an XSS payload in the comment section during...
2,537
[ -0.04639015346765518, 0.011475699953734875, -0.01162799820303917, 0.03298787772655487, 0.058634962886571884, -0.014209459535777569, -0.0051895747892558575, 0.017956005409359932, -0.00009673341264715418, 0.00023213638633023947, -0.005418022628873587, -0.005642663221806288, -0.0096405018121004...
3,649
null
null
null
null
null
null
No_CWE
null
[ "Seagate", "cortx-s3server" ]
Hi, While I try to compile the java server, I had found that current jar dependencies might create a jar hell. ( It might be an issue if we upgrade build tool in future and thing might no longer work, I am using Gradle to build and it actually produce an error) This is cause by JUnit library loading hamcrest ver...
Possible Jar hell when build auth/server
https://api.github.com/repos/Seagate/cortx-s3server/issues/1566/comments
9
2021-10-28T09:55:07
2021-11-17T13:14:54Z
https://github.com/Seagate/cortx-s3server/issues/1566
1,038,318,879
1,566
false
This is a GitHub Issue repo:cortx-s3server owner:Seagate Title : Possible Jar hell when build auth/server Issue date: --- start body --- Hi, While I try to compile the java server, I had found that current jar dependencies might create a jar hell. ( It might be an issue if we upgrade build tool in future and thing...
2,396
[ -0.026349427178502083, 0.008147072978317738, -0.017764613032341003, 0.03515523672103882, 0.019872568547725677, -0.00044199038529768586, 0.004235032945871353, 0.025448447093367577, 0.006472609471529722, 0.04950292408466339, 0.011908240616321564, -0.014781178906559944, 0.009358296170830727, ...
19,365
null
null
null
null
null
null
No_CWE
null
[ "libexpat", "libexpat" ]
# The Expat parser incorrectly parsed an invalid entity reference `&lt;` in data representation . ### version expat-2.6.4 (the newest release version on sourceforge) > https://sourceforge.net/projects/expat/files/expat/2.6.4/expat-2.6.4.tar.gz/download ### Contact Details xiangjiaying22@mails.ucas.ac.cn ### descript...
Expat parser incorrectly parsed an invalid entity reference `&lt;` in data representation?
https://api.github.com/repos/libexpat/libexpat/issues/965/comments
3
2025-02-25T15:02:05
2025-02-26T14:37:18Z
https://github.com/libexpat/libexpat/issues/965
2,878,688,841
965
false
This is a GitHub Issue repo:libexpat owner:libexpat Title : Expat parser incorrectly parsed an invalid entity reference `&lt;` in data representation? Issue date: --- start body --- # The Expat parser incorrectly parsed an invalid entity reference `&lt;` in data representation . ### version expat-2.6.4 (the newest r...
4,798
[ -0.030176006257534027, 0.010238287970423698, -0.0049109491519629955, 0.020574551075696945, 0.044512875378131866, -0.0040414296090602875, -0.015292116440832615, 0.009291205555200577, -0.02150530368089676, 0.033768389374017715, -0.007107200566679239, -0.010907777585089207, 0.003190279938280582...
12,378
null
null
null
null
null
null
No_CWE
null
[ "yasm", "yasm" ]
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability_jvmti_j9_1 serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/GetStackTraceAndRetransformTest.java ``` 16:30:07 STDERR: 16:30:07 java.lang.Unsatisfied...
jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox
https://api.github.com/repos/eclipse-openj9/openj9/issues/18809/comments
3
2024-01-24T17:33:00
2024-02-05T22:20:23Z
https://github.com/eclipse-openj9/openj9/issues/18809
2,098,759,653
18,809
false
This is a GitHub Issue repo:yasm owner:yasm Title : jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox Issue date: --- start body --- https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability_jvmti...
1,411
[ 0.03431945666670799, 0.0013526027323678136, -0.005539562553167343, 0.010276289656758308, 0.018458226695656776, 0.005832771770656109, 0.011854035779833794, 0.030940568074584007, 0.011016294360160828, 0.010150629095733166, -0.024224678054451942, 0.028818290680646896, 0.039625149220228195, 0....
8,526
CVE-2023-38961
2023-08-21T17:15:47.973
Buffer Overflwo vulnerability in JerryScript Project jerryscript v.3.0.0 allows a remote attacker to execute arbitrary code via the scanner_is_context_needed component in js-scanner-until.c.
{ "cvssMetricV2": null, "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "in...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Vendor Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/5092" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:jerryscript:jerryscript:3.0.0:*:*:*:*:*:*:*", "matchCriteriaId": "B1A23519-19ED-4F75-9CAA-42057F88EDE5", "versionEndExcluding": null, "versionEndIncluding": null, "versionSta...
787
[ "Exploit", "Issue Tracking", "Vendor Advisory" ]
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision Commit: https://github.com/jerryscript-project/jerryscript/commit/05dbbd134c3b9e2482998f267857dd3722001cd7 Version: v3.0.0 ###### Build platform Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) ###### Build steps ```sh python ./tools/build.py --clean --compile-flag=-m32 --compi...
heap-buffer-overflow in scanner_is_context_needed
https://api.github.com/repos/jerryscript-project/jerryscript/issues/5092/comments
1
2023-06-24T08:32:20
2024-11-22T09:32:26Z
https://github.com/jerryscript-project/jerryscript/issues/5092
1,772,536,756
5,092
true
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : heap-buffer-overflow in scanner_is_context_needed Issue date: --- start body --- ###### JerryScript revision Commit: https://github.com/jerryscript-project/jerryscript/commit/05dbbd134c3b9e2482998f267857dd3722001cd7 Version: v3.0.0 ###### B...
5,625
[ -0.01579858921468258, -0.007610382046550512, -0.007004369981586933, -0.0014859623042866588, 0.04554954543709755, -0.00035805790685117245, -0.016362320631742477, 0.026537682861089706, -0.0250437930226326, 0.041969846934080124, -0.0030212511774152517, 0.004467576276510954, 0.016982426866889, ...
3,237
null
null
null
null
null
null
No_CWE
null
[ "rubygems", "rubygems.org" ]
## Steps to Reproduce 1. Attempt to publish a new gem version by running `rake release` (using the standard `bundler/gem_tasks`) 2. Enter OTP code 3. Push to rubygems fails: "There was a problem saving your gem" ## Expected Behavior I expect the "Pushing gem to https://rubygems.org" step of the `release` gem...
Cannot push gems: "Platform can't be blank"
https://api.github.com/repos/rubygems/rubygems.org/issues/5355/comments
7
2024-12-21T20:33:55
2024-12-28T20:09:31Z
https://github.com/rubygems/rubygems.org/issues/5355
2,754,352,607
5,355
false
This is a GitHub Issue repo:rubygems.org owner:rubygems Title : Cannot push gems: "Platform can't be blank" Issue date: --- start body --- ## Steps to Reproduce 1. Attempt to publish a new gem version by running `rake release` (using the standard `bundler/gem_tasks`) 2. Enter OTP code 3. Push to rubygems fails: "...
1,650
[ -0.028678083792328835, -0.020670190453529358, -0.00961958896368742, -0.009915909729897976, 0.023315398022532463, 0.02162420004606247, -0.005359072238206863, 0.04680424928665161, 0.0033842017874121666, 0.001336154411546886, 0.029603183269500732, -0.010465187951922417, -0.021248377859592438, ...
16,346
null
null
null
null
null
null
No_CWE
null
[ "SpiderLabs", "owasp-modsecurity-crs" ]
Describe the bug Sanitization of passwords does not seem to work. Password is recorded in audit log when caught by owasp CRS 3.2 libinjection rule. Libinjection CRS rule has an output format that outputs the VAR name and values, and mod_sec module does not sanitize it, please see this log output. The rule can be...
Password Scrubbing within the libinjection rule
https://api.github.com/repos/SpiderLabs/owasp-modsecurity-crs/issues/1747/comments
1
2020-04-27T18:50:03
2020-04-27T19:07:48Z
https://github.com/SpiderLabs/owasp-modsecurity-crs/issues/1747
607,771,320
1,747
false
This is a GitHub Issue repo:owasp-modsecurity-crs owner:SpiderLabs Title : Password Scrubbing within the libinjection rule Issue date: --- start body --- Describe the bug Sanitization of passwords does not seem to work. Password is recorded in audit log when caught by owasp CRS 3.2 libinjection rule. Libinjecti...
4,273
[ -0.025644706562161446, -0.003975666593760252, -0.0084671750664711, 0.04775221273303032, 0.023419218137860298, 0.029049262404441833, -0.008113455027341843, 0.004941027611494064, -0.014635168947279453, 0.019705157727003098, -0.0011643286561593413, 0.003133739111945033, -0.00866614282131195, ...
12,423
CVE-2021-38221
2022-06-02T18:15:08.227
bbs-go <= 3.3.0 including Custom Edition is vulnerable to stored XSS.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "NONE", ...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/mlogclub/bbs-go/issues/112" }, { "source": "cve@mitre.org", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.c...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:bbs-go_project:bbs-go:*:*:*:*:*:*:*:*", "matchCriteriaId": "05B9DE57-ACEB-4C67-B128-7BD05C167C18", "versionEndExcluding": null, "versionEndIncluding": "3.3.0", "versionStartE...
79
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
[ "mlogclub", "bbs-go" ]
Affected version: <= 3.3.0 (all versions yet) Including Custom Edition I guess. Usage of "v-html" tag should be really careful in vue. I found several unsafe usage in bbs-go webpage which data source might be from any user. It's necessary to filter the rich text before it is posted to the client. Otherwise it will ...
There are several stored XSS vulnerabilities
https://api.github.com/repos/mlogclub/bbs-go/issues/112/comments
1
2021-07-08T08:49:52
2021-07-15T05:50:26Z
https://github.com/mlogclub/bbs-go/issues/112
939,627,089
112
true
This is a GitHub Issue repo:bbs-go owner:mlogclub Title : There are several stored XSS vulnerabilities Issue date: --- start body --- Affected version: <= 3.3.0 (all versions yet) Including Custom Edition I guess. Usage of "v-html" tag should be really careful in vue. I found several unsafe usage in bbs-go webpage...
946
[ -0.001722624758258462, -0.012532384134829044, -0.02252129651606083, 0.024432754144072533, 0.08102116733789444, 0.024694809690117836, -0.029411794617772102, 0.0368109866976738, 0.002628255169838667, 0.009040889330208302, 0.027916541323065758, 0.03567028045654297, -0.02588176354765892, 0.011...
1,854
CVE-2023-31615
2023-05-15T15:15:11.963
An issue in the chash_array component of openlink virtuoso-opensource v7.2.9 allows attackers to cause a Denial of Service (DoS) via crafted SQL statements.
{ "cvssMetricV2": null, "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integr...
[ { "source": "cve@mitre.org", "tags": [ "Exploit", "Issue Tracking", "Patch" ], "url": "https://github.com/openlink/virtuoso-opensource/issues/1124" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Exploit", "Issue Tracking", "Patch" ...
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:openlinksw:virtuoso:7.2.9:*:*:*:open_source:*:*:*", "matchCriteriaId": "75FD7F91-D201-4286-8F97-D2D1C7C9D4C3", "versionEndExcluding": null, "versionEndIncluding": null, "vers...
89
[ "Exploit", "Issue Tracking", "Patch" ]
[ "openlink", "virtuoso-opensource" ]
The PoC is generated by my DBMS fuzzer. ```SQL CREATE TABLE t1(x INTEGER UNIQUE); CREATE TABLE k(v varchar(255), excluded varchar(255)); INSERT INTO t1(x, x, x, x, x, x, x) VALUES(16183,15638,6,0,5,2,0); SELECT 'one', t1.* FROM t1 LEFT JOIN k ON t1.x=k.v WHERE k.v IS NULL; ``` backtrace: ```c #0 0x4257c4 (chas...
virtuoso 7.2.9 crashed at chash_array
https://api.github.com/repos/openlink/virtuoso-opensource/issues/1124/comments
0
2023-04-12T18:50:37
2023-04-14T12:55:18Z
https://github.com/openlink/virtuoso-opensource/issues/1124
1,665,074,357
1,124
true
This is a GitHub Issue repo:virtuoso-opensource owner:openlink Title : virtuoso 7.2.9 crashed at chash_array Issue date: --- start body --- The PoC is generated by my DBMS fuzzer. ```SQL CREATE TABLE t1(x INTEGER UNIQUE); CREATE TABLE k(v varchar(255), excluded varchar(255)); INSERT INTO t1(x, x, x, x, x, x, x) VA...
1,824
[ -0.01300982479006052, -0.0053294566459953785, -0.0077057634480297565, 0.012451120652258396, 0.04730845242738724, 0.03236130252480507, -0.014359422028064728, 0.03006844036281109, -0.005746670998632908, 0.014352166093885899, -0.009519738145172596, -0.0073212007991969585, -0.0012425724416971207...
3,102
null
null
null
null
null
null
No_CWE
null
[ "Chanzhaoyu", "chatgpt-web" ]
现在的布局是用naiveUI的layout构成的吧,想尝试自己改变布局发现改不了,如何在最左边再加入一个侧边栏呢
请问如何改成三栏布局,最左侧再加一个功能侧边栏
https://api.github.com/repos/Chanzhaoyu/chatgpt-web/issues/2117/comments
0
2024-11-06T08:53:30
2024-11-11T07:57:52Z
https://github.com/Chanzhaoyu/chatgpt-web/issues/2117
2,637,431,350
2,117
false
This is a GitHub Issue repo:chatgpt-web owner:Chanzhaoyu Title : 请问如何改成三栏布局,最左侧再加一个功能侧边栏 Issue date: --- start body --- 现在的布局是用naiveUI的layout构成的吧,想尝试自己改变布局发现改不了,如何在最左边再加入一个侧边栏呢 --- end body ---
195
[ 0.02314615063369274, 0.014598208479583263, -0.01139466930180788, 0.003316011745482683, 0.013752722181379795, 0.01780950464308262, -0.0399317629635334, 0.04855727031826973, -0.012092777527868748, -0.0009613525471650064, -0.017375126481056213, 0.025147391483187675, 0.000764524913392961, 0.01...
21,556
null
null
null
null
null
null
No_CWE
null
[ "gpac", "gpac" ]
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability_jvmti_j9_1 serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/GetStackTraceAndRetransformTest.java ``` 16:30:07 STDERR: 16:30:07 java.lang.Unsatisfied...
jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox
https://api.github.com/repos/eclipse-openj9/openj9/issues/18809/comments
3
2024-01-24T17:33:00
2024-02-05T22:20:23Z
https://github.com/eclipse-openj9/openj9/issues/18809
2,098,759,653
18,809
false
This is a GitHub Issue repo:gpac owner:gpac Title : jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox Issue date: --- start body --- https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability_jvmti...
1,411
[ 0.02873867191374302, -0.009329655207693577, -0.0037832309026271105, 0.0023480327799916267, 0.012265997938811779, -0.0015731645980849862, 0.007934371940791607, 0.033431265503168106, 0.0141680259257555, 0.009142229333519936, -0.019686684012413025, 0.022865986451506615, 0.04242771863937378, 0...
4,534
null
null
null
null
null
null
No_CWE
null
[ "ImageMagick", "ImageMagick" ]
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 serviceability_jvmti_j9_1 serviceability/jvmti/thread/GetStackTrace/GetStackTraceAndRetransformTest/GetStackTraceAndRetransformTest.java ``` 16:30:07 STDERR: 16:30:07 java.lang.Unsatisfied...
jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox
https://api.github.com/repos/eclipse-openj9/openj9/issues/18809/comments
3
2024-01-24T17:33:00
2024-02-05T22:20:23Z
https://github.com/eclipse-openj9/openj9/issues/18809
2,098,759,653
18,809
false
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : jdk22 serviceability jvmti GetStackTraceAndRetransformTest: UnsatisfiedLinkError WhiteBox Issue date: --- start body --- https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1 serviceability_jvmti_j9_0 servic...
1,425
[ 0.03024117834866047, -0.017206188291311264, -0.0012812024215236306, 0.015943851321935654, 0.020814821124076843, 0.005639348644763231, 0.008630535565316677, 0.029472799971699715, 0.007134942337870598, 0.012788011692464352, -0.004071719478815794, 0.020334584638476372, 0.0303509458899498, 0.0...
6,025
null
null
null
null
null
null
No_CWE
null
[ "Cacti", "cacti" ]
im getting this in my log when every poller runs. not sure where to look.. im assuming someone may have seen it? 2025-01-07 09:50:51 - CMDPHP PHP ERROR Backtrace: (CactiShutdownHandler()) -- 2025-01-07 09:50:51 - ERROR PHP ERROR: Uncaught Error: Undefined constant "CACTI_PATH_LIBRARY" in C:\inetpub\wwwroot\cacti...
Uncaught Error: Undefined constant "CACTI_PATH_LIBRARY"
https://api.github.com/repos/Cacti/cacti/issues/6047/comments
7
2025-01-07T15:57:05
2025-04-11T00:03:05Z
https://github.com/Cacti/cacti/issues/6047
2,773,184,443
6,047
false
This is a GitHub Issue repo:cacti owner:Cacti Title : Uncaught Error: Undefined constant "CACTI_PATH_LIBRARY" Issue date: --- start body --- im getting this in my log when every poller runs. not sure where to look.. im assuming someone may have seen it? 2025-01-07 09:50:51 - CMDPHP PHP ERROR Backtrace: (CactiShu...
610
[ -0.028580479323863983, 0.012252683751285076, -0.006413514260202646, 0.04064171388745308, 0.01956873945891857, -0.014946633018553257, -0.04272029548883438, 0.04343138635158539, -0.03667600080370903, -0.002762323711067438, -0.015726100653409958, 0.003634096821770072, -0.010933059267699718, -...
9,352
null
null
null
null
null
null
No_CWE
null
[ "LibreCAD", "LibreCAD" ]
FEATURE REQUEST I have always felt it would be nice to have separate tools for both `Move` and 'Copy' The removing of the modify tool dialogs has really helped with this, but I feel that it could still be nice to offer a separate `Copy` tool. Would allow user to establish a reference point and be able to create as man...
Add a Copy tool
https://api.github.com/repos/LibreCAD/LibreCAD/issues/2042/comments
2
2025-02-21T00:35:52
2025-03-09T23:56:03Z
https://github.com/LibreCAD/LibreCAD/issues/2042
2,867,592,804
2,042
false
This is a GitHub Issue repo:LibreCAD owner:LibreCAD Title : Add a Copy tool Issue date: --- start body --- FEATURE REQUEST I have always felt it would be nice to have separate tools for both `Move` and 'Copy' The removing of the modify tool dialogs has really helped with this, but I feel that it could still be nice t...
1,077
[ -0.02622830867767334, 0.0009009363711811602, -0.023672031238675117, -0.0026356878224760294, 0.02867870405316353, 0.01582168973982334, 0.019663669168949127, 0.05052050203084946, -0.0223712045699358, 0.020737607032060623, 0.0035545863211154938, -0.0018652124563232064, 0.03258118778467178, -0...
14,311