vehemont / nvdlib

A simple wrapper for the National Vulnerability CVE/CPE API
https://nvdlib.com
MIT License
86 stars 30 forks source link

Getting consistent 503 Server Error: Service Unavailable #51

Open johnlabuyfoy1024 opened 1 day ago

johnlabuyfoy1024 commented 1 day ago

FYI. Since November 21, 2024 - I've been receiving the following error message:

https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2014-2120

            Traceback (most recent call last):
                  File "/home/johnf/Scripts/./nist-kev-fix.py", line 135, in <module>
                       r = nvdlib.searchCVE(cveId=find_cve,key='aXYZ',verbose=True,timeout=180)
                  File "/home/johnf/.pyenv/versions/run-vs/lib/python3.10/site-packages/nvdlib/cve.py", line 158, in searchCVE
                       raw = __get('cve', headers, parameters, limit, verbose, delay, timeout)
                   File "/home/johnf/.pyenv/versions/run-vs/lib/python3.10/site-packages/nvdlib/get.py", line 28, in __get
                       raw.raise_for_status()
                   File "/home/johnf/.pyenv/versions/run-vs/lib/python3.10/site-packages/requests/models.py", line 1024, in raise_for_status
                       raise HTTPError(http_error_msg, response=self)
                requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://services.nvd.nist.gov/rest/json/cves/2.0?cveId=CVE-2014-2120

Has anyone else been receiving this error message?

vehemont commented 1 day ago

Hi,

I am receiving the same error. Looks like the NVD API is having an issue at the moment. Lets keep this issue open until we can confirm its been resolved. I recommend emailing the NVD team and letting them know the issue is occurring.

johnlabuyfoy1024 commented 1 day ago

Thanks for confirming the error!

I have emailed @.*** about the issue.

PGP Fingerprint: 741AE17E58790B4404D74D9C943C07713F7743CD


From: vehemont @.> Sent: Saturday, November 23, 2024 9:53 AM To: vehemont/nvdlib @.> Cc: johnlabuyfoy1024 @.>; Author @.> Subject: Re: [vehemont/nvdlib] Getting consistent 503 Server Error: Service Unavailable (Issue #51)

Hi,

I am receiving the same error. Looks like the NVD API is having an issue at the moment. Lets keep this issue open until we can confirm its been resolved. I recommend emailing the NVD team and letting them know the issue is occurring.

— Reply to this email directly, view it on GitHubhttps://github.com/vehemont/nvdlib/issues/51#issuecomment-2495504277, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACCWEOM5UMMSFM4DKPJPEDT2CCJE3AVCNFSM6AAAAABSLEVMROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJVGUYDIMRXG4. You are receiving this because you authored the thread.Message ID: @.***>